# RefreshCwIcon

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

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

## Install

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

## Usage

```tsx
import { RefreshCwIcon } from "@/components/icons/refresh-cw";

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

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

## Keywords

- refresh
- rotate
- reload
- rerun
- circular
- cycle

## Similar icons

- [RefreshCcwDotIcon](https://lucide-animated.com/icons/refresh-ccw-dot.md)
- [RefreshCwOffIcon](https://lucide-animated.com/icons/refresh-cw-off.md)
- [RefreshCcwIcon](https://lucide-animated.com/icons/refresh-ccw.md)
- [DatabaseBackupIcon](https://lucide-animated.com/icons/database-backup.md)
- [Disc3Icon](https://lucide-animated.com/icons/disc-3.md)
- [LoaderIcon](https://lucide-animated.com/icons/loader.md)
