The Phosphor fire truck icon depicts a fire engine, commonly used in UIs to represent emergency services, fire departments, or urgent alerts.
Common uses
- Emergency services button
- Fire safety information link
- Urgent notification indicator
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FireTruck } from '@phosphor-icons/react';
<FireTruck size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FireTruck size={24} />thin
<FireTruck size={24} weight="thin" />light
<FireTruck size={24} weight="light" />bold
<FireTruck size={24} weight="bold" />fill
<FireTruck size={24} weight="fill" />duotone
<FireTruck size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- health & wellness
- Keywords
- *new*first-aidemtmedicalmedicineinjurysafetyemergencyfirefighterhealth & wellnessfiretruckfire engineemergency vehiclefirefighter truck
FAQ
- What is the fire truck icon used for?
- It represents fire engines and is typically used for emergency services, fire departments, or urgent alerts in user interfaces.
- How do I use the fire truck icon in React?
- You can import it using `import { FireTruck } from '@phosphor-icons/react';` and then use it as a component like `<FireTruck />`.
- What is the license for the Phosphor fire truck icon?
- The Phosphor icon library, including the fire truck 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 →