The Tabler battery icon visually represents a power source, commonly used in UIs to indicate device charge level or power status.
Common uses
- Displaying battery percentage in a mobile app.
- Showing power status for a connected device.
- Indicating low power warnings.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBattery } from '@tabler/icons-react';
<IconBattery size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBattery size={24} stroke={2} />filled
<IconBatteryFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Devices
- Keywords
- energypowerelectricitybatterychargehardwaretechnologyelectricelectronicgadgetdevices
FAQ
- What does the battery icon represent?
- It represents a power source, typically indicating the remaining charge of a device or its power availability.
- How do I use the battery icon in React?
- Import it using: import { IconBattery } from '@tabler/icons-react'. Then use it as a component: <IconBattery />.
- What is the license for this icon?
- The Tabler battery icon is distributed 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 →