6 lines
463 B
XML
6 lines
463 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="30 112" stroke-dashoffset="0">
|
|
<animate attributeName="stroke-dashoffset" values="0;142" dur="0.9400000000000001s" repeatCount="indefinite"/>
|
|
</circle></svg>
|