# CloudSyncIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `/icons/<name>.md` — for example https://lucide-animated.com/icons/activity.md. An MCP server is available at `/mcp`.

> Animated cloud sync icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/cloud-sync

## Install

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

## Usage

```tsx
import { CloudSyncIcon } from "@/components/icons/cloud-sync";

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

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

## Keywords

- cloud
- sync

## Similar icons

- [CloudBackupIcon](https://lucide-animated.com/icons/cloud-backup.md)
- [CloudCogIcon](https://lucide-animated.com/icons/cloud-cog.md)
- [CloudDownloadIcon](https://lucide-animated.com/icons/cloud-download.md)
- [CloudLightningIcon](https://lucide-animated.com/icons/cloud-lightning.md)
- [CloudRainIcon](https://lucide-animated.com/icons/cloud-rain.md)
- [CloudRainWindIcon](https://lucide-animated.com/icons/cloud-rain-wind.md)
