Emoji Bomb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji 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/339691.svg" alt="Emoji Bomb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339691.svg" alt="Emoji Bomb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339691.svg" alt="Emoji Bomb icon" :width="24" :height="24" />
CSS background
.icon-emoji-bomb {
background-image: url('https://proicons.com/icon/339691.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path id="e" d="M28.6185,11.5612l3.829-3.829,7.7583,7.7583-3.7854,3.7854" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round; stroke-width:1px;"/><path id="f" d="M36.4542,11.4844l5.9847-5.9847" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="g" d="M5.561,26.2771c-.0006,8.9592,7.2619,16.2226,16.2212,16.2232,8.9593.0006,16.2227-7.2618,16.2233-16.2211v-.0021c0-8.9592-7.2629-16.2221-16.2222-16.2221S5.561,17.3179,5.561,26.2771" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round; stroke-width:1px;"/></svg>
Copied!