6 lines
450 B
XML
6 lines
450 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="18" stroke-width="3" opacity="0.06"/>
|
|
<circle cx="32" cy="32" r="18" stroke-width="3" stroke-dasharray="34 104" stroke-dashoffset="0">
|
|
<animate attributeName="stroke-dashoffset" values="0;138" dur="1.08s" repeatCount="indefinite"/>
|
|
</circle></svg>
|