circle-flags/logo.svg
2022-09-17 14:39:20 +10:00

32 lines
No EOL
1.2 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48">
<defs>
<clipPath id="flag-clip">
<rect y="0" x="9.99" height="48" width="32" />
</clipPath>
</defs>
<g>
<g clip-path="url(#flag-clip)">
<g transform="scale(1 0.5) translate(0 9)">
<g>
<g>
<g id="flag">
<path
d="M-6 10c0-5 8-5 8 0s8 5 8 0 8-5 8 0 8 5 8 0 8-5 8 0 8 5 8 0l8 20-8 20c-2 5-8 5-8 0s-8-5-8 0-8 5-8 0-8-5-8 0-8 5-8 0-8-5-8 0"
fill="#EF5350" />
</g>
<use transform="translate(-48 0)" href="#flag" />
</g>
<animateTransform attributeName="transform" attributeType="XML" type="translate" from="0 0" to="48 0" dur="3s"
repeatCount="indefinite" />
<animateTransform attributeName="transform" dur="1s" calcMode="spline" repeatCount="indefinite"
values="0 0;0 -4;0 0;0 4;0 0" keyTimes="0;0.25;0.5;0.75;1" keySplines="0 1 1 1;1 0 1 1;0 1 1 1;1 0 1 1"
additive="sum" />
</g>
</g>
</g>
<g id="flagpole">
<rect ry="2" rx="2" y="8" x="6" height="38" width="4" fill="#aaa" />
</g>
</g>
</svg>