The HugeIcons row insert icon visually represents adding a new row of content, commonly used in tables or lists to indicate an insertion point.
Common uses
- Add new row to a data table
- Insert item into a list
- Create new section in a form
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { RowInsertIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RowInsertIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add rowinsert rownew rowtable insert
FAQ
- What does the row insert icon signify?
- It signifies the action of adding a new row or item, typically within a structured data format like a table or list.
- How do I use the RowInsertIcon in React?
- Import both HugeiconsIcon and RowInsertIcon, then render the icon using <HugeiconsIcon icon={RowInsertIcon} />.
- What is the license for this icon?
- This icon is released under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.