mapguesser/public/static/img/loading.svg

24 lines
732 B
XML
Raw Normal View History

<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">
<stop offset="0%" stop-color="#ffffff" />
<stop offset="100%" stop-color="#000000" />
2020-05-24 14:02:42 +02:00
</linearGradient>
<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>