6 lines
462 B
XML
6 lines
462 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round">
|
|
<circle cx="32" cy="32" r="20" stroke-width="3" opacity="0.1"/>
|
|
<circle cx="32" cy="32" r="20" stroke-width="3" stroke-dasharray="38 96" stroke-dashoffset="0">
|
|
<animate attributeName="stroke-dashoffset" values="0;134" dur="1.2200000000000002s" repeatCount="indefinite"/>
|
|
</circle></svg>
|