11 lines
465 B
XML
11 lines
465 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#2dd4bf"/>
|
|
<stop offset="100%" stop-color="#0ea5e9"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<circle cx="32" cy="32" r="30" fill="url(#grad)" />
|
|
<path d="M18 32h28M32 18v28" stroke="#0b172a" stroke-width="5" stroke-linecap="round"/>
|
|
<circle cx="32" cy="32" r="6" fill="#e2e8f0"/>
|
|
</svg>
|