The Lucide git pull request icon visually represents the action of submitting changes for review, commonly used in UIs to signify initiating a pull request workflow.
Common uses
- Button to create a new pull request
- Link to view existing pull requests
- Status indicator for code review progress
Use it in React
Install
npm i lucide-reactImport & render
import { GitPullRequest } from 'lucide-react';
<GitPullRequest size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- codeversion controlopengitpullrequestcode reviewmerge requestsubmit changescontribution
FAQ
- What does the git pull request icon represent?
- It symbolizes the process of proposing code changes to a repository for review and merging. This is a core concept in collaborative software development using Git.
- How do I use this icon in React?
- You can import and use it like this: import { GitPullRequest } from 'lucide-react'. Then render it as a React component: <GitPullRequest />.
- What is the license for this icon?
- The Lucide icon library, including the git pull request icon, is available under the ISC 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 →