# WavesArrowUpIcon

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

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

## Install

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

## Usage

```tsx
import { WavesArrowUpIcon } from "@/components/icons/waves-arrow-up";

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

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

## Keywords

- waves
- arrow
- up
- navigation
- scroll

## Similar icons

- [WavesArrowDownIcon](https://lucide-animated.com/icons/waves-arrow-down.md)
- [AArrowUpIcon](https://lucide-animated.com/icons/a-arrow-up.md)
- [ArrowBigUpIcon](https://lucide-animated.com/icons/arrow-big-up.md)
- [ArrowBigUpDashIcon](https://lucide-animated.com/icons/arrow-big-up-dash.md)
- [ArrowUpLeftIcon](https://lucide-animated.com/icons/arrow-up-left.md)
- [ArrowUpRightIcon](https://lucide-animated.com/icons/arrow-up-right.md)
