The Tabler battery 3 icon depicts a battery with a low charge level, commonly used to indicate power status or remaining battery life in user interfaces.
Common uses
- Displaying low battery warning
- Indicating device power status
- Visualizing remaining charge
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBattery3 } from '@tabler/icons-react';
<IconBattery3 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBattery3 size={24} stroke={2} />filled
<IconBattery3Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Devices
- Keywords
- energypowerelectricitybatterychargehardwaretechnologyelectricelectronicgadgetdevices3low batterypower offempty battery
FAQ
- What does the battery 3 icon represent?
- It represents a battery with a low or nearly depleted charge. It's used to visually communicate that a device has limited power remaining.
- How do I use this icon in React?
- You can import and use it directly in your React components like this: import { IconBattery3 } from '@tabler/icons-react'. Then, render it as <IconBattery3 />.
- What is the license for this icon?
- The Tabler battery 3 icon is distributed under the MIT license, which allows for free use in both personal and commercial projects.
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 →