The HugeIcons battery full icon visually represents a device with a completely charged power source, commonly used to indicate a full battery status.
Common uses
- Displaying full battery charge level
- Indicating a device is fully powered
- Showing a completed charging process
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BatteryFullIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BatteryFullIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- full batterypower fullcharged batterybattery 100%
FAQ
- What does the BatteryFullIcon represent?
- It represents a device that is fully charged or has 100% battery power remaining.
- How do I use the BatteryFullIcon in React?
- Import both HugeiconsIcon and BatteryFullIcon, then render <HugeiconsIcon icon={BatteryFullIcon} />.
- What is the license for this icon?
- This icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →