# ClapIcon

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

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

## Install

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

## Usage

```tsx
import { ClapIcon } from "@/components/icons/clap";

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

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

## Keywords

- clap
- movie
- film
- video
- camera
- cinema
- cut
- action
- television
- tv
- show
- entertainment

## Similar icons

- [CctvIcon](https://lucide-animated.com/icons/cctv.md)
- [ActivityIcon](https://lucide-animated.com/icons/activity.md)
- [EyeIcon](https://lucide-animated.com/icons/eye.md)
- [MonitorCheckIcon](https://lucide-animated.com/icons/monitor-check.md)
- [PauseIcon](https://lucide-animated.com/icons/pause.md)
- [PlayIcon](https://lucide-animated.com/icons/play.md)
