Git Commit Pixel Art Icon
A git-commit icon for commit history, code snapshots, changelog entries, and version-control timelines in developer tools.
Tags
gitcommit
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 Commit icon
A circle on a horizontal line, representing a single commit node in a git history graph. Repository viewers, changelog pages, and CI pipeline logs use it to label individual commits, commit counts, or the 'Commit' action button. Its linear-node shape conveys a point-in-time snapshot on a timeline. The git-branch icon shows where lines diverge, while git-merge shows where they converge; git-commit focuses on the individual unit of change in between those structural events.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/git-commit.svg" width="24" height="24" alt="Git Commit" />
<!-- React -->
import { GitCommit } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="git-commit.svg" width="48" height="48" style="image-rendering: pixelated" />