13 lines
574 B
XML
13 lines
574 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="36" y2="36">
|
|
<stop stop-color="#2d5f8a"/>
|
|
<stop offset="1" stop-color="#4ecdc4"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<circle cx="18" cy="18" r="18" fill="url(#g)"/>
|
|
<path d="M12 18c0-3.3 2.7-6 6-6s6 2.7 6 6" stroke="#fff" stroke-width="2.5" stroke-linecap="round" fill="none"/>
|
|
<path d="M15 22c0-1.7 1.3-3 3-3s3 1.3 3 3" stroke="#fff" stroke-width="2.5" stroke-linecap="round" fill="none"/>
|
|
<circle cx="18" cy="13" r="2" fill="#fff"/>
|
|
</svg>
|