The Tabler column insert right icon visually represents adding a new column to the right of an existing one, commonly used in database or spreadsheet interfaces to indicate an insertion action.
Common uses
- Add new column button in a data grid
- Insert column action in a table editor
- Context menu option for table manipulation
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconColumnInsertRight } from '@tabler/icons-react';
<IconColumnInsertRight size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Database
- Keywords
- databasetablecellsarrowcolumninsertrightstoragerepositoryrecordsadd column rightnew columntable add columninsert column
FAQ
- What does the column insert right icon represent?
- It signifies the action of adding a new column to the right side of a table or data structure.
- How do I use this icon in React?
- Import it using `import { IconColumnInsertRight } from '@tabler/icons-react'` and render it as a component.
- What is the license for this icon?
- This icon is from the Tabler icon library and is available 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 →