22 lines
863 B
XML
22 lines
863 B
XML
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="gs" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#2f7bff"/>
|
|
<stop offset=".55" stop-color="#a81fc4"/>
|
|
<stop offset="1" stop-color="#6a1fae"/>
|
|
</linearGradient>
|
|
<linearGradient id="gw" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#19d39a"/>
|
|
<stop offset="1" stop-color="#0e9e8a"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<circle cx="50" cy="52" r="34" fill="url(#gs)"/>
|
|
<g stroke="#fff" stroke-width="1.2" fill="none" opacity=".8">
|
|
<ellipse cx="50" cy="52" rx="34" ry="13"/>
|
|
<ellipse cx="50" cy="52" rx="22" ry="34"/>
|
|
<ellipse cx="50" cy="52" rx="11" ry="34"/>
|
|
<line x1="16" y1="52" x2="84" y2="52"/>
|
|
</g>
|
|
<path d="M22 84 C40 70 64 64 86 34 C70 60 46 70 22 84 Z" fill="url(#gw)"/>
|
|
</svg>
|