# GripVerticalIcon

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

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

## Install

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

## Usage

```tsx
import { GripVerticalIcon } from "@/components/icons/grip-vertical";

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

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

## Keywords

- grip
- move
- drag
- resize
- drag and drop

## Similar icons

- [GripHorizontalIcon](https://lucide-animated.com/icons/grip-horizontal.md)
- [GripIcon](https://lucide-animated.com/icons/grip.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)
