The Phosphor arrows out cardinal icon depicts four arrows pointing outwards from a central point, commonly used to indicate expanding to a larger view or entering a fullscreen mode.
Common uses
- Enter fullscreen mode
- Expand to a larger view
- Open in a new tab/window
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowsOutCardinal } from '@phosphor-icons/react';
<ArrowsOutCardinal size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowsOutCardinal size={24} />thin
<ArrowsOutCardinal size={24} weight="thin" />light
<ArrowsOutCardinal size={24} weight="light" />bold
<ArrowsOutCardinal size={24} weight="bold" />fill
<ArrowsOutCardinal size={24} weight="fill" />duotone
<ArrowsOutCardinal size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- *updated*directionalpointerpointingarrowheadexpandfullscreenresizepanmovegrowarrowsoutcardinalexpand arrowsfullscreen icon
FAQ
- What is the purpose of the arrows out cardinal icon?
- This icon signifies an action to expand content, enter fullscreen, or transition to a larger display area.
- How do I use the arrows out cardinal icon in React?
- Import it from the library like this: import { ArrowsOutCardinal } from '@phosphor-icons/react'.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free usage.
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 →