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

Name
bomb
Set
Reicon
Style
Outline
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"><path fill="currentColor" 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-.736M9.5 7.75a6.75 6.75 0 1 0 0 13.5a6.75 6.75 0 0 0 0-13.5" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBomb(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" 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-.736M9.5 7.75a6.75 6.75 0 1 0 0 13.5a6.75 6.75 0 0 0 0-13.5" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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-.736M9.5 7.75a6.75 6.75 0 1 0 0 13.5a6.75 6.75 0 0 0 0-13.5" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bomb {
  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%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-.736M9.5%207.75a6.75%206.75%200%201%200%200%2013.5a6.75%206.75%200%200%200%200-13.5%22%20clip-rule%3D%22evenodd%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%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-.736M9.5%207.75a6.75%206.75%200%201%200%200%2013.5a6.75%206.75%200%200%200%200-13.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bomb.svg?color=%231a73e8&size=48

Bomb outline icon — Reicon · IconsDB