John KuehJohn Kueh

git merge conflict icon

Lucide · git-merge-conflict · ISC

Download SVG

The Lucide git merge conflict icon visually represents a situation where two versions of code cannot be automatically combined, commonly used in UIs to indicate unresolved merge issues.

Common uses

  • Highlighting files with merge conflicts in a file explorer.
  • Indicating an error state in a version control dashboard.
  • Signaling the need for manual intervention in a Git workflow.

Use it in React

Install
npm i lucide-react
Import & render
import { GitMergeConflict } from 'lucide-react';

<GitMergeConflict size={24} />

Details

Library
Lucide (1,713 icons)
License
ISC
viewBox
0 0 24 24
Keywords
codeversion controlcommitsdifferrorconflictgitmergegit conflictmerge errorcode clashdiff issue

FAQ

What does the git merge conflict icon represent?
It signifies a state in version control where Git cannot automatically resolve differences between two branches, requiring developer input.
How do I use this icon in React?
Import it from 'lucide-react' and use it as a component: import { GitMergeConflict } from 'lucide-react'.
What is the license for this icon?
The Lucide icon library, including this icon, is available under the ISC license.

Related icons

The same idea in other libraries, and near matches in Lucide.

Looking for something else? Search Lucide 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 →