12 lines
614 B
XML
12 lines
614 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<defs>
|
|
<linearGradient id="e" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0" stop-color="#2dd4bf"/>
|
|
<stop offset="1" stop-color="#0f9c8b"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="1" y="1" width="30" height="30" rx="8" fill="url(#e)"/>
|
|
<circle cx="11.4" cy="16" r="2.7" fill="#fff"/>
|
|
<path d="M16.3 10.5a7.3 7.3 0 0 1 0 11" fill="none" stroke="#fff" stroke-width="2.5" stroke-linecap="round"/>
|
|
<path d="M20.6 6.9a11.7 11.7 0 0 1 0 18.2" fill="none" stroke="#fff" stroke-width="2.5" stroke-linecap="round" opacity=".7"/>
|
|
</svg>
|