Git Merge Pixel Art Icon
A git-merge icon for pull request merges, combining branches, and merge-conflict resolution in version control interfaces.
Tags
gitmerge
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 Merge icon
Two lines converging into one with a filled node, the standard representation of a git merge operation. Repository hosting platforms use it on 'Merge pull request' buttons, merge-conflict indicators, and merge-strategy selectors. It is visually distinct from git-branch (diverging) and git-pull-request (review state). When a team uses rebase rather than merge, a rebase or squash icon is sometimes used instead; git-merge is most accurate for explicit three-way merge actions.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/git-merge.svg" width="24" height="24" alt="Git Merge" />
<!-- React -->
import { GitMerge } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="git-merge.svg" width="48" height="48" style="image-rendering: pixelated" />