# GitPullRequestClosedIcon

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

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

## Install

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

## Usage

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

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

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

## Keywords

- git
- pull request
- closed
- version control
- repository

## Similar icons

- [GitPullRequestCreateIcon](https://lucide-animated.com/icons/git-pull-request-create.md)
- [FolderGitIcon](https://lucide-animated.com/icons/folder-git.md)
- [FolderGit2Icon](https://lucide-animated.com/icons/folder-git-2.md)
- [GitBranchIcon](https://lucide-animated.com/icons/git-branch.md)
- [GitCompareIcon](https://lucide-animated.com/icons/git-compare.md)
- [GitCompareArrowsIcon](https://lucide-animated.com/icons/git-compare-arrows.md)
