# LoaderCircleIcon

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

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

## Install

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

## Usage

```tsx
import { LoaderCircleIcon } from "@/components/icons/loader-circle";

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

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

## Keywords

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

## Similar icons

- [LoaderIcon](https://lucide-animated.com/icons/loader.md)
- [LoaderPinwheelIcon](https://lucide-animated.com/icons/loader-pinwheel.md)
- [CircleDashedIcon](https://lucide-animated.com/icons/circle-dashed.md)
- [Disc3Icon](https://lucide-animated.com/icons/disc-3.md)
- [PickaxeIcon](https://lucide-animated.com/icons/pickaxe.md)
- [TornadoIcon](https://lucide-animated.com/icons/tornado.md)
