The Phosphor arrows in cardinal icon depicts four arrows pointing inwards towards the center, commonly used to represent collapsing or shrinking an area or view.
Common uses
- Collapsing a sidebar menu
- Minimizing a modal window
- Shrinking a content pane
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowsInCardinal } from '@phosphor-icons/react';
<ArrowsInCardinal size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowsInCardinal size={24} />thin
<ArrowsInCardinal size={24} weight="thin" />light
<ArrowsInCardinal size={24} weight="light" />bold
<ArrowsInCardinal size={24} weight="bold" />fill
<ArrowsInCardinal size={24} weight="fill" />duotone
<ArrowsInCardinal size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- *updated*directionalpointerpointingarrowheadcollapseminimizeresizeshrinkarrowsincardinalinward arrows
FAQ
- What does the arrows-in-cardinal icon represent?
- It visually signifies an action to collapse, minimize, or shrink content or a UI element by showing arrows converging inwards.
- How do I use this icon in React?
- You can import and use it with: import { ArrowsInCardinal } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including this 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 →