bomb icon
bomb-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- bomb-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
bombBoxIcons v2bombBoxIcons v2 SolidbombEmoji One (Colored)bombFont Awesome 6 SolidbombFont Awesome SolidbombFluent EmojibombFluent Emoji FlatbombFluent Emoji High ContrastbombFirefox OS EmojibombHuge IconsbombLine AwesomebombLucidebombMaterial SymbolsbombMaterial Symbols LightbombMaterial Design IconsbombNoto 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="M15.409 6.097a1 1 0 1 1 1.731 1l-.274.476l.866.5a1 1 0 0 1 .48 1.067l-.121.59c1.874 2.425 2.274 5.782.676 8.548c-2.142 3.71-6.98 4.838-10.767 2.652c-3.788-2.187-5.231-6.94-3.09-10.652c1.6-2.767 4.706-4.098 7.744-3.687l.451-.4a1 1 0 0 1 1.163-.118l.867.5zm-3.906 3.435a3.96 3.96 0 0 0-3.433 1.983a1 1 0 0 0 1.733 1a1.96 1.96 0 0 1 1.7-.984a1 1 0 1 0 0-1.999m6.546-3.009a1 1 0 0 1 1.366-.366l.866.5a1 1 0 0 1-1 1.733l-.866-.5a1 1 0 0 1-.366-1.367m-5.197-3a1 1 0 0 1 1.367-.366l.866.5a1 1 0 0 1-1 1.733l-.866-.5a1 1 0 0 1-.367-1.367m6.43-.366a1 1 0 0 1 1 1.733l-.867.5a1 1 0 0 1-1-1.733zM16.75 1.273a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0v-1a1 1 0 0 1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteBombFill(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="M15.409 6.097a1 1 0 1 1 1.731 1l-.274.476l.866.5a1 1 0 0 1 .48 1.067l-.121.59c1.874 2.425 2.274 5.782.676 8.548c-2.142 3.71-6.98 4.838-10.767 2.652c-3.788-2.187-5.231-6.94-3.09-10.652c1.6-2.767 4.706-4.098 7.744-3.687l.451-.4a1 1 0 0 1 1.163-.118l.867.5zm-3.906 3.435a3.96 3.96 0 0 0-3.433 1.983a1 1 0 0 0 1.733 1a1.96 1.96 0 0 1 1.7-.984a1 1 0 1 0 0-1.999m6.546-3.009a1 1 0 0 1 1.366-.366l.866.5a1 1 0 0 1-1 1.733l-.866-.5a1 1 0 0 1-.366-1.367m-5.197-3a1 1 0 0 1 1.367-.366l.866.5a1 1 0 0 1-1 1.733l-.866-.5a1 1 0 0 1-.367-1.367m6.43-.366a1 1 0 0 1 1 1.733l-.867.5a1 1 0 0 1-1-1.733zM16.75 1.273a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0v-1a1 1 0 0 1 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.409 6.097a1 1 0 1 1 1.731 1l-.274.476l.866.5a1 1 0 0 1 .48 1.067l-.121.59c1.874 2.425 2.274 5.782.676 8.548c-2.142 3.71-6.98 4.838-10.767 2.652c-3.788-2.187-5.231-6.94-3.09-10.652c1.6-2.767 4.706-4.098 7.744-3.687l.451-.4a1 1 0 0 1 1.163-.118l.867.5zm-3.906 3.435a3.96 3.96 0 0 0-3.433 1.983a1 1 0 0 0 1.733 1a1.96 1.96 0 0 1 1.7-.984a1 1 0 1 0 0-1.999m6.546-3.009a1 1 0 0 1 1.366-.366l.866.5a1 1 0 0 1-1 1.733l-.866-.5a1 1 0 0 1-.366-1.367m-5.197-3a1 1 0 0 1 1.367-.366l.866.5a1 1 0 0 1-1 1.733l-.866-.5a1 1 0 0 1-.367-1.367m6.43-.366a1 1 0 0 1 1 1.733l-.867.5a1 1 0 0 1-1-1.733zM16.75 1.273a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0v-1a1 1 0 0 1 1-1"/></svg> </template>
CSS
.icon-bomb-fill {
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%22M15.409%206.097a1%201%200%201%201%201.731%201l-.274.476l.866.5a1%201%200%200%201%20.48%201.067l-.121.59c1.874%202.425%202.274%205.782.676%208.548c-2.142%203.71-6.98%204.838-10.767%202.652c-3.788-2.187-5.231-6.94-3.09-10.652c1.6-2.767%204.706-4.098%207.744-3.687l.451-.4a1%201%200%200%201%201.163-.118l.867.5zm-3.906%203.435a3.96%203.96%200%200%200-3.433%201.983a1%201%200%200%200%201.733%201a1.96%201.96%200%200%201%201.7-.984a1%201%200%201%200%200-1.999m6.546-3.009a1%201%200%200%201%201.366-.366l.866.5a1%201%200%200%201-1%201.733l-.866-.5a1%201%200%200%201-.366-1.367m-5.197-3a1%201%200%200%201%201.367-.366l.866.5a1%201%200%200%201-1%201.733l-.866-.5a1%201%200%200%201-.367-1.367m6.43-.366a1%201%200%200%201%201%201.733l-.867.5a1%201%200%200%201-1-1.733zM16.75%201.273a1%201%200%200%201%201%201v1a1%201%200%201%201-2%200v-1a1%201%200%200%201%201-1%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%22M15.409%206.097a1%201%200%201%201%201.731%201l-.274.476l.866.5a1%201%200%200%201%20.48%201.067l-.121.59c1.874%202.425%202.274%205.782.676%208.548c-2.142%203.71-6.98%204.838-10.767%202.652c-3.788-2.187-5.231-6.94-3.09-10.652c1.6-2.767%204.706-4.098%207.744-3.687l.451-.4a1%201%200%200%201%201.163-.118l.867.5zm-3.906%203.435a3.96%203.96%200%200%200-3.433%201.983a1%201%200%200%200%201.733%201a1.96%201.96%200%200%201%201.7-.984a1%201%200%201%200%200-1.999m6.546-3.009a1%201%200%200%201%201.366-.366l.866.5a1%201%200%200%201-1%201.733l-.866-.5a1%201%200%200%201-.366-1.367m-5.197-3a1%201%200%200%201%201.367-.366l.866.5a1%201%200%200%201-1%201.733l-.866-.5a1%201%200%200%201-.367-1.367m6.43-.366a1%201%200%200%201%201%201.733l-.867.5a1%201%200%200%201-1-1.733zM16.75%201.273a1%201%200%200%201%201%201v1a1%201%200%201%201-2%200v-1a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/bomb-fill.svg?color=%231a73e8&size=48