# HandGrabIcon

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

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

## Install

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

## Usage

```tsx
import { HandGrabIcon } from "@/components/icons/hand-grab";

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

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

## Keywords

- gesture
- hand
- grab

## Similar icons

- [HandIcon](https://lucide-animated.com/icons/hand.md)
- [GripIcon](https://lucide-animated.com/icons/grip.md)
- [HandHeartIcon](https://lucide-animated.com/icons/hand-heart.md)
- [HandMetalIcon](https://lucide-animated.com/icons/hand-metal.md)
