# GripIcon

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

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

## Install

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

## Usage

```tsx
import { GripIcon } from "@/components/icons/grip";

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

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

## Keywords

- grab
- dots
- handle
- move
- drag

## Similar icons

- [GripHorizontalIcon](https://lucide-animated.com/icons/grip-horizontal.md)
- [GripVerticalIcon](https://lucide-animated.com/icons/grip-vertical.md)
- [ChessBishopIcon](https://lucide-animated.com/icons/chess-bishop.md)
- [ChessKnightIcon](https://lucide-animated.com/icons/chess-knight.md)
- [ChessPawnIcon](https://lucide-animated.com/icons/chess-pawn.md)
- [HandGrabIcon](https://lucide-animated.com/icons/hand-grab.md)
