# BatteryIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `https://lucide-animated.com/icons/<name>.md`. An MCP server is available at `https://lucide-animated.com/mcp`.

> Animated battery icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/battery

## Install

```bash
npx shadcn@latest add "https://lucide-animated.com/r/battery.json"
```

## Usage

```tsx
import { BatteryIcon } from "@/components/icons/battery";

export function Demo() {
  return <BatteryIcon className="size-6" />;
}
```

The component animates on hover by default. All standard SVG props are forwarded.

## Keywords

- power
- electricity
- energy
- accumulator
- charge

## Similar icons

- [BatteryChargingIcon](https://lucide-animated.com/icons/battery-charging.md)
- [BatteryFullIcon](https://lucide-animated.com/icons/battery-full.md)
- [BatteryLowIcon](https://lucide-animated.com/icons/battery-low.md)
- [BatteryMediumIcon](https://lucide-animated.com/icons/battery-medium.md)
- [BatteryWarningIcon](https://lucide-animated.com/icons/battery-warning.md)
- [PlugZapIcon](https://lucide-animated.com/icons/plug-zap.md)
