The Lucide merge icon visually represents the act of combining or joining two or more distinct elements into a single entity, commonly used in UIs to signify operations like merging branches in version control or combining data sets.
Common uses
- Version control actions (e.g., merge branch)
- Combining user accounts or data
- Joining queues or lists
Use it in React
Install
npm i lucide-reactImport & render
import { Merge } from 'lucide-react';
<Merge size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- combinejoinunitemergefusion
FAQ
- What does the merge icon represent?
- It symbolizes the combination of separate items into one. This is often used for actions like merging code branches or consolidating information.
- How do I use the merge icon in React?
- You can import and use it directly from the 'lucide-react' library like this: import { Merge } from 'lucide-react'.
- What is the license for the Lucide merge icon?
- The Lucide icon library, including the merge 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 →