# BatteryWarningIcon

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

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

## Install

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

## Usage

```tsx
import { BatteryWarningIcon } from "@/components/icons/battery-warning";

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

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

## Keywords

- battery
- warning
- power
- electricity
- energy
- alert
- exclamation

## Similar icons

- [BatteryChargingIcon](https://lucide-animated.com/icons/battery-charging.md)
- [BatteryIcon](https://lucide-animated.com/icons/battery.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)
- [ZapIcon](https://lucide-animated.com/icons/zap.md)
