The Phosphor git pull request icon visually represents the action of requesting to merge changes from one branch into another, commonly used in interfaces for version control systems.
Common uses
- Button to initiate a pull request.
- Status indicator for pending pull requests.
- Link to view existing pull requests.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { GitPullRequest } from '@phosphor-icons/react';
<GitPullRequest size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<GitPullRequest size={24} />thin
<GitPullRequest size={24} weight="thin" />light
<GitPullRequest size={24} weight="light" />bold
<GitPullRequest size={24} weight="bold" />fill
<GitPullRequest size={24} weight="fill" />duotone
<GitPullRequest size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- technology & development
- Keywords
- *updated*githubvcssource controlversion controlversioningmerge requesttechnology & developmentgitpullrequestgithub pull requestsource control request
FAQ
- What does the git pull request icon represent?
- It symbolizes the process of proposing changes to be merged into a codebase, a core concept in collaborative software development using Git.
- How do I use this icon in React?
- Import it as GitPullRequest from '@phosphor-icons/react' and use it within your JSX, like <GitPullRequest size={24} />.
- What is the license for this icon?
- The Phosphor icon set, including the git pull request icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →