# Disc3Icon

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

Source page: https://lucide-animated.com/icons/disc-3

## Install

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

## Usage

```tsx
import { Disc3Icon } from "@/components/icons/disc-3";

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

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

## Keywords

- disc
- vinyl
- record
- music
- audio
- spin
- rotate
- cd
- dvd
- media

## Similar icons

- [ActivityIcon](https://lucide-animated.com/icons/activity.md)
- [LoaderIcon](https://lucide-animated.com/icons/loader.md)
- [MicIcon](https://lucide-animated.com/icons/mic.md)
- [AudioLinesIcon](https://lucide-animated.com/icons/audio-lines.md)
- [DrumIcon](https://lucide-animated.com/icons/drum.md)
- [HandMetalIcon](https://lucide-animated.com/icons/hand-metal.md)
