The Phosphor rows plus top icon visually represents adding a new row or item to the beginning of a list, table, or stack.
Common uses
- Add new item to the top of a list
- Insert row at the beginning of a table
- Prepend element to a stacked layout
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { RowsPlusTop } from '@phosphor-icons/react';
<RowsPlusTop size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<RowsPlusTop size={24} />thin
<RowsPlusTop size={24} weight="thin" />light
<RowsPlusTop size={24} weight="light" />bold
<RowsPlusTop size={24} weight="bold" />fill
<RowsPlusTop size={24} weight="fill" />duotone
<RowsPlusTop size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- *new*2shapespolygonsboxstacklisttablecardsprependinsertdesignrowsplustopadd to top
FAQ
- What does the rows plus top icon represent?
- It signifies the action of adding a new element or row to the very top of an existing collection or structure.
- How do I use this icon in React?
- Import it using `import { RowsPlusTop } from '@phosphor-icons/react'` and then render it as a component: `<RowsPlusTop />`.
- What is the license for this icon?
- The Phosphor icon library, including the rows plus top icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →