# WavesIcon

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

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

## Install

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

## Usage

```tsx
import { WavesIcon } from "@/components/icons/waves";

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

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

## Keywords

- waves
- water
- ocean
- sea
- wave
- sea wave

## Similar icons

- [WavesLadderIcon](https://lucide-animated.com/icons/waves-ladder.md)
- [ShipIcon](https://lucide-animated.com/icons/ship.md)
- [FishSymbolIcon](https://lucide-animated.com/icons/fish-symbol.md)
- [CupSodaIcon](https://lucide-animated.com/icons/cup-soda.md)
- [DropletIcon](https://lucide-animated.com/icons/droplet.md)
- [HandIcon](https://lucide-animated.com/icons/hand.md)
