The Tabler battery 4 icon depicts a battery with a low charge level, commonly used to indicate a device's remaining power or the need for charging.
Common uses
- Displaying low battery status on a mobile device.
- Indicating a power level in a game interface.
- Showing the remaining charge for a tool or gadget.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBattery4 } from '@tabler/icons-react';
<IconBattery4 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBattery4 size={24} stroke={2} />filled
<IconBattery4Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Devices
- Keywords
- energypowerelectricitybatterychargehardwaretechnologyelectricelectronicgadgetdevices4low batterypower emptycharge lowenergy depleted
FAQ
- What does the battery 4 icon represent?
- It represents a battery that is nearly empty or at a very low charge level.
- How do I use the battery 4 icon in React?
- You can import and use it like this: import { IconBattery4 } from '@tabler/icons-react'; <IconBattery4 />.
- What is the license for the Tabler battery 4 icon?
- The Tabler icons, including battery 4, are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →