# ActivityIcon

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

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

## Install

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

## Usage

```tsx
import { ActivityIcon } from "@/components/icons/activity";

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

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

## Keywords

- pulse
- action
- motion/react
- movement
- exercise
- fitness
- healthcare
- heart rate monitor
- vital signs
- vitals
- emergency room
- er
- intensive care
- hospital
- defibrillator
- earthquake
- siesmic
- magnitude
- richter scale
- aftershock
- tremor
- shockwave
- audio
- waveform
- synthesizer
- synthesiser
- music

## Similar icons

- [AudioLinesIcon](https://lucide-animated.com/icons/audio-lines.md)
- [AmbulanceIcon](https://lucide-animated.com/icons/ambulance.md)
- [Disc3Icon](https://lucide-animated.com/icons/disc-3.md)
- [ClapIcon](https://lucide-animated.com/icons/clap.md)
- [DrumIcon](https://lucide-animated.com/icons/drum.md)
- [HandMetalIcon](https://lucide-animated.com/icons/hand-metal.md)
