# BatteryFullIcon

> 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 full icon for React — part of lucide-animated.

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

## Install

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

## Usage

```tsx
import { BatteryFullIcon } from "@/components/icons/battery-full";

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

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

## Keywords

- battery
- power
- energy
- full
- charge

## Similar icons

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