The Phosphor arrows out line vertical icon depicts four arrows pointing outwards from a central vertical line, commonly used to indicate expanding or maximizing content vertically.
Common uses
- Expand/collapse a vertical sidebar
- Enter/exit full-screen mode for a video player
- Toggle a vertical split view
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowsOutLineVertical } from '@phosphor-icons/react';
<ArrowsOutLineVertical size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowsOutLineVertical size={24} />thin
<ArrowsOutLineVertical size={24} weight="thin" />light
<ArrowsOutLineVertical size={24} weight="light" />bold
<ArrowsOutLineVertical size={24} weight="bold" />fill
<ArrowsOutLineVertical size={24} weight="fill" />duotone
<ArrowsOutLineVertical size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- *updated*directionalpointerpointingarrowheadopensplitarrowsdesigneditoroutlineverticalvertical expandfullscreen verticalopen vertical
FAQ
- What does the arrows out line vertical icon represent?
- This icon represents the action of expanding or maximizing something in a vertical direction. It's often used for full-screen actions or opening side panels.
- How do I use the arrows out line vertical icon in React?
- You can import and use it in your React application with: import { ArrowsOutLineVertical } from '@phosphor-icons/react'. Then, render it as a component: <ArrowsOutLineVertical size={24} />.
- What is the license for the Phosphor icons?
- Phosphor icons are distributed under the MIT license, which allows for free use in both personal and commercial projects.
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 →