The Tabler git pull request conflict icon visually represents a merge conflict within a Git workflow, commonly used in UIs to indicate a situation requiring manual resolution during code integration.
Common uses
- Highlighting a pending merge conflict in a task list.
- Indicating an error state in a Git status dashboard.
- As a visual cue in a code review tool for conflicted files.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconGitPullRequestConflict } from '@tabler/icons-react';
<IconGitPullRequestConflict size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Version control
- Keywords
- gitpull requestconflictmergecoderepositoryversion controlbranchrebaseversioningpullrequestgit conflictmerge conflictcode conflictversion control error
FAQ
- What does the git pull request conflict icon represent?
- It signifies a merge conflict in Git, where changes from different branches cannot be automatically combined and require developer intervention.
- How do I use this icon in React?
- Import it from '@tabler/icons-react' like this: import { IconGitPullRequestConflict } from '@tabler/icons-react'.
- What is the license for this icon?
- This icon is part of the Tabler library and is distributed 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 →