# HandHeartIcon

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

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

## Install

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

## Usage

```tsx
import { HandHeartIcon } from "@/components/icons/hand-heart";

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

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

## Keywords

- hand
- heart
- love
- affection
- hug
- cuddle
- emotion

## Similar icons

- [HeartIcon](https://lucide-animated.com/icons/heart.md)
- [HeartHandshakeIcon](https://lucide-animated.com/icons/heart-handshake.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)
- [FolderHeartIcon](https://lucide-animated.com/icons/folder-heart.md)
