The Phosphor arrows split icon depicts two arrows diverging from a single point, commonly used to represent actions like splitting, forking, or dividing content or data.
Common uses
- Splitting a document into two panes
- Forking a repository in version control
- Dividing a list into two separate lists
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowsSplit } from '@phosphor-icons/react';
<ArrowsSplit size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowsSplit size={24} />thin
<ArrowsSplit size={24} weight="thin" />light
<ArrowsSplit size={24} weight="light" />bold
<ArrowsSplit size={24} weight="bold" />fill
<ArrowsSplit size={24} weight="fill" />duotone
<ArrowsSplit size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- *updated*arrowheadsforkarrowssplitdiverging arrowssplit pathfork iconbranching arrows
FAQ
- What does the arrows split icon represent?
- It visually signifies a division or divergence, like splitting data, forking a process, or separating items.
- How do I use the arrows split icon in React?
- Import it from the Phosphor React library: `import { ArrowsSplit } from '@phosphor-icons/react'` and use it as a component: `<ArrowsSplit />`.
- What is the license for the Phosphor arrows split icon?
- The Phosphor icon library, including the arrows split 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 →