The Phosphor git branch icon visually represents the concept of branching in version control systems like Git, often used in UIs to signify actions or information related to code branches.
Common uses
- Indicating the current code branch in a project status display.
- Button to manage or create new code branches.
- Labeling sections related to version control or Git operations.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { GitBranch } from '@phosphor-icons/react';
<GitBranch size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<GitBranch size={24} />thin
<GitBranch size={24} weight="thin" />light
<GitBranch size={24} weight="light" />bold
<GitBranch size={24} weight="bold" />fill
<GitBranch size={24} weight="fill" />duotone
<GitBranch size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- technology & development
- Keywords
- *updated*githubvcssource controlversion controlversioningbranchestechnology & developmentgitbranchgit iconcode branchversion control icon
FAQ
- What does the git branch icon represent?
- It represents the concept of branching in version control systems, allowing developers to diverge from the main line of development.
- How do I use this icon in React?
- Import it as GitBranch from '@phosphor-icons/react' and use it like: <GitBranch size={24} />.
- What is the license for this icon?
- The Phosphor icon library, including the git-branch 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 →