# HeartPulseIcon

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

Source page: https://lucide-animated.com/icons/heart-pulse

## Install

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

## Usage

```tsx
import { HeartPulseIcon } from "@/components/icons/heart-pulse";

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

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

## Keywords

- heartbeat
- pulse
- health
- medical
- cardiac
- ecg
- vital

## Similar icons

- [ActivityIcon](https://lucide-animated.com/icons/activity.md)
- [AmbulanceIcon](https://lucide-animated.com/icons/ambulance.md)
- [BoneIcon](https://lucide-animated.com/icons/bone.md)
- [BrainIcon](https://lucide-animated.com/icons/brain.md)
- [StethoscopeIcon](https://lucide-animated.com/icons/stethoscope.md)
- [SyringeIcon](https://lucide-animated.com/icons/syringe.md)
