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

Name
bomb-duotone
Set
Reicon
Style
Duotone
Category
Security
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All bomb icons →

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"><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.23q.582.478 1.06 1.061l2.23-2.23l-.21-.536a.56.56 0 0 0-.315-.314z" opacity=".7"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBombDuotone(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.23q.582.478 1.06 1.061l2.23-2.23l-.21-.536a.56.56 0 0 0-.315-.314z" opacity=".7"/></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.23q.582.478 1.06 1.061l2.23-2.23l-.21-.536a.56.56 0 0 0-.315-.314z" opacity=".7"/></g></svg>
</template>

CSS

.icon-bomb-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.23q.582.478%201.06%201.061l2.23-2.23l-.21-.536a.56.56%200%200%200-.315-.314z%22%20opacity%3D%22.7%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.23q.582.478%201.06%201.061l2.23-2.23l-.21-.536a.56.56%200%200%200-.315-.314z%22%20opacity%3D%22.7%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/bomb-duotone.svg?color=%231a73e8&size=48