The HugeIcons insert row up icon depicts a plus symbol above a horizontal line, commonly used to indicate adding a new row or item above the current selection in a table or list.
Common uses
- Add new record above current
- Insert item at the beginning of a list
- Create new row in a spreadsheet
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { InsertRowUpIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={InsertRowUpIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add row abovenew row topinsert aboveprepend item
FAQ
- What does the insert row up icon represent?
- This icon represents the action of inserting a new row or element directly above an existing one in a data structure like a table or list.
- How do I use the InsertRowUpIcon in React?
- Import both HugeiconsIcon and InsertRowUpIcon, then render the icon using the code: <HugeiconsIcon icon={InsertRowUpIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the InsertRowUpIcon, 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 →