bomb icon
bomb from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- bomb
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
bombBoxIcons v2bombBoxIcons v2 SolidbombEmoji One (Colored)bombFont Awesome 6 SolidbombFluent EmojibombFluent Emoji FlatbombFluent Emoji High ContrastbombHuge IconsbombLine AwesomebombLucidebombMaterial SymbolsbombMaterial Design Iconsbomb-fillMingCute IconbombNoto EmojibombOpenMojibombPixelarticonsbomb-boldSolarbombStreamline EmojisbombTabler IconsbombTwitter Emoji
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-8M140.8 94a72 72 0 1 1-57.6 0a8 8 0 0 0 4.8-7.34V72h48v14.66a8 8 0 0 0 4.8 7.34m-28.91 115.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 PhBomb(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-8M140.8 94a72 72 0 1 1-57.6 0a8 8 0 0 0 4.8-7.34V72h48v14.66a8 8 0 0 0 4.8 7.34m-28.91 115.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-8M140.8 94a72 72 0 1 1-57.6 0a8 8 0 0 0 4.8-7.34V72h48v14.66a8 8 0 0 0 4.8 7.34m-28.91 115.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 {
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-8M140.8%2094a72%2072%200%201%201-57.6%200a8%208%200%200%200%204.8-7.34V72h48v14.66a8%208%200%200%200%204.8%207.34m-28.91%20115.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-8M140.8%2094a72%2072%200%201%201-57.6%200a8%208%200%200%200%204.8-7.34V72h48v14.66a8%208%200%200%200%204.8%207.34m-28.91%20115.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.svg?color=%231a73e8&size=48