The Phosphor bomb icon depicts a classic explosive device with a visible fuse, commonly used in UI to represent actions related to destruction, danger, or game-specific items.
Common uses
- Delete or destroy action button
- In-game item for explosives
- Warning or danger indicator
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Bomb } from '@phosphor-icons/react';
<Bomb size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Bomb size={24} />thin
<Bomb size={24} weight="thin" />light
<Bomb size={24} weight="light" />bold
<Bomb size={24} weight="bold" />fill
<Bomb size={24} weight="fill" />duotone
<Bomb size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- games
- Keywords
- *new*gaminggrenadeexplosivewarweaponfusegamesobjectsbomb
FAQ
- What is the bomb icon used for?
- It's used to signify destructive actions, danger, or specific game items like grenades.
- How do I use the bomb icon in React?
- Import it from the library: `import { Bomb } from '@phosphor-icons/react'` and use it as a component: `<Bomb />`.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free usage.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →