The Phosphor plug charging icon visually represents the act of charging or connecting to a power source, commonly used in UIs to indicate power status, charging capabilities, or connection points.
Common uses
- Indicate a device is charging.
- Represent a power outlet or socket.
- Show connection or integration status.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { PlugCharging } from '@phosphor-icons/react';
<PlugCharging size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<PlugCharging size={24} />thin
<PlugCharging size={24} weight="thin" />light
<PlugCharging size={24} weight="light" />bold
<PlugCharging size={24} weight="bold" />fill
<PlugCharging size={24} weight="fill" />duotone
<PlugCharging size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- outletsocketpluginintegrationchargechargingsystemobjectsplugpower outletelectrical socketpower connectionenergy
FAQ
- What does the plug charging icon represent?
- It depicts a plug being inserted into a socket, symbolizing charging, power connection, or system integration.
- How do I use this icon in React?
- You can import and use it like this: import { PlugCharging } from '@phosphor-icons/react'; <PlugCharging size={32} />
- What is the license for this icon?
- The Phosphor icon library, including the plug-charging 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 →