Spinner Alt 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Spinner Alt 1 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/306553.svg" alt="Spinner Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306553.svg" alt="Spinner Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306553.svg" alt="Spinner Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-spinner-alt-1 {
background-image: url('https://proicons.com/icon/306553.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="M280 482c-7-44-43-81-86-89-45-9-92 11-115 49-8 14-13 29-16 44v28c1 1 1 4 1 6 9 55 66 97 121 89 64-10 104-64 95-127zm441 41c10 46 51 83 98 86 50 4 94-24 111-70 4-8 5-17 8-25v-28c-1-1-2-2-2-4-11-62-68-101-130-89-59 11-97 70-85 130zm-98 210c0 57 45 107 107 108s111-48 112-109c0-60-49-109-110-110-61 0-109 49-109 111zm-14 95c0-60-48-109-109-109-61-1-109 48-110 110 0 58 46 107 107 109 63 1 112-48 112-110zM497 281c63 1 112-48 112-109 1-60-48-109-109-110-61 0-109 49-109 111-1 57 45 107 106 108zm-120-13c0-61-49-110-109-110-61 0-110 50-109 112s51 107 108 107c62 0 110-48 110-109zm246 0c1 62 49 110 112 109 59-1 107-50 107-109-1-63-51-111-114-110-61 2-106 53-105 110zM378 732c-1-61-50-110-111-110-60 1-109 50-109 110 1 60 50 110 111 109 60 0 109-49 109-109z"/></svg>
Copied!