# LoaderPinwheelIcon

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

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

## Install

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

## Usage

```tsx
import { LoaderPinwheelIcon } from "@/components/icons/loader-pinwheel";

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

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

## Keywords

- loading
- wait
- busy
- progress
- throbber
- spinner
- spinning
- beach ball
- frozen
- freeze

## Similar icons

- [LoaderIcon](https://lucide-animated.com/icons/loader.md)
- [LoaderCircleIcon](https://lucide-animated.com/icons/loader-circle.md)
- [PickaxeIcon](https://lucide-animated.com/icons/pickaxe.md)
