16 lines
596 B
XML
16 lines
596 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" x2="1" y1="0" y2="1">
|
|
<stop offset="0%" stop-color="#6fcf97"/>
|
|
<stop offset="100%" stop-color="#4bb66f"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="14" fill="url(#g)"/>
|
|
<g fill="#ffffff">
|
|
<circle cx="21" cy="23" r="6"/>
|
|
<circle cx="32" cy="18" r="6"/>
|
|
<circle cx="43" cy="23" r="6"/>
|
|
<path d="M32 29c-8.5 0-14 6.1-14 12.2 0 5.6 4.6 9.8 10 9.8 3.3 0 4.6-1.8 6-1.8s2.7 1.8 6 1.8c5.4 0 10-4.2 10-9.8C50 35.1 40.5 29 32 29z"/>
|
|
</g>
|
|
</svg>
|