The HugeIcons battery plus icon visually represents a battery with a plus sign, commonly used to indicate adding charge, increasing battery capacity, or a power-up function.
Common uses
- Add charge/power button
- Increase battery level indicator
- Power boost feature
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BatteryPlusIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BatteryPlusIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add batterycharge iconpower upbattery add
FAQ
- What does the battery plus icon represent?
- It signifies adding power or increasing a battery's charge level. It's often used for functions related to charging or power enhancement.
- How do I use the BatteryPlusIcon in React?
- Import both HugeiconsIcon and BatteryPlusIcon, then render it using <HugeiconsIcon icon={BatteryPlusIcon} />. Ensure you have '@hugeicons/react' and '@hugeicons/core-free-icons' installed.
- What is the license for this icon?
- The HugeIcons battery plus icon is released under the MIT license, allowing for free commercial and non-commercial use.
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 →