The Phosphor charging station icon visually represents a location where electric vehicles can be recharged, commonly used in map interfaces or location-based services.
Common uses
- Marking EV charging points on a map
- Indicating charging availability in a parking app
- Representing an electric vehicle service in a travel guide
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ChargingStation } from '@phosphor-icons/react';
<ChargingStation size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ChargingStation size={24} />thin
<ChargingStation size={24} weight="thin" />light
<ChargingStation size={24} weight="light" />bold
<ChargingStation size={24} weight="bold" />fill
<ChargingStation size={24} weight="fill" />duotone
<ChargingStation size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- evchargefuelpumpmaps & travelobjectschargingstationev chargerelectric vehicle chargingpower station
FAQ
- What does the charging station icon represent?
- It depicts a facility for recharging electric vehicles, often used for navigation or location services.
- How do I use this icon in React?
- Import it using `import { ChargingStation } from '@phosphor-icons/react'` and then use it as a component: `<ChargingStation />`.
- What is the license for this icon?
- The Phosphor charging station 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 →