1 <svg xmlns=
"http://www.w3.org/2000/svg" width=
"100" height=
"100" viewBox=
"0 0 100 100">
5 0% { transform: rotate(
0deg); }
6 100% { transform: rotate(
360deg); }
9 animation: spin
5s linear infinite;
16 <circle class=
"acircle" cx=
"40" cy=
"40" r=
"30" stroke=
"red" fill=
"none"/>