bomb icon
bomb from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bomb
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-bomb
The same icon in other sets
bombBoxIcons v2 SolidbombEmoji One (Colored)bombFont Awesome 6 SolidbombFont Awesome SolidbombFluent EmojibombFluent Emoji FlatbombFluent Emoji High ContrastbombFirefox OS EmojibombHuge IconsbombLine AwesomebombLucidebombMaterial SymbolsbombMaterial Symbols LightbombMaterial Design Iconsbomb-fillMingCute IconbombNoto EmojibombOpenMojibombPhosphorbombPixelarticonsbomb-boldSolarbombStreamline EmojisbombTabler IconsbombTwitter Emoji
Use the bomb icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 3.001c-1.4 0-2.584 1.167-2.707 1.293L17.207 5.38l-1.091-1.088a1 1 0 0 0-1.413.001L13.46 5.537A8.4 8.4 0 0 0 10.5 5C5.813 5 2 8.813 2 13.5S5.813 22 10.5 22s8.5-3.813 8.5-8.5c0-.909-.144-1.8-.428-2.658l1.345-1.345a1 1 0 0 0-.001-1.415l-1.293-1.29l1.088-1.088c.229-.229.845-.703 1.289-.703h1v-2zm-4.511 7.978c.339.804.511 1.652.511 2.521c0 3.584-2.916 6.5-6.5 6.5S4 17.084 4 13.5S6.916 7 10.5 7c.96 0 1.89.21 2.762.624c.381.181.837.103 1.136-.196l1.014-1.014l2.384 2.377l-1.092 1.092a1 1 0 0 0-.215 1.096"/><path fill="currentColor" d="M6 13.5a4.47 4.47 0 0 0 1.318 3.182l1.414-1.414C8.26 14.795 8 14.168 8 13.5s.26-1.295.732-1.768A2.48 2.48 0 0 1 10.5 11V9a4.47 4.47 0 0 0-3.182 1.318A4.47 4.47 0 0 0 6 13.5"/></svg>
React
import type { SVGProps } from "react";
export function BxBomb(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 3.001c-1.4 0-2.584 1.167-2.707 1.293L17.207 5.38l-1.091-1.088a1 1 0 0 0-1.413.001L13.46 5.537A8.4 8.4 0 0 0 10.5 5C5.813 5 2 8.813 2 13.5S5.813 22 10.5 22s8.5-3.813 8.5-8.5c0-.909-.144-1.8-.428-2.658l1.345-1.345a1 1 0 0 0-.001-1.415l-1.293-1.29l1.088-1.088c.229-.229.845-.703 1.289-.703h1v-2zm-4.511 7.978c.339.804.511 1.652.511 2.521c0 3.584-2.916 6.5-6.5 6.5S4 17.084 4 13.5S6.916 7 10.5 7c.96 0 1.89.21 2.762.624c.381.181.837.103 1.136-.196l1.014-1.014l2.384 2.377l-1.092 1.092a1 1 0 0 0-.215 1.096"/><path fill="currentColor" d="M6 13.5a4.47 4.47 0 0 0 1.318 3.182l1.414-1.414C8.26 14.795 8 14.168 8 13.5s.26-1.295.732-1.768A2.48 2.48 0 0 1 10.5 11V9a4.47 4.47 0 0 0-3.182 1.318A4.47 4.47 0 0 0 6 13.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 3.001c-1.4 0-2.584 1.167-2.707 1.293L17.207 5.38l-1.091-1.088a1 1 0 0 0-1.413.001L13.46 5.537A8.4 8.4 0 0 0 10.5 5C5.813 5 2 8.813 2 13.5S5.813 22 10.5 22s8.5-3.813 8.5-8.5c0-.909-.144-1.8-.428-2.658l1.345-1.345a1 1 0 0 0-.001-1.415l-1.293-1.29l1.088-1.088c.229-.229.845-.703 1.289-.703h1v-2zm-4.511 7.978c.339.804.511 1.652.511 2.521c0 3.584-2.916 6.5-6.5 6.5S4 17.084 4 13.5S6.916 7 10.5 7c.96 0 1.89.21 2.762.624c.381.181.837.103 1.136-.196l1.014-1.014l2.384 2.377l-1.092 1.092a1 1 0 0 0-.215 1.096"/><path fill="currentColor" d="M6 13.5a4.47 4.47 0 0 0 1.318 3.182l1.414-1.414C8.26 14.795 8 14.168 8 13.5s.26-1.295.732-1.768A2.48 2.48 0 0 1 10.5 11V9a4.47 4.47 0 0 0-3.182 1.318A4.47 4.47 0 0 0 6 13.5"/></svg> </template>
CSS
.icon-bomb {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%203.001c-1.4%200-2.584%201.167-2.707%201.293L17.207%205.38l-1.091-1.088a1%201%200%200%200-1.413.001L13.46%205.537A8.4%208.4%200%200%200%2010.5%205C5.813%205%202%208.813%202%2013.5S5.813%2022%2010.5%2022s8.5-3.813%208.5-8.5c0-.909-.144-1.8-.428-2.658l1.345-1.345a1%201%200%200%200-.001-1.415l-1.293-1.29l1.088-1.088c.229-.229.845-.703%201.289-.703h1v-2zm-4.511%207.978c.339.804.511%201.652.511%202.521c0%203.584-2.916%206.5-6.5%206.5S4%2017.084%204%2013.5S6.916%207%2010.5%207c.96%200%201.89.21%202.762.624c.381.181.837.103%201.136-.196l1.014-1.014l2.384%202.377l-1.092%201.092a1%201%200%200%200-.215%201.096%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2013.5a4.47%204.47%200%200%200%201.318%203.182l1.414-1.414C8.26%2014.795%208%2014.168%208%2013.5s.26-1.295.732-1.768A2.48%202.48%200%200%201%2010.5%2011V9a4.47%204.47%200%200%200-3.182%201.318A4.47%204.47%200%200%200%206%2013.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%203.001c-1.4%200-2.584%201.167-2.707%201.293L17.207%205.38l-1.091-1.088a1%201%200%200%200-1.413.001L13.46%205.537A8.4%208.4%200%200%200%2010.5%205C5.813%205%202%208.813%202%2013.5S5.813%2022%2010.5%2022s8.5-3.813%208.5-8.5c0-.909-.144-1.8-.428-2.658l1.345-1.345a1%201%200%200%200-.001-1.415l-1.293-1.29l1.088-1.088c.229-.229.845-.703%201.289-.703h1v-2zm-4.511%207.978c.339.804.511%201.652.511%202.521c0%203.584-2.916%206.5-6.5%206.5S4%2017.084%204%2013.5S6.916%207%2010.5%207c.96%200%201.89.21%202.762.624c.381.181.837.103%201.136-.196l1.014-1.014l2.384%202.377l-1.092%201.092a1%201%200%200%200-.215%201.096%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2013.5a4.47%204.47%200%200%200%201.318%203.182l1.414-1.414C8.26%2014.795%208%2014.168%208%2013.5s.26-1.295.732-1.768A2.48%202.48%200%200%201%2010.5%2011V9a4.47%204.47%200%200%200-3.182%201.318A4.47%204.47%200%200%200%206%2013.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bomb.svg?color=%231a73e8&size=48