Spinner Alt 3 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Spinner Alt 3 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/306555.svg" alt="Spinner Alt 3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306555.svg" alt="Spinner Alt 3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306555.svg" alt="Spinner Alt 3 icon" :width="24" :height="24" />
CSS background
.icon-spinner-alt-3 {
background-image: url('https://proicons.com/icon/306555.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="M509 84c-5 0-9 4-9 9v83c0 5 4 10 10 10 174 9 286 136 313 256 26 116-2 218-81 308-4 4-10 4-14 0-26-26-51-50-75-74-4-4-7-3-7 3 0 77 1 154 1 227 0 6 4 10 10 10 75 0 152 0 229-1 6 0 7-3 3-6-23-24-48-48-71-72-4-3-4-10-1-14 138-170 163-352 46-541C783 153 659 91 509 84zM255 250c4-4 10-4 14 0l75 75c4 3 7 2 7-3V95c0-5-5-9-10-9H112c-5 0-7 3-3 7 23 23 47 47 72 71 3 4 4 10 0 14C23 349 40 577 132 718c86 130 238 201 356 196 6 0 10-5 10-11 0-26 0-52 1-78 0-6-5-11-10-11-149-14-256-85-306-229-42-124-13-235 72-335z"/></svg>
Copied!