You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
627 B
XML
13 lines
627 B
XML
<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="#1a67ff"/>
|
|
<stop offset="1" stop-color="#14b88f"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="6" y="6" width="52" height="52" rx="14" fill="#eef4ff"/>
|
|
<path d="M16 42c6-6 10-10 16-10s10 4 16 10" fill="none" stroke="url(#g)" stroke-width="4" stroke-linecap="round"/>
|
|
<path d="M20 28c4-4 7-6 12-6s8 2 12 6" fill="none" stroke="#1a67ff" stroke-opacity=".6" stroke-width="3.5" stroke-linecap="round"/>
|
|
<circle cx="32" cy="42" r="5.5" fill="url(#g)"/>
|
|
</svg>
|