# AudioLinesIcon

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

Source page: https://lucide-animated.com/icons/audio-lines

## Install

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

## Usage

```tsx
import { AudioLinesIcon } from "@/components/icons/audio-lines";

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

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

## Keywords

- graphic equaliser
- sound
- noise
- listen
- hearing
- hertz
- frequency
- wavelength
- vibrate
- sine
- synthesizer
- synthesiser
- levels
- track
- music
- playback
- radio
- broadcast
- airwaves
- voice
- vocals
- singer
- song

## Similar icons

- [ActivityIcon](https://lucide-animated.com/icons/activity.md)
- [RadioIcon](https://lucide-animated.com/icons/radio.md)
- [RadioTowerIcon](https://lucide-animated.com/icons/radio-tower.md)
- [DrumIcon](https://lucide-animated.com/icons/drum.md)
- [MicIcon](https://lucide-animated.com/icons/mic.md)
- [VolumeIcon](https://lucide-animated.com/icons/volume.md)
