Dizzy Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Dizzy 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/305512.svg" alt="Dizzy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305512.svg" alt="Dizzy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305512.svg" alt="Dizzy icon" :width="24" :height="24" />
CSS background
.icon-dizzy {
background-image: url('https://proicons.com/icon/305512.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="M482 369c0-46-38-83-83-83s-83 37-83 83 37 82 83 82 83-37 83-82zm-98 0c0-9 7-15 15-15s15 6 15 15-7 15-15 15-15-7-15-15zm258-72c-40-23-91-8-113 31-11 20-13 42-7 63s19 39 39 50c12 7 26 10 40 10 29 0 57-15 72-42 23-39 8-90-31-112zm-28 79c-4 8-13 10-20 6-5-3-7-7-7-9-1-2-2-7 1-12s8-7 13-7c3 0 5 0 8 2 7 4 10 13 5 20zm-11 238l-48-48-55 55-55-55-47 48 54 54-64 65 48 47 64-64 64 64 48-47-64-65zM500 0C224 0 0 224 0 500s224 500 500 500 500-224 500-500S776 0 500 0zm0 933C262 933 67 738 67 500S262 67 500 67s433 194 433 433-194 433-433 433z"/></svg>
Copied!