# CloudRainWindIcon

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

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

## Install

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

## Usage

```tsx
import { CloudRainWindIcon } from "@/components/icons/cloud-rain-wind";

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

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

## Keywords

- cloud
- rain
- wind
- weather
- cloud rain wind

## Similar icons

- [CloudRainIcon](https://lucide-animated.com/icons/cloud-rain.md)
- [CloudDownloadIcon](https://lucide-animated.com/icons/cloud-download.md)
- [CloudLightningIcon](https://lucide-animated.com/icons/cloud-lightning.md)
- [CloudSunIcon](https://lucide-animated.com/icons/cloud-sun.md)
- [CloudUploadIcon](https://lucide-animated.com/icons/cloud-upload.md)
- [TornadoIcon](https://lucide-animated.com/icons/tornado.md)
