15 lines
594 B
XML
Executable File
15 lines
594 B
XML
Executable File
<svg width="148" height="148" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg">
|
|
<circle cx="71" cy="71" r="62" stroke="#198786" stroke-width="15" fill="none" />
|
|
<path d="M 9 78
|
|
A 62 62 0 0 1 75 9"
|
|
fill="none" stroke="#90dedd" stroke-width="15">
|
|
<animateTransform attributeType="xml"
|
|
attributeName="transform"
|
|
type="rotate"
|
|
from="0 71 71"
|
|
to="360 71 71"
|
|
dur="1s"
|
|
repeatCount="indefinite"/>
|
|
</path>
|
|
</svg>
|