# WavesArrowDownIcon

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

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

## Install

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

## Usage

```tsx
import { WavesArrowDownIcon } from "@/components/icons/waves-arrow-down";

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

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

## Keywords

- waves
- arrow
- down
- navigation
- scroll

## Similar icons

- [WavesArrowUpIcon](https://lucide-animated.com/icons/waves-arrow-up.md)
- [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)
