# LoaderIcon

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

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

## Install

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

## Usage

```tsx
import { LoaderIcon } from "@/components/icons/loader";

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

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

## Keywords

- loader
- loading
- spinner
- spin
- rotate
- progress
- wait
- processing

## Similar icons

- [LoaderCircleIcon](https://lucide-animated.com/icons/loader-circle.md)
- [LoaderPinwheelIcon](https://lucide-animated.com/icons/loader-pinwheel.md)
- [Disc3Icon](https://lucide-animated.com/icons/disc-3.md)
- [PickaxeIcon](https://lucide-animated.com/icons/pickaxe.md)
- [RefreshCcwIcon](https://lucide-animated.com/icons/refresh-ccw.md)
- [RefreshCcwDotIcon](https://lucide-animated.com/icons/refresh-ccw-dot.md)
