# HeartHandshakeIcon

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

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

## Install

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

## Usage

```tsx
import { HeartHandshakeIcon } from "@/components/icons/heart-handshake";

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

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

## Keywords

- agreement
- charity
- deal
- handshake
- heart
- love
- partnership
- relationship
- support
- together

## Similar icons

- [HandHelpingIcon](https://lucide-animated.com/icons/hand-helping.md)
- [HandHeartIcon](https://lucide-animated.com/icons/hand-heart.md)
- [FolderHeartIcon](https://lucide-animated.com/icons/folder-heart.md)
- [HeartIcon](https://lucide-animated.com/icons/heart.md)
- [StethoscopeIcon](https://lucide-animated.com/icons/stethoscope.md)
