bomb2 icon
bomb2-filled from Reicon by REICON · Filled · Security · MIT Free for personal and commercial use.
- Name
- bomb2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Security
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More security icons from Reicon
Use the bomb2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.981 2.353a.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-.315z"/><path fill-rule="evenodd" d="M17 14.5a7.5 7.5 0 1 1-15 0a7.5 7.5 0 0 1 15 0m-5 2.25a.75.75 0 0 0 0-1.5h-2a.75.75 0 0 0 0 1.5zm2-4.25c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5s.448-1.5 1-1.5s1 .672 1 1.5M9 14c.552 0 1-.672 1-1.5S9.552 11 9 11s-1 .672-1 1.5s.448 1.5 1 1.5" clip-rule="evenodd"/><path d="m16.767 8.294l-.75.75a8.6 8.6 0 0 0-1.06-1.061l.75-.75l.76.3z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBomb2Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.981 2.353a.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-.315z"/><path fillRule="evenodd" d="M17 14.5a7.5 7.5 0 1 1-15 0a7.5 7.5 0 0 1 15 0m-5 2.25a.75.75 0 0 0 0-1.5h-2a.75.75 0 0 0 0 1.5zm2-4.25c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5s.448-1.5 1-1.5s1 .672 1 1.5M9 14c.552 0 1-.672 1-1.5S9.552 11 9 11s-1 .672-1 1.5s.448 1.5 1 1.5" clipRule="evenodd"/><path d="m16.767 8.294l-.75.75a8.6 8.6 0 0 0-1.06-1.061l.75-.75l.76.3z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.981 2.353a.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-.315z"/><path fill-rule="evenodd" d="M17 14.5a7.5 7.5 0 1 1-15 0a7.5 7.5 0 0 1 15 0m-5 2.25a.75.75 0 0 0 0-1.5h-2a.75.75 0 0 0 0 1.5zm2-4.25c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5s.448-1.5 1-1.5s1 .672 1 1.5M9 14c.552 0 1-.672 1-1.5S9.552 11 9 11s-1 .672-1 1.5s.448 1.5 1 1.5" clip-rule="evenodd"/><path d="m16.767 8.294l-.75.75a8.6 8.6 0 0 0-1.06-1.061l.75-.75l.76.3z"/></g></svg> </template>
CSS
.icon-bomb2-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.981%202.353a.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-.315z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17%2014.5a7.5%207.5%200%201%201-15%200a7.5%207.5%200%200%201%2015%200m-5%202.25a.75.75%200%200%200%200-1.5h-2a.75.75%200%200%200%200%201.5zm2-4.25c0%20.828-.448%201.5-1%201.5s-1-.672-1-1.5s.448-1.5%201-1.5s1%20.672%201%201.5M9%2014c.552%200%201-.672%201-1.5S9.552%2011%209%2011s-1%20.672-1%201.5s.448%201.5%201%201.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m16.767%208.294l-.75.75a8.6%208.6%200%200%200-1.06-1.061l.75-.75l.76.3z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.981%202.353a.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-.315z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17%2014.5a7.5%207.5%200%201%201-15%200a7.5%207.5%200%200%201%2015%200m-5%202.25a.75.75%200%200%200%200-1.5h-2a.75.75%200%200%200%200%201.5zm2-4.25c0%20.828-.448%201.5-1%201.5s-1-.672-1-1.5s.448-1.5%201-1.5s1%20.672%201%201.5M9%2014c.552%200%201-.672%201-1.5S9.552%2011%209%2011s-1%20.672-1%201.5s.448%201.5%201%201.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m16.767%208.294l-.75.75a8.6%208.6%200%200%200-1.06-1.061l.75-.75l.76.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bomb2-filled.svg?color=%231a73e8&size=48