Git Branch Pixel Art Icon
A git-branch icon for version control, branching workflows, feature branches, and repository navigation in dev tools.
Tags
gitbranch
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Git Branch icon
A forking line representing a code branch diverging from a main line, the standard symbol for git branching. IDEs, repository hosts, and CI dashboards use it next to branch names, branch-selector dropdowns, and branching-strategy diagrams. It signals version control context at a glance. For the action of combining branches, git-merge is the appropriate follow-up icon. For viewing a snapshot of a branch at a specific point, git-commit gives that linear history perspective.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/git-branch.svg" width="24" height="24" alt="Git Branch" />
<!-- React -->
import { GitBranch } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="git-branch.svg" width="48" height="48" style="image-rendering: pixelated" />