# CloudDownloadIcon

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

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

## Install

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

## Usage

```tsx
import { CloudDownloadIcon } from "@/components/icons/cloud-download";

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

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

## Keywords

- cloud
- download
- weather
- cloud download

## Similar icons

- [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)
- [CloudSunIcon](https://lucide-animated.com/icons/cloud-sun.md)
- [CloudUploadIcon](https://lucide-animated.com/icons/cloud-upload.md)
- [CloudCogIcon](https://lucide-animated.com/icons/cloud-cog.md)
