The HugeIcons git commit horizontal icon visually represents a code commit in a version control system, often used to signify actions related to code changes or history.
Common uses
- Button for committing changes
- Status indicator for completed commits
- Link to commit history view
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GitCommitHorizontalIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={GitCommitHorizontalIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- commit iconversion control iconcode change icongit icon
FAQ
- What does the git commit horizontal icon represent?
- It symbolizes a code commit, a fundamental action in version control systems like Git, representing a snapshot of changes.
- How do I use the GitCommitHorizontalIcon in React?
- Import both HugeiconsIcon and GitCommitHorizontalIcon, then render it using <HugeiconsIcon icon={GitCommitHorizontalIcon} />.
- What is the license for this icon?
- The HugeIcons git commit horizontal icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →