The Phosphor arrows in simple icon depicts two arrows pointing inwards, commonly used to represent actions like collapsing, minimizing, or resizing content.
Common uses
- Collapse/expand a sidebar or panel
- Minimize a modal or window
- Indicate resizing a section
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowsInSimple } from '@phosphor-icons/react';
<ArrowsInSimple size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowsInSimple size={24} />thin
<ArrowsInSimple size={24} weight="thin" />light
<ArrowsInSimple size={24} weight="light" />bold
<ArrowsInSimple size={24} weight="bold" />fill
<ArrowsInSimple size={24} weight="fill" />duotone
<ArrowsInSimple size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- *updated*directionalpointerpointingarrowheadcollapseminimizeresizearrowsinsimplecollapse iconminimize iconinward arrowsresize arrows
FAQ
- What is the arrows-in-simple icon used for?
- It's typically used for actions like collapsing, minimizing, or indicating a resize operation in user interfaces.
- How do I use this icon in React?
- Import it from the library like this: import { ArrowsInSimple } from '@phosphor-icons/react'.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, which allows for free use.
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 →