Hurricane Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Hurricane 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/305879.svg" alt="Hurricane icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305879.svg" alt="Hurricane icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305879.svg" alt="Hurricane icon" :width="24" :height="24" />
CSS background
.icon-hurricane {
background-image: url('https://proicons.com/icon/305879.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="M938 210c-76-27-147-46-222-27-12 3-25 6-29 19s7 20 16 26c174 133 187 384 8 544-136 121-296 168-476 125-66-16-122-52-172-107 38 13 71 23 106 29 38 7 75 5 112-3 13-3 28-5 31-20 2-14-11-21-20-28-65-52-107-118-125-200-21-102 4-195 64-278C343 132 579 50 766 103c65 18 122 52 172 107zM499 352c-78 0-146 67-148 146-1 79 69 150 148 149 79 0 147-67 148-146 2-79-68-149-148-149z"/></svg>
Copied!