The Tabler git compare icon depicts two diverging arrows, commonly used in UIs to represent actions related to comparing different versions of code or files within a version control system.
Common uses
- Button to initiate a code comparison view.
- Menu item for 'Compare Branches'.
- Status indicator for pending code review.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconGitCompare } from '@tabler/icons-react';
<IconGitCompare size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Version control
- Keywords
- codeversion controlcommandgitcompareversioningrepositorytrackingrevisioncode diffbranch comparerevision history
FAQ
- What does the git compare icon represent?
- It visually signifies the act of comparing different versions or branches in a system like Git, highlighting differences.
- How do I use this icon in React?
- You can import and use it directly with: import { IconGitCompare } from '@tabler/icons-react'. Then render it as <IconGitCompare />.
- What is the license for this icon?
- This icon is distributed under the MIT license, allowing for free use.
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 →