2020-05-30 01:50:53 +02:00
|
|
|
<svg viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg">
|
2020-05-24 14:02:42 +02:00
|
|
|
<g>
|
|
|
|
<linearGradient id="linear-gradient">
|
2020-05-30 01:50:53 +02:00
|
|
|
<stop offset="0%" stop-color="#ffffff" />
|
|
|
|
<stop offset="100%" stop-color="#000000" />
|
2020-05-24 14:02:42 +02:00
|
|
|
</linearGradient>
|
2020-05-30 01:50:53 +02:00
|
|
|
<circle
|
|
|
|
fill="none"
|
|
|
|
fill-rule="evenodd"
|
|
|
|
stroke="url(#linear-gradient)"
|
|
|
|
stroke-width="6"
|
|
|
|
cx="25"
|
|
|
|
cy="25"
|
|
|
|
r="22" />
|
|
|
|
<animateTransform
|
|
|
|
attributeName="transform"
|
|
|
|
type="rotate"
|
|
|
|
from="0 25 25"
|
|
|
|
to="360 25 25"
|
|
|
|
dur="1.25"
|
|
|
|
repeatCount="indefinite" />
|
2020-05-24 14:02:42 +02:00
|
|
|
</g>
|
|
|
|
</svg>
|