# SmartphoneChargingIcon

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

Source page: https://lucide-animated.com/icons/smartphone-charging

## Install

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

## Usage

```tsx
import { SmartphoneChargingIcon } from "@/components/icons/smartphone-charging";

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

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

## Keywords

- phone
- cellphone
- device
- power
- screen

## Similar icons

- [SmartphoneNfcIcon](https://lucide-animated.com/icons/smartphone-nfc.md)
- [AirplayIcon](https://lucide-animated.com/icons/airplay.md)
- [BatteryIcon](https://lucide-animated.com/icons/battery.md)
- [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)
