# GitPullRequestIcon

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

Source page: https://lucide-animated.com/icons/git-pull-request

## Install

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

## Usage

```tsx
import { GitPullRequestIcon } from "@/components/icons/git-pull-request";

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

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

## Keywords

- code
- version control
- open

## Similar icons

- [GitCommitHorizontalIcon](https://lucide-animated.com/icons/git-commit-horizontal.md)
- [GitCommitVerticalIcon](https://lucide-animated.com/icons/git-commit-vertical.md)
- [GitMergeIcon](https://lucide-animated.com/icons/git-merge.md)
- [FileStackIcon](https://lucide-animated.com/icons/file-stack.md)
- [FolderCodeIcon](https://lucide-animated.com/icons/folder-code.md)
- [FolderGitIcon](https://lucide-animated.com/icons/folder-git.md)
