# HeartIcon

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

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

## Install

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

## Usage

```tsx
import { HeartIcon } from "@/components/icons/heart";

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

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

## Keywords

- like
- love
- emotion
- suit
- playing
- cards

## Similar icons

- [HandHeartIcon](https://lucide-animated.com/icons/hand-heart.md)
- [UpvoteIcon](https://lucide-animated.com/icons/upvote.md)
- [AngryIcon](https://lucide-animated.com/icons/angry.md)
- [AnnoyedIcon](https://lucide-animated.com/icons/annoyed.md)
- [DownvoteIcon](https://lucide-animated.com/icons/downvote.md)
- [FrownIcon](https://lucide-animated.com/icons/frown.md)
