# WindArrowDownIcon

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

Source page: https://lucide-animated.com/icons/wind-arrow-down

## Install

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

## Usage

```tsx
import { WindArrowDownIcon } from "@/components/icons/wind-arrow-down";

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

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

## Keywords

- wind
- arrow
- down
- wind arrow down

## Similar icons

- [AArrowDownIcon](https://lucide-animated.com/icons/a-arrow-down.md)
- [ArrowBigDownIcon](https://lucide-animated.com/icons/arrow-big-down.md)
- [ArrowBigDownDashIcon](https://lucide-animated.com/icons/arrow-big-down-dash.md)
- [ArrowDownLeftIcon](https://lucide-animated.com/icons/arrow-down-left.md)
- [ArrowDownRightIcon](https://lucide-animated.com/icons/arrow-down-right.md)
- [ChevronFirstIcon](https://lucide-animated.com/icons/chevron-first.md)
