# RefreshCcwIcon

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

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

## Install

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

## Usage

```tsx
import { RefreshCcwIcon } from "@/components/icons/refresh-ccw";

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

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

## Keywords

- arrows
- rotate
- reload
- rerun
- synchronise
- synchronize
- circular
- cycle

## Similar icons

- [RefreshCcwDotIcon](https://lucide-animated.com/icons/refresh-ccw-dot.md)
- [RefreshCwIcon](https://lucide-animated.com/icons/refresh-cw.md)
- [RefreshCwOffIcon](https://lucide-animated.com/icons/refresh-cw-off.md)
- [DatabaseBackupIcon](https://lucide-animated.com/icons/database-backup.md)
- [Disc3Icon](https://lucide-animated.com/icons/disc-3.md)
- [GitCompareArrowsIcon](https://lucide-animated.com/icons/git-compare-arrows.md)
