The Tabler git commit icon visually represents a code commit action within a version control system, often used in UIs to signify actions related to code changes and history.
Common uses
- Button to trigger a code commit action.
- Status indicator for a committed change.
- Label for a version control settings section.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconGitCommit } from '@tabler/icons-react';
<IconGitCommit size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Version control
- Keywords
- codeversion controlcommandgitcommitversioningrepositorytrackingrevisiongit iconcode historyversion trackingrepository commit
FAQ
- What does the git commit icon represent?
- It symbolizes a commit in version control systems like Git, representing a snapshot of your code at a specific point in time.
- How do I use this icon in React?
- Import it using `import { IconGitCommit } from '@tabler/icons-react';` and render it as a component: `<IconGitCommit />`.
- What is the license for this icon?
- The Tabler icon library, including the git commit icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →