# GitCommitVerticalIcon

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

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

## Install

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

## Usage

```tsx
import { GitCommitVerticalIcon } from "@/components/icons/git-commit-vertical";

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

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

## Keywords

- code
- open
- version control 
- waypoint
- stop
- station

## Similar icons

- [GitCommitHorizontalIcon](https://lucide-animated.com/icons/git-commit-horizontal.md)
- [GitPullRequestIcon](https://lucide-animated.com/icons/git-pull-request.md)
- [BanIcon](https://lucide-animated.com/icons/ban.md)
- [FolderCodeIcon](https://lucide-animated.com/icons/folder-code.md)
- [FolderOpenIcon](https://lucide-animated.com/icons/folder-open.md)
- [GitMergeIcon](https://lucide-animated.com/icons/git-merge.md)
