Pixelarticons

Git Pull Request Pixel Art Icon

A git pull-request icon for code review flows, PR submission buttons, open-PR badges, and collaboration indicators.

development Free 4 variants

Tags

gitpullrequest

Style variants

base

Outline · rounded corners

sharp

Outline · sharp corners

glyph

Filled · sharp corners

Get Pro

solid

Filled · rounded corners

Get Pro

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Git Pull Request icon

A branching arrow looping toward a target line, representing a pull request awaiting review and merge. Code-review platforms, CI dashboards, and IDE integrations use it next to open PR counts, 'Create pull request' buttons, and review-status indicators. It signals collaborative code review rather than a direct merge, distinguishing the review state from a completed git-merge. For a PR that has been reviewed and merged, git-merge is the more precise icon for the final action.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/git-pull-request.svg" width="24" height="24" alt="Git Pull Request" />

<!-- React -->
import { GitPullRequest } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="git-pull-request.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons