7 lines
455 B
XML
7 lines
455 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="2" opacity="0.06"/>
|
|
<g>
|
|
<circle cx="32" cy="14" r="3.2" fill="currentColor" stroke="none"/>
|
|
<animateTransform attributeName="transform" type="rotate" from="0 32 32" to="-360 32 32" dur="0.65s" repeatCount="indefinite"/>
|
|
</g></svg>
|