7 lines
449 B
XML
7 lines
449 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs><linearGradient id="g" x1="0" x2="1"><stop offset="0" stop-color="#0ea5e9"/><stop offset="1" stop-color="#2563eb"/></linearGradient></defs>
|
|
<circle cx="32" cy="32" r="30" fill="url(#g)"/>
|
|
<circle cx="32" cy="32" r="18" fill="none" stroke="white" stroke-width="4" stroke-dasharray="4 6"/>
|
|
<rect x="20" y="26" width="24" height="12" rx="6" fill="white" opacity="0.9"/>
|
|
</svg>
|