# DrumIcon

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

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

## Install

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

## Usage

```tsx
import { DrumIcon } from "@/components/icons/drum";

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

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

## Keywords

- music
- instrument
- percussion
- beat
- rhythm
- sound

## Similar icons

- [AudioLinesIcon](https://lucide-animated.com/icons/audio-lines.md)
- [VolumeIcon](https://lucide-animated.com/icons/volume.md)
- [ActivityIcon](https://lucide-animated.com/icons/activity.md)
- [BellIcon](https://lucide-animated.com/icons/bell.md)
- [Disc3Icon](https://lucide-animated.com/icons/disc-3.md)
- [HandMetalIcon](https://lucide-animated.com/icons/hand-metal.md)
