The HugeIcons insert row down icon visually represents adding a new row below an existing one, commonly used in data tables or lists to indicate an expansion or addition.
Common uses
- Add new entry to a list
- Insert a row in a spreadsheet
- Append data to a table
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { InsertRowDownIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={InsertRowDownIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add row belownew rowappend rowinsert below
FAQ
- What does the insert row down icon signify?
- This icon signifies the action of inserting a new row directly beneath the current or selected row in a tabular or list-based interface.
- How do I use the InsertRowDownIcon in a React application?
- Import both HugeiconsIcon and InsertRowDownIcon, then render the icon using the <HugeiconsIcon icon={InsertRowDownIcon} /> component.
- What is the license for this icon?
- The InsertRowDownIcon is part of the HugeIcons library and is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →