Hail Thunder Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Hail Thunder 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/305804.svg" alt="Hail Thunder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305804.svg" alt="Hail Thunder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305804.svg" alt="Hail Thunder icon" :width="24" :height="24" />
CSS background
.icon-hail-thunder {
background-image: url('https://proicons.com/icon/305804.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="M886 300c-55-53-120-68-192-42-13 5-19 5-25-10C622 131 512 66 388 81 274 94 185 184 164 305c-1 8 0 17-9 21-20 8-36 20-49 35s-96 90-3 194c3 3 6 6 8 9 1 0 1 1 2 1 22 22 51 35 87 38s73 0 110 1c14 1 16-7 19-18 17-63 35-126 52-189 3-12 8-18 23-18 49 1 98 1 147 0 16 0 19 4 14 19-10 35-19 70-30 108h159c-24 34-45 64-69 98 48 0 92 1 135-1 77-2 132-39 163-109 29-66 14-144-37-194zM511 539c-15 0-21-1-16-19 10-30 17-62 26-92 4-12 1-15-11-15h-84c-9 0-15 2-17 12-17 61-34 122-51 184-3 9-1 14 10 14 22-1 44 0 66-1 16 0 23 1 18 21-18 68-32 136-48 204l3 3c73-102 146-205 222-311-43 0-81-1-118 0zM266 721c0 30-25 55-55 55s-55-25-55-55c0-31 24-55 55-55s55 24 55 55zm395 8c0 26-21 47-47 47-25 0-46-21-46-47 0-25 20-46 46-46s47 21 47 46zM353 886c0 20-15 36-35 36s-36-16-36-36 16-35 36-35 35 16 35 35zm215 5c0 15-12 27-27 27s-27-12-27-27 12-27 27-27 27 12 27 27zM364 742c0 10-7 18-17 18s-18-8-18-18 8-17 18-17 17 7 17 17zm424-41c0 20-16 35-35 35s-36-15-36-35 16-36 36-36 35 16 35 36z"/></svg>
Copied!