Spinner Alt 6 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Spinner Alt 6 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/306558.svg" alt="Spinner Alt 6 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306558.svg" alt="Spinner Alt 6 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306558.svg" alt="Spinner Alt 6 icon" :width="24" :height="24" />
CSS background
.icon-spinner-alt-6 {
background-image: url('https://proicons.com/icon/306558.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="M746 743c-26 25-27 62-3 87 25 25 61 25 87 0 26-24 27-63 3-87-24-25-62-25-87 0zM96 299c-13 13-13 31-1 43 11 12 31 12 43 0s12-33 0-45c-13-11-30-11-42 2zM295 98c-12 11-12 30-1 42 11 11 32 12 44 0 12-10 12-32 1-44-12-11-31-11-44 2zm-61 716c-12 12-11 31 1 42 12 12 32 12 43 0 12-12 12-30 0-42-13-13-31-14-44 0zm577-581c-12 12-12 31 1 43 11 12 31 12 42 0 12-11 12-32 0-44-12-11-31-11-43 1zM72 581c-12 12-12 31 0 43s30 12 42 1c12-12 12-32 1-44-12-11-31-11-43 0zm856-75c-12-12-31-11-43 2-12 12-11 30 1 42 12 11 31 11 42 0 12-12 12-33 0-44zM508 887c-11 12-11 30 1 42s32 11 43-1c12-11 11-31 0-42-13-12-31-12-44 1zm69-815c-11 12-11 30 1 42 11 12 32 12 43 0 12-12 11-32-2-43-12-12-30-11-42 1z"/></svg>
Copied!