The Lucide git pull request closed icon visually represents a closed or rejected pull request, commonly used in UIs to indicate the status of code contributions or review processes.
Common uses
- Status indicator for closed PRs in a Git dashboard.
- Icon for a 'View Closed Requests' button.
- Visual cue for rejected feature branches.
Use it in React
Install
npm i lucide-reactImport & render
import { GitPullRequestClosed } from 'lucide-react';
<GitPullRequestClosed size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- codeversion controlrejectedclosedcancelledxgitpullrequestgit rejectedcode review closedpull request cancelledversion control decline
FAQ
- What does the git pull request closed icon represent?
- It signifies a pull request that has been closed, either by being merged, declined, or cancelled. It's used to denote the final state of a code review or contribution.
- How do I use this icon in React?
- You can import and use it directly from the 'lucide-react' library like this: import { GitPullRequestClosed } from 'lucide-react'.
- What is the license for this icon?
- The Lucide icon library, including this icon, is available under the ISC license, which is a permissive open-source license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →