1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="32px" height="32px" viewBox="0 0 32 32">
4
5<g transform="translate(16,16)">
6 <g>
7 	<g>
8   		<line fill="none" stroke="#ED1C24" stroke-width="2" x1="0" y1="0" x2="0" y2="5" transform="translate(0,8)"/>
9	</g>
10 	<g transform="rotate(45)">
11   		<line fill="none" stroke="#ED1C24" stroke-width="2" x1="0" y1="0" x2="0" y2="5" transform="translate(0,8)"/>
12	</g>
13	<g transform="rotate(90)">
14   		<line fill="none" stroke="#ED1C24" stroke-width="2" x1="0" y1="0" x2="0" y2="5" transform="translate(0,8)"/>
15	</g>
16	<g transform="rotate(135)">
17   		<line fill="none" stroke="#ED1C24" stroke-width="2" x1="0" y1="0" x2="0" y2="5" transform="translate(0,8)"/>
18	</g>
19	<g transform="rotate(180)">
20   		<line fill="none" stroke="#ED1C24" stroke-width="2" x1="0" y1="0" x2="0" y2="5" transform="translate(0,8)"/>
21	</g>
22	<g transform="rotate(225)">
23   		<line fill="none" stroke="#ED1C24" stroke-width="2" x1="0" y1="0" x2="0" y2="5" transform="translate(0,8)"/>
24	</g>
25	<g transform="rotate(270)">
26   		<line fill="none" stroke="#ED1C24" stroke-width="2" x1="0" y1="0" x2="0" y2="5" transform="translate(0,8)"/>
27	</g>
28	<g transform="rotate(315)">
29   		<line fill="none" stroke="#ED1C24" stroke-width="2" x1="0" y1="0" x2="0" y2="5" transform="translate(0,8)"/>
30	</g>
31         <animateTransform
32             attributeName="transform"
33             begin="0s"
34             dur="5s"
35             type="rotate"
36             from="0"
37             to="360"
38             repeatCount="indefinite"
39         />
40 </g>
41
42 <circle fill="none" stroke="#ED1C24" stroke-width="2" cx="0" cy="0" r="5"/>
43</g>
44
45</svg>