Spinner Alt 4 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Spinner Alt 4 icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306556.svg" alt="Spinner Alt 4 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306556.svg" alt="Spinner Alt 4 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306556.svg" alt="Spinner Alt 4 icon" :width="24" :height="24" />
CSS background
.icon-spinner-alt-4 {
background-image: url('https://proicons.com/icon/306556.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M183 234c-11-11-30-9-41 6-40 55-68 120-79 190-3 19 9 34 25 34s31-15 34-34c10-54 31-104 61-148 11-15 12-36 0-48zm99-51c44-30 94-51 148-61 19-3 34-18 34-34s-15-28-34-25c-70 11-135 39-190 79-15 11-17 30-5 41 11 12 32 11 47 0zM63 570c11 70 39 135 79 190 11 15 30 17 41 5 12-11 11-32 1-47-31-44-52-94-62-148-3-19-17-34-34-34s-28 15-25 34zm507-448c54 10 104 31 148 61 15 11 36 11 48 0 11-11 9-31-6-41-55-40-120-68-190-79-19-3-34 9-34 25s15 31 34 34zM240 858c55 40 120 68 190 79 19 3 34-9 34-25s-15-31-34-34c-54-10-104-31-148-61-15-11-36-11-48 0s-9 30 6 41zm697-428c-11-70-39-135-79-190-10-15-30-17-41-6-11 12-11 33 0 48 30 44 51 94 61 148 3 19 18 34 34 34s28-15 25-34zM817 765c11 12 31 10 41-5 40-55 68-120 79-190 3-19-9-34-25-34s-31 15-34 33c-10 55-31 105-61 149-11 15-12 36 0 47zM536 912c0 16 15 28 34 25 70-11 135-39 190-79 15-11 17-30 6-41s-33-11-48-1c-44 30-94 52-148 62-19 3-34 18-34 34z"/></svg>
Copied!