File size: 501 Bytes
8f25a90
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
  <defs>
    <linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#2f9b8a"/>
      <stop offset="100%" stop-color="#287f55"/>
    </linearGradient>
  </defs>
  <rect x="4" y="4" width="56" height="56" rx="14" fill="#f4fbf6"/>
  <path d="M49 16c-15 1-24 7-30 16h-8a3 3 0 0 0 0 6h5a17 17 0 0 0-1 5c0 9 7 15 16 15 17 0 21-20 18-42zM25 43c4-9 10-14 18-16 0 10-4 25-15 25-5 0-8-3-8-9z" fill="url(#g)"/>
</svg>