bomb2-duotone from Reicon by REICON · Duotone · Security · MIT Free for personal and commercial use.

Name
bomb2-duotone
Set
Reicon
Style
Duotone
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="M9.5 22a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15" opacity=".5"/><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 d="m16.477 6.462l-2.23 2.231a7.6 7.6 0 0 1 1.06 1.06l2.23-2.23l-.21-.535a.56.56 0 0 0-.315-.315z" opacity=".7"/><path d="M12 16.75a.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"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBomb2Duotone(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="M9.5 22a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15" opacity=".5"/><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 d="m16.477 6.462l-2.23 2.231a7.6 7.6 0 0 1 1.06 1.06l2.23-2.23l-.21-.535a.56.56 0 0 0-.315-.315z" opacity=".7"/><path d="M12 16.75a.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"/></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="M9.5 22a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15" opacity=".5"/><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 d="m16.477 6.462l-2.23 2.231a7.6 7.6 0 0 1 1.06 1.06l2.23-2.23l-.21-.535a.56.56 0 0 0-.315-.315z" opacity=".7"/><path d="M12 16.75a.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"/></g></svg>
</template>

CSS

.icon-bomb2-duotone {
  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%22M9.5%2022a7.5%207.5%200%201%200%200-15a7.5%207.5%200%200%200%200%2015%22%20opacity%3D%22.5%22%2F%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%20d%3D%22m16.477%206.462l-2.23%202.231a7.6%207.6%200%200%201%201.06%201.06l2.23-2.23l-.21-.535a.56.56%200%200%200-.315-.315z%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22M12%2016.75a.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%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%22M9.5%2022a7.5%207.5%200%201%200%200-15a7.5%207.5%200%200%200%200%2015%22%20opacity%3D%22.5%22%2F%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%20d%3D%22m16.477%206.462l-2.23%202.231a7.6%207.6%200%200%201%201.06%201.06l2.23-2.23l-.21-.535a.56.56%200%200%200-.315-.315z%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22M12%2016.75a.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%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-duotone.svg?color=%231a73e8&size=48