The Phosphor fire extinguisher icon visually represents a safety device used to put out fires, commonly employed in UIs to denote emergency preparedness, safety features, or hazard warnings.
Common uses
- Emergency contact button
- Safety protocol indicator
- Fire safety training module
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FireExtinguisher } from '@phosphor-icons/react';
<FireExtinguisher size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FireExtinguisher size={24} />thin
<FireExtinguisher size={24} weight="thin" />light
<FireExtinguisher size={24} weight="light" />bold
<FireExtinguisher size={24} weight="bold" />fill
<FireExtinguisher size={24} weight="fill" />duotone
<FireExtinguisher size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- objects
- Keywords
- safetypreventionemergencyhazarddangercautionobjectsfireextinguisherfire safetyemergency equipmentfire preventionhazard control
FAQ
- What is the fire extinguisher icon used for?
- It's used to represent fire safety, emergency equipment, or hazard prevention in user interfaces.
- How do I use the fire extinguisher icon in React?
- Import it from the library like so: import { FireExtinguisher } from '@phosphor-icons/react'. Then use it as a component: <FireExtinguisher size={24} />.
- What is the license for this icon?
- The Phosphor icon set, including the fire extinguisher icon, is available under the MIT license.
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 →