bomb2 from Reicon by REICON · Outline · Security · MIT Free for personal and commercial use.

Name
bomb2
Set
Reicon
Style
Outline
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="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"/><path fill-rule="evenodd" d="M19.717 2.078c-.436-1.104-1.998-1.104-2.434 0L16.66 3.66l-1.582.623c-1.104.436-1.104 1.998 0 2.434l.82.323l-1.119 1.12a8.25 8.25 0 1 0 1.06 1.06l1.12-1.119l.324.821c.436 1.104 1.998 1.104 2.434 0l.623-1.582l1.582-.623c1.104-.436 1.104-1.998 0-2.434L20.34 3.66zm-1.693 2.21l.476-1.206l.476 1.206c.133.337.4.603.736.736l1.206.476l-1.206.476c-.337.133-.603.4-.736.736L18.5 7.918l-.476-1.206a1.3 1.3 0 0 0-.736-.736L16.082 5.5l1.206-.476c.337-.133.603-.4.736-.736M2.75 14.5a6.75 6.75 0 1 1 13.5 0a6.75 6.75 0 0 1-13.5 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBomb2(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="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"/><path fillRule="evenodd" d="M19.717 2.078c-.436-1.104-1.998-1.104-2.434 0L16.66 3.66l-1.582.623c-1.104.436-1.104 1.998 0 2.434l.82.323l-1.119 1.12a8.25 8.25 0 1 0 1.06 1.06l1.12-1.119l.324.821c.436 1.104 1.998 1.104 2.434 0l.623-1.582l1.582-.623c1.104-.436 1.104-1.998 0-2.434L20.34 3.66zm-1.693 2.21l.476-1.206l.476 1.206c.133.337.4.603.736.736l1.206.476l-1.206.476c-.337.133-.603.4-.736.736L18.5 7.918l-.476-1.206a1.3 1.3 0 0 0-.736-.736L16.082 5.5l1.206-.476c.337-.133.603-.4.736-.736M2.75 14.5a6.75 6.75 0 1 1 13.5 0a6.75 6.75 0 0 1-13.5 0" clipRule="evenodd"/></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="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"/><path fill-rule="evenodd" d="M19.717 2.078c-.436-1.104-1.998-1.104-2.434 0L16.66 3.66l-1.582.623c-1.104.436-1.104 1.998 0 2.434l.82.323l-1.119 1.12a8.25 8.25 0 1 0 1.06 1.06l1.12-1.119l.324.821c.436 1.104 1.998 1.104 2.434 0l.623-1.582l1.582-.623c1.104-.436 1.104-1.998 0-2.434L20.34 3.66zm-1.693 2.21l.476-1.206l.476 1.206c.133.337.4.603.736.736l1.206.476l-1.206.476c-.337.133-.603.4-.736.736L18.5 7.918l-.476-1.206a1.3 1.3 0 0 0-.736-.736L16.082 5.5l1.206-.476c.337-.133.603-.4.736-.736M2.75 14.5a6.75 6.75 0 1 1 13.5 0a6.75 6.75 0 0 1-13.5 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-bomb2 {
  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%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%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.717%202.078c-.436-1.104-1.998-1.104-2.434%200L16.66%203.66l-1.582.623c-1.104.436-1.104%201.998%200%202.434l.82.323l-1.119%201.12a8.25%208.25%200%201%200%201.06%201.06l1.12-1.119l.324.821c.436%201.104%201.998%201.104%202.434%200l.623-1.582l1.582-.623c1.104-.436%201.104-1.998%200-2.434L20.34%203.66zm-1.693%202.21l.476-1.206l.476%201.206c.133.337.4.603.736.736l1.206.476l-1.206.476c-.337.133-.603.4-.736.736L18.5%207.918l-.476-1.206a1.3%201.3%200%200%200-.736-.736L16.082%205.5l1.206-.476c.337-.133.603-.4.736-.736M2.75%2014.5a6.75%206.75%200%201%201%2013.5%200a6.75%206.75%200%200%201-13.5%200%22%20clip-rule%3D%22evenodd%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%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%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.717%202.078c-.436-1.104-1.998-1.104-2.434%200L16.66%203.66l-1.582.623c-1.104.436-1.104%201.998%200%202.434l.82.323l-1.119%201.12a8.25%208.25%200%201%200%201.06%201.06l1.12-1.119l.324.821c.436%201.104%201.998%201.104%202.434%200l.623-1.582l1.582-.623c1.104-.436%201.104-1.998%200-2.434L20.34%203.66zm-1.693%202.21l.476-1.206l.476%201.206c.133.337.4.603.736.736l1.206.476l-1.206.476c-.337.133-.603.4-.736.736L18.5%207.918l-.476-1.206a1.3%201.3%200%200%200-.736-.736L16.082%205.5l1.206-.476c.337-.133.603-.4.736-.736M2.75%2014.5a6.75%206.75%200%201%201%2013.5%200a6.75%206.75%200%200%201-13.5%200%22%20clip-rule%3D%22evenodd%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.svg?color=%231a73e8&size=48