bomb icon
bomb-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- bomb-light
- Set
- Phosphor
- Style
- Light
- 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 34a6 6 0 0 0-6 6a54.1 54.1 0 0 1-3.57 17.77C234.06 68.69 226.72 74 216 74c-12.91 0-21.76-12.38-31.12-25.49C174.67 34.21 163.09 18 144 18c-15.74 0-27.35 8.22-33.57 23.77a65.4 65.4 0 0 0-4 16.23H88a14 14 0 0 0-14 14v10.83A86 86 0 0 0 112 246h1.55A86 86 0 0 0 150 82.83V72a14 14 0 0 0-14-14h-17.47a51.4 51.4 0 0 1 3.15-12c4.38-10.74 11.69-16 22.32-16c12.91 0 21.75 12.38 31.12 25.49C185.33 69.79 196.91 86 216 86c15.74 0 27.35-8.22 33.57-23.77A66.5 66.5 0 0 0 254 40a6 6 0 0 0-6-6M138 72v14.66a6 6 0 0 0 3.6 5.49a74 74 0 1 1-59.2 0a6 6 0 0 0 3.6-5.49V72a2 2 0 0 1 2-2h48a2 2 0 0 1 2 2m-33 130.08a6 6 0 0 1-1 11.92a7 7 0 0 1-1-.08A55.48 55.48 0 0 1 58.08 169a6 6 0 1 1 11.84-2A43.29 43.29 0 0 0 105 202.08"/></svg>
React
import type { SVGProps } from "react";
export function PhBombLight(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 34a6 6 0 0 0-6 6a54.1 54.1 0 0 1-3.57 17.77C234.06 68.69 226.72 74 216 74c-12.91 0-21.76-12.38-31.12-25.49C174.67 34.21 163.09 18 144 18c-15.74 0-27.35 8.22-33.57 23.77a65.4 65.4 0 0 0-4 16.23H88a14 14 0 0 0-14 14v10.83A86 86 0 0 0 112 246h1.55A86 86 0 0 0 150 82.83V72a14 14 0 0 0-14-14h-17.47a51.4 51.4 0 0 1 3.15-12c4.38-10.74 11.69-16 22.32-16c12.91 0 21.75 12.38 31.12 25.49C185.33 69.79 196.91 86 216 86c15.74 0 27.35-8.22 33.57-23.77A66.5 66.5 0 0 0 254 40a6 6 0 0 0-6-6M138 72v14.66a6 6 0 0 0 3.6 5.49a74 74 0 1 1-59.2 0a6 6 0 0 0 3.6-5.49V72a2 2 0 0 1 2-2h48a2 2 0 0 1 2 2m-33 130.08a6 6 0 0 1-1 11.92a7 7 0 0 1-1-.08A55.48 55.48 0 0 1 58.08 169a6 6 0 1 1 11.84-2A43.29 43.29 0 0 0 105 202.08"/></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 34a6 6 0 0 0-6 6a54.1 54.1 0 0 1-3.57 17.77C234.06 68.69 226.72 74 216 74c-12.91 0-21.76-12.38-31.12-25.49C174.67 34.21 163.09 18 144 18c-15.74 0-27.35 8.22-33.57 23.77a65.4 65.4 0 0 0-4 16.23H88a14 14 0 0 0-14 14v10.83A86 86 0 0 0 112 246h1.55A86 86 0 0 0 150 82.83V72a14 14 0 0 0-14-14h-17.47a51.4 51.4 0 0 1 3.15-12c4.38-10.74 11.69-16 22.32-16c12.91 0 21.75 12.38 31.12 25.49C185.33 69.79 196.91 86 216 86c15.74 0 27.35-8.22 33.57-23.77A66.5 66.5 0 0 0 254 40a6 6 0 0 0-6-6M138 72v14.66a6 6 0 0 0 3.6 5.49a74 74 0 1 1-59.2 0a6 6 0 0 0 3.6-5.49V72a2 2 0 0 1 2-2h48a2 2 0 0 1 2 2m-33 130.08a6 6 0 0 1-1 11.92a7 7 0 0 1-1-.08A55.48 55.48 0 0 1 58.08 169a6 6 0 1 1 11.84-2A43.29 43.29 0 0 0 105 202.08"/></svg> </template>
CSS
.icon-bomb-light {
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%2034a6%206%200%200%200-6%206a54.1%2054.1%200%200%201-3.57%2017.77C234.06%2068.69%20226.72%2074%20216%2074c-12.91%200-21.76-12.38-31.12-25.49C174.67%2034.21%20163.09%2018%20144%2018c-15.74%200-27.35%208.22-33.57%2023.77a65.4%2065.4%200%200%200-4%2016.23H88a14%2014%200%200%200-14%2014v10.83A86%2086%200%200%200%20112%20246h1.55A86%2086%200%200%200%20150%2082.83V72a14%2014%200%200%200-14-14h-17.47a51.4%2051.4%200%200%201%203.15-12c4.38-10.74%2011.69-16%2022.32-16c12.91%200%2021.75%2012.38%2031.12%2025.49C185.33%2069.79%20196.91%2086%20216%2086c15.74%200%2027.35-8.22%2033.57-23.77A66.5%2066.5%200%200%200%20254%2040a6%206%200%200%200-6-6M138%2072v14.66a6%206%200%200%200%203.6%205.49a74%2074%200%201%201-59.2%200a6%206%200%200%200%203.6-5.49V72a2%202%200%200%201%202-2h48a2%202%200%200%201%202%202m-33%20130.08a6%206%200%200%201-1%2011.92a7%207%200%200%201-1-.08A55.48%2055.48%200%200%201%2058.08%20169a6%206%200%201%201%2011.84-2A43.29%2043.29%200%200%200%20105%20202.08%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%2034a6%206%200%200%200-6%206a54.1%2054.1%200%200%201-3.57%2017.77C234.06%2068.69%20226.72%2074%20216%2074c-12.91%200-21.76-12.38-31.12-25.49C174.67%2034.21%20163.09%2018%20144%2018c-15.74%200-27.35%208.22-33.57%2023.77a65.4%2065.4%200%200%200-4%2016.23H88a14%2014%200%200%200-14%2014v10.83A86%2086%200%200%200%20112%20246h1.55A86%2086%200%200%200%20150%2082.83V72a14%2014%200%200%200-14-14h-17.47a51.4%2051.4%200%200%201%203.15-12c4.38-10.74%2011.69-16%2022.32-16c12.91%200%2021.75%2012.38%2031.12%2025.49C185.33%2069.79%20196.91%2086%20216%2086c15.74%200%2027.35-8.22%2033.57-23.77A66.5%2066.5%200%200%200%20254%2040a6%206%200%200%200-6-6M138%2072v14.66a6%206%200%200%200%203.6%205.49a74%2074%200%201%201-59.2%200a6%206%200%200%200%203.6-5.49V72a2%202%200%200%201%202-2h48a2%202%200%200%201%202%202m-33%20130.08a6%206%200%200%201-1%2011.92a7%207%200%200%201-1-.08A55.48%2055.48%200%200%201%2058.08%20169a6%206%200%201%201%2011.84-2A43.29%2043.29%200%200%200%20105%20202.08%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bomb-light.svg?color=%231a73e8&size=48