bomb-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
bomb-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

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="M14.499 3.996a2.2 2.2 0 0 1 1.556.645l3.302 3.301a2.2 2.2 0 0 1 0 3.113l-.567.567l.043.192a8.5 8.5 0 0 1-3.732 8.83l-.23.144a8.5 8.5 0 1 1-2.687-15.623l.192.042l.567-.566a2.2 2.2 0 0 1 1.362-.636zM10 9a4 4 0 0 0-4 4a1 1 0 0 0 2 0a2 2 0 0 1 2-2a1 1 0 0 0 0-2"/><path d="M21 2a1 1 0 0 1 .117 1.993L21 4h-1c0 .83-.302 1.629-.846 2.25L19 6.413l-1.293 1.293a1 1 0 0 1-1.497-1.32l.083-.094L17.586 5c.232-.232.375-.537.407-.86L18 4a2 2 0 0 1 1.85-1.995L20 2z"/></g></svg>

React

import type { SVGProps } from "react";

export function TablerBombFilled(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="M14.499 3.996a2.2 2.2 0 0 1 1.556.645l3.302 3.301a2.2 2.2 0 0 1 0 3.113l-.567.567l.043.192a8.5 8.5 0 0 1-3.732 8.83l-.23.144a8.5 8.5 0 1 1-2.687-15.623l.192.042l.567-.566a2.2 2.2 0 0 1 1.362-.636zM10 9a4 4 0 0 0-4 4a1 1 0 0 0 2 0a2 2 0 0 1 2-2a1 1 0 0 0 0-2"/><path d="M21 2a1 1 0 0 1 .117 1.993L21 4h-1c0 .83-.302 1.629-.846 2.25L19 6.413l-1.293 1.293a1 1 0 0 1-1.497-1.32l.083-.094L17.586 5c.232-.232.375-.537.407-.86L18 4a2 2 0 0 1 1.85-1.995L20 2z"/></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="M14.499 3.996a2.2 2.2 0 0 1 1.556.645l3.302 3.301a2.2 2.2 0 0 1 0 3.113l-.567.567l.043.192a8.5 8.5 0 0 1-3.732 8.83l-.23.144a8.5 8.5 0 1 1-2.687-15.623l.192.042l.567-.566a2.2 2.2 0 0 1 1.362-.636zM10 9a4 4 0 0 0-4 4a1 1 0 0 0 2 0a2 2 0 0 1 2-2a1 1 0 0 0 0-2"/><path d="M21 2a1 1 0 0 1 .117 1.993L21 4h-1c0 .83-.302 1.629-.846 2.25L19 6.413l-1.293 1.293a1 1 0 0 1-1.497-1.32l.083-.094L17.586 5c.232-.232.375-.537.407-.86L18 4a2 2 0 0 1 1.85-1.995L20 2z"/></g></svg>
</template>

CSS

.icon-bomb-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.499%203.996a2.2%202.2%200%200%201%201.556.645l3.302%203.301a2.2%202.2%200%200%201%200%203.113l-.567.567l.043.192a8.5%208.5%200%200%201-3.732%208.83l-.23.144a8.5%208.5%200%201%201-2.687-15.623l.192.042l.567-.566a2.2%202.2%200%200%201%201.362-.636zM10%209a4%204%200%200%200-4%204a1%201%200%200%200%202%200a2%202%200%200%201%202-2a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20d%3D%22M21%202a1%201%200%200%201%20.117%201.993L21%204h-1c0%20.83-.302%201.629-.846%202.25L19%206.413l-1.293%201.293a1%201%200%200%201-1.497-1.32l.083-.094L17.586%205c.232-.232.375-.537.407-.86L18%204a2%202%200%200%201%201.85-1.995L20%202z%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%22M14.499%203.996a2.2%202.2%200%200%201%201.556.645l3.302%203.301a2.2%202.2%200%200%201%200%203.113l-.567.567l.043.192a8.5%208.5%200%200%201-3.732%208.83l-.23.144a8.5%208.5%200%201%201-2.687-15.623l.192.042l.567-.566a2.2%202.2%200%200%201%201.362-.636zM10%209a4%204%200%200%200-4%204a1%201%200%200%200%202%200a2%202%200%200%201%202-2a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20d%3D%22M21%202a1%201%200%200%201%20.117%201.993L21%204h-1c0%20.83-.302%201.629-.846%202.25L19%206.413l-1.293%201.293a1%201%200%200%201-1.497-1.32l.083-.094L17.586%205c.232-.232.375-.537.407-.86L18%204a2%202%200%200%201%201.85-1.995L20%202z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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