Bomb Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Bomb 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/305042.svg" alt="Bomb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305042.svg" alt="Bomb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305042.svg" alt="Bomb icon" :width="24" :height="24" />
CSS background
.icon-bomb {
background-image: url('https://proicons.com/icon/305042.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="M671 167l45 1c3 0 6-2 6-6v-13c0-3-2-6-5-6h-45c-3-1-6 2-6 5v13c0 3 2 6 5 6zm106-23c2 3 5 4 8 2l35-21c3-2 4-6 2-8l-7-12c-1-2-5-3-7-1l-36 21c-2 2-3 5-2 8l7 11zm-59-34c1 3 4 5 7 4l12-5c3-1 5-5 4-8l-14-35c-1-3-5-4-7-3l-13 5c-3 1-4 4-3 7l14 35zM602 304v-63h-81c11-38 37-66 87-47 30 11 58 29 88 41 19 8 50 19 69 3 24-20 9-59 0-82-5-16-30-9-25 6 4 11 23 52 5 58-12 4-31-6-42-10-30-11-58-29-88-41-67-28-105 17-120 72h-97v62c-129 43-223 165-223 309 0 180 146 326 325 326s325-146 325-326c0-144-93-266-223-308zm-80 560c-20 0-36-17-35-37 0-20 17-35 37-34 115 3 159-125 161-131 6-17 24-27 41-24 2 1 3 1 4 2 19 6 29 26 23 45-2 7-62 184-231 179z"/></svg>
Copied!