bomb3-filled from Reicon by REICON · Filled · Security · MIT Free for personal and commercial use.

Name
bomb3-filled
Set
Reicon
Style
Filled
Category
Security
Viewbox
24×24
License
MIT

2 other variants in Reicon

More security icons from Reicon

Use the bomb3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.665 2.83a.75.75 0 0 1 1.006.335l.5 1a.75.75 0 1 1-1.342.67l-.5-1a.75.75 0 0 1 .336-1.006m3.165 4.336a.75.75 0 0 1 1.005-.336l1 .5a.75.75 0 1 1-.67 1.342l-1-.5a.75.75 0 0 1-.336-1.006M20.53 4.53a.75.75 0 0 0-1.06-1.06l-1 1a.75.75 0 0 0 1.06 1.06zM17 14.5a7.5 7.5 0 1 1-15 0a7.5 7.5 0 0 1 15 0m.53-6.97l-1.158 1.16a9 9 0 0 0-1.06-1.061L16.47 6.47a.75.75 0 1 1 1.06 1.06"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBomb3Filled(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.665 2.83a.75.75 0 0 1 1.006.335l.5 1a.75.75 0 1 1-1.342.67l-.5-1a.75.75 0 0 1 .336-1.006m3.165 4.336a.75.75 0 0 1 1.005-.336l1 .5a.75.75 0 1 1-.67 1.342l-1-.5a.75.75 0 0 1-.336-1.006M20.53 4.53a.75.75 0 0 0-1.06-1.06l-1 1a.75.75 0 0 0 1.06 1.06zM17 14.5a7.5 7.5 0 1 1-15 0a7.5 7.5 0 0 1 15 0m.53-6.97l-1.158 1.16a9 9 0 0 0-1.06-1.061L16.47 6.47a.75.75 0 1 1 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="M15.665 2.83a.75.75 0 0 1 1.006.335l.5 1a.75.75 0 1 1-1.342.67l-.5-1a.75.75 0 0 1 .336-1.006m3.165 4.336a.75.75 0 0 1 1.005-.336l1 .5a.75.75 0 1 1-.67 1.342l-1-.5a.75.75 0 0 1-.336-1.006M20.53 4.53a.75.75 0 0 0-1.06-1.06l-1 1a.75.75 0 0 0 1.06 1.06zM17 14.5a7.5 7.5 0 1 1-15 0a7.5 7.5 0 0 1 15 0m.53-6.97l-1.158 1.16a9 9 0 0 0-1.06-1.061L16.47 6.47a.75.75 0 1 1 1.06 1.06"/></svg>
</template>

CSS

.icon-bomb3-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%22M15.665%202.83a.75.75%200%200%201%201.006.335l.5%201a.75.75%200%201%201-1.342.67l-.5-1a.75.75%200%200%201%20.336-1.006m3.165%204.336a.75.75%200%200%201%201.005-.336l1%20.5a.75.75%200%201%201-.67%201.342l-1-.5a.75.75%200%200%201-.336-1.006M20.53%204.53a.75.75%200%200%200-1.06-1.06l-1%201a.75.75%200%200%200%201.06%201.06zM17%2014.5a7.5%207.5%200%201%201-15%200a7.5%207.5%200%200%201%2015%200m.53-6.97l-1.158%201.16a9%209%200%200%200-1.06-1.061L16.47%206.47a.75.75%200%201%201%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%22M15.665%202.83a.75.75%200%200%201%201.006.335l.5%201a.75.75%200%201%201-1.342.67l-.5-1a.75.75%200%200%201%20.336-1.006m3.165%204.336a.75.75%200%200%201%201.005-.336l1%20.5a.75.75%200%201%201-.67%201.342l-1-.5a.75.75%200%200%201-.336-1.006M20.53%204.53a.75.75%200%200%200-1.06-1.06l-1%201a.75.75%200%200%200%201.06%201.06zM17%2014.5a7.5%207.5%200%201%201-15%200a7.5%207.5%200%200%201%2015%200m.53-6.97l-1.158%201.16a9%209%200%200%200-1.06-1.061L16.47%206.47a.75.75%200%201%201%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/bomb3-filled.svg?color=%231a73e8&size=48

Bomb3 filled icon — Reicon · IconsDB