The HugeIcons battery warning icon visually represents a low battery level or an impending power depletion, commonly used to alert users about the need to charge a device.
Common uses
- Low battery indicator on mobile devices
- Power status in laptops or portable electronics
- Alert for devices nearing power exhaustion in IoT applications
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BatteryWarningIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BatteryWarningIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- low batterypower alertcharge neededbattery empty
FAQ
- What does the battery warning icon signify?
- This icon indicates that a battery is low on charge or is about to run out of power, prompting the user to take action, such as charging.
- How do I use the BatteryWarningIcon in React?
- Import both HugeiconsIcon and BatteryWarningIcon, then render it using <HugeiconsIcon icon={BatteryWarningIcon} />.
- What is the license for this icon?
- The HugeIcons battery warning icon is available 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.