The Phosphor police car icon visually represents a police vehicle, commonly used in user interfaces to indicate law enforcement services, emergency locations, or related map features.
Common uses
- Labeling a police station on a map.
- Indicating a 'report a crime' feature.
- Representing a police-related alert or notification.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { PoliceCar } from '@phosphor-icons/react';
<PoliceCar size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<PoliceCar size={24} />thin
<PoliceCar size={24} weight="thin" />light
<PoliceCar size={24} weight="light" />bold
<PoliceCar size={24} weight="bold" />fill
<PoliceCar size={24} weight="fill" />duotone
<PoliceCar size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- *updated*vehiclescarsautomobileslaw enforcementmaps & travelobjectspolicecaremergency vehiclesiren
FAQ
- What does the police-car icon represent?
- It depicts a police car, suitable for UI elements related to law enforcement or emergency services.
- How do I use the police-car icon in React?
- Import it using `import { PoliceCar } from '@phosphor-icons/react';` and then render the `<PoliceCar />` component.
- What is the license for this icon?
- The Phosphor icon set, including the police-car 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 →