The Lucide table cells merge icon visually represents the action of combining multiple cells into a single larger cell, commonly used in interfaces to denote merged table headers or data fields.
Common uses
- Merging cells in a spreadsheet application.
- Indicating a merged header row in a data table.
- Representing a combined field in a form or report.
Use it in React
Install
npm i lucide-reactImport & render
import { TableCellsMerge } from 'lucide-react';
<TableCellsMerge size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- spreadsheetgridrowtablecellsmergecombine cellsmerge cellsspreadsheet mergetable merge
FAQ
- What does the table cells merge icon represent?
- It depicts the action of combining adjacent cells in a grid or table into one larger cell. This is often used for headers or to group related data.
- How do I use this icon in React?
- You can import and use it in your React application like this: import { TableCellsMerge } from 'lucide-react'. Then render it as a component: <TableCellsMerge />.
- What is the license for this icon?
- The Lucide icon library, including the table cells 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 →