The Phosphor split vertical icon depicts a horizontal line dividing a rectangle vertically, commonly used to indicate splitting a view or content area into two side-by-side panes.
Common uses
- Splitting a code editor into two columns
- Resizing a sidebar or panel
- Dividing a document layout
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { SplitVertical } from '@phosphor-icons/react';
<SplitVertical size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<SplitVertical size={24} />thin
<SplitVertical size={24} weight="thin" />light
<SplitVertical size={24} weight="light" />bold
<SplitVertical size={24} weight="bold" />fill
<SplitVertical size={24} weight="fill" />duotone
<SplitVertical size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- resizerowsarrowsdesigneditorsplitverticalvertical splitdivide horizontaltwo columnssplit pane
FAQ
- What does the split vertical icon represent?
- It visually represents the action of dividing a space or interface element into two vertical sections.
- How do I use this icon in React?
- Import it using `import { SplitVertical } from '@phosphor-icons/react';` and then render it as a component: `<SplitVertical />`.
- What is the license for this icon?
- The Phosphor icon set, 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 →