bomb icon
bomb-filled from Reicon by REICON · Filled · Security · MIT Free for personal and commercial use.
- Name
- bomb-filled
- Set
- Reicon
- Style
- Filled
- Category
- Security
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All bomb icons →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 Iconsbomb-fillMingCute IconbombNoto EmojibombOpenMojibombPhosphorbombPixelarticonsbomb-boldSolarbombStreamline EmojisbombTabler IconsbombTwitter Emoji
More security icons from Reicon
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="M17 14.5a7.5 7.5 0 1 1-15 0a7.5 7.5 0 0 1 15 0m.981-12.147a.558.558 0 0 1 1.038 0l.654 1.66c.057.143.17.257.315.314l1.659.654c.47.186.47.852 0 1.038l-1.66.654a.56.56 0 0 0-.314.315l-.654 1.659a.558.558 0 0 1-1.038 0l-.654-1.66a.56.56 0 0 0-.315-.314l-1.659-.654a.558.558 0 0 1 0-1.038l1.66-.654a.56.56 0 0 0 .314-.315zm-1.964 6.69l.75-.75l-.3-.76l-.76-.3l-.75.75q.577.483 1.06 1.06"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBombFilled(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="M17 14.5a7.5 7.5 0 1 1-15 0a7.5 7.5 0 0 1 15 0m.981-12.147a.558.558 0 0 1 1.038 0l.654 1.66c.057.143.17.257.315.314l1.659.654c.47.186.47.852 0 1.038l-1.66.654a.56.56 0 0 0-.314.315l-.654 1.659a.558.558 0 0 1-1.038 0l-.654-1.66a.56.56 0 0 0-.315-.314l-1.659-.654a.558.558 0 0 1 0-1.038l1.66-.654a.56.56 0 0 0 .314-.315zm-1.964 6.69l.75-.75l-.3-.76l-.76-.3l-.75.75q.577.483 1.06 1.06"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 14.5a7.5 7.5 0 1 1-15 0a7.5 7.5 0 0 1 15 0m.981-12.147a.558.558 0 0 1 1.038 0l.654 1.66c.057.143.17.257.315.314l1.659.654c.47.186.47.852 0 1.038l-1.66.654a.56.56 0 0 0-.314.315l-.654 1.659a.558.558 0 0 1-1.038 0l-.654-1.66a.56.56 0 0 0-.315-.314l-1.659-.654a.558.558 0 0 1 0-1.038l1.66-.654a.56.56 0 0 0 .314-.315zm-1.964 6.69l.75-.75l-.3-.76l-.76-.3l-.75.75q.577.483 1.06 1.06"/></svg> </template>
CSS
.icon-bomb-filled {
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%22M17%2014.5a7.5%207.5%200%201%201-15%200a7.5%207.5%200%200%201%2015%200m.981-12.147a.558.558%200%200%201%201.038%200l.654%201.66c.057.143.17.257.315.314l1.659.654c.47.186.47.852%200%201.038l-1.66.654a.56.56%200%200%200-.314.315l-.654%201.659a.558.558%200%200%201-1.038%200l-.654-1.66a.56.56%200%200%200-.315-.314l-1.659-.654a.558.558%200%200%201%200-1.038l1.66-.654a.56.56%200%200%200%20.314-.315zm-1.964%206.69l.75-.75l-.3-.76l-.76-.3l-.75.75q.577.483%201.06%201.06%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%22M17%2014.5a7.5%207.5%200%201%201-15%200a7.5%207.5%200%200%201%2015%200m.981-12.147a.558.558%200%200%201%201.038%200l.654%201.66c.057.143.17.257.315.314l1.659.654c.47.186.47.852%200%201.038l-1.66.654a.56.56%200%200%200-.314.315l-.654%201.659a.558.558%200%200%201-1.038%200l-.654-1.66a.56.56%200%200%200-.315-.314l-1.659-.654a.558.558%200%200%201%200-1.038l1.66-.654a.56.56%200%200%200%20.314-.315zm-1.964%206.69l.75-.75l-.3-.76l-.76-.3l-.75.75q.577.483%201.06%201.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bomb-filled.svg?color=%231a73e8&size=48