# RotateCwIcon

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

Source page: https://lucide-animated.com/icons/rotate-cw

## Install

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

## Usage

```tsx
import { RotateCwIcon } from "@/components/icons/rotate-cw";

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

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

## Keywords

- rotate
- clockwise
- turn
- degrees
- degrees
- clockwise
- counterclockwise

## Similar icons

- [RotateCcwIcon](https://lucide-animated.com/icons/rotate-ccw.md)
- [Disc3Icon](https://lucide-animated.com/icons/disc-3.md)
- [LoaderIcon](https://lucide-animated.com/icons/loader.md)
- [RefreshCcwIcon](https://lucide-animated.com/icons/refresh-ccw.md)
- [RefreshCcwDotIcon](https://lucide-animated.com/icons/refresh-ccw-dot.md)
- [RefreshCwIcon](https://lucide-animated.com/icons/refresh-cw.md)
