8 lines
420 B
XML
8 lines
420 B
XML
<svg viewBox="-7 -7 14 14" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M -5 0
|
|
A 5 5 0 1 1 0 5" stroke-width="2" stroke="#7ba2d0" fill="none"></path>
|
|
<path d="M -5 0
|
|
A 5 5 0 0 0 0 5" stroke-width="2" stroke="#2a5999" fill="none"></path>
|
|
<animateTransform attributeType="xml" attributeName="transform" type="rotate" from="360 0 0" to="0 0 0" dur="5s" additive="sum" repeatCount="indefinite" />
|
|
</svg>
|