bomb-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
bomb-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><path fill="currentColor" d="M248 32a8 8 0 0 0-8 8a52.7 52.7 0 0 1-3.57 17.39C232.38 67.22 225.7 72 216 72c-11.06 0-18.85-9.76-29.49-24.65C176 32.66 164.12 16 144 16c-16.39 0-29 8.89-35.43 25a66 66 0 0 0-3.9 15H88a16 16 0 0 0-16 16v9.59A88 88 0 0 0 112 248h1.59A88 88 0 0 0 152 81.59V72a16 16 0 0 0-16-16h-15.12a46.8 46.8 0 0 1 2.69-9.37C127.62 36.78 134.3 32 144 32c11.06 0 18.85 9.76 29.49 24.65C184 71.34 195.88 88 216 88c16.39 0 29-8.89 35.43-25A68.7 68.7 0 0 0 256 40a8 8 0 0 0-8-8M111.89 209.32A8 8 0 0 1 104 216a8.5 8.5 0 0 1-1.33-.11a57.5 57.5 0 0 1-46.57-46.57a8 8 0 1 1 15.78-2.64a41.29 41.29 0 0 0 33.43 33.43a8 8 0 0 1 6.58 9.21"/></svg>

React

import type { SVGProps } from "react";

export function PhBombFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248 32a8 8 0 0 0-8 8a52.7 52.7 0 0 1-3.57 17.39C232.38 67.22 225.7 72 216 72c-11.06 0-18.85-9.76-29.49-24.65C176 32.66 164.12 16 144 16c-16.39 0-29 8.89-35.43 25a66 66 0 0 0-3.9 15H88a16 16 0 0 0-16 16v9.59A88 88 0 0 0 112 248h1.59A88 88 0 0 0 152 81.59V72a16 16 0 0 0-16-16h-15.12a46.8 46.8 0 0 1 2.69-9.37C127.62 36.78 134.3 32 144 32c11.06 0 18.85 9.76 29.49 24.65C184 71.34 195.88 88 216 88c16.39 0 29-8.89 35.43-25A68.7 68.7 0 0 0 256 40a8 8 0 0 0-8-8M111.89 209.32A8 8 0 0 1 104 216a8.5 8.5 0 0 1-1.33-.11a57.5 57.5 0 0 1-46.57-46.57a8 8 0 1 1 15.78-2.64a41.29 41.29 0 0 0 33.43 33.43a8 8 0 0 1 6.58 9.21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248 32a8 8 0 0 0-8 8a52.7 52.7 0 0 1-3.57 17.39C232.38 67.22 225.7 72 216 72c-11.06 0-18.85-9.76-29.49-24.65C176 32.66 164.12 16 144 16c-16.39 0-29 8.89-35.43 25a66 66 0 0 0-3.9 15H88a16 16 0 0 0-16 16v9.59A88 88 0 0 0 112 248h1.59A88 88 0 0 0 152 81.59V72a16 16 0 0 0-16-16h-15.12a46.8 46.8 0 0 1 2.69-9.37C127.62 36.78 134.3 32 144 32c11.06 0 18.85 9.76 29.49 24.65C184 71.34 195.88 88 216 88c16.39 0 29-8.89 35.43-25A68.7 68.7 0 0 0 256 40a8 8 0 0 0-8-8M111.89 209.32A8 8 0 0 1 104 216a8.5 8.5 0 0 1-1.33-.11a57.5 57.5 0 0 1-46.57-46.57a8 8 0 1 1 15.78-2.64a41.29 41.29 0 0 0 33.43 33.43a8 8 0 0 1 6.58 9.21"/></svg>
</template>

CSS

.icon-bomb-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%2032a8%208%200%200%200-8%208a52.7%2052.7%200%200%201-3.57%2017.39C232.38%2067.22%20225.7%2072%20216%2072c-11.06%200-18.85-9.76-29.49-24.65C176%2032.66%20164.12%2016%20144%2016c-16.39%200-29%208.89-35.43%2025a66%2066%200%200%200-3.9%2015H88a16%2016%200%200%200-16%2016v9.59A88%2088%200%200%200%20112%20248h1.59A88%2088%200%200%200%20152%2081.59V72a16%2016%200%200%200-16-16h-15.12a46.8%2046.8%200%200%201%202.69-9.37C127.62%2036.78%20134.3%2032%20144%2032c11.06%200%2018.85%209.76%2029.49%2024.65C184%2071.34%20195.88%2088%20216%2088c16.39%200%2029-8.89%2035.43-25A68.7%2068.7%200%200%200%20256%2040a8%208%200%200%200-8-8M111.89%20209.32A8%208%200%200%201%20104%20216a8.5%208.5%200%200%201-1.33-.11a57.5%2057.5%200%200%201-46.57-46.57a8%208%200%201%201%2015.78-2.64a41.29%2041.29%200%200%200%2033.43%2033.43a8%208%200%200%201%206.58%209.21%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%2032a8%208%200%200%200-8%208a52.7%2052.7%200%200%201-3.57%2017.39C232.38%2067.22%20225.7%2072%20216%2072c-11.06%200-18.85-9.76-29.49-24.65C176%2032.66%20164.12%2016%20144%2016c-16.39%200-29%208.89-35.43%2025a66%2066%200%200%200-3.9%2015H88a16%2016%200%200%200-16%2016v9.59A88%2088%200%200%200%20112%20248h1.59A88%2088%200%200%200%20152%2081.59V72a16%2016%200%200%200-16-16h-15.12a46.8%2046.8%200%200%201%202.69-9.37C127.62%2036.78%20134.3%2032%20144%2032c11.06%200%2018.85%209.76%2029.49%2024.65C184%2071.34%20195.88%2088%20216%2088c16.39%200%2029-8.89%2035.43-25A68.7%2068.7%200%200%200%20256%2040a8%208%200%200%200-8-8M111.89%20209.32A8%208%200%200%201%20104%20216a8.5%208.5%200%200%201-1.33-.11a57.5%2057.5%200%200%201-46.57-46.57a8%208%200%201%201%2015.78-2.64a41.29%2041.29%200%200%200%2033.43%2033.43a8%208%200%200%201%206.58%209.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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