The HugeIcons insert column right icon visually represents adding a new column to the right of an existing one, commonly used in data tables or spreadsheets to expand content horizontally.
Common uses
- Add new data field
- Expand table structure
- Insert adjacent column
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { InsertColumnRightIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={InsertColumnRightIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add column rightnew column rightinsert rightcolumn plus right
FAQ
- What does the insert column right icon represent?
- It signifies the action of inserting a new column to the right of the current selection or position within a table or grid.
- How do I use the InsertColumnRightIcon in React?
- Import both HugeiconsIcon and InsertColumnRightIcon, then render it using <HugeiconsIcon icon={InsertColumnRightIcon} />.
- What is the license for this icon?
- This icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.