The Phosphor arrows left right icon depicts two opposing arrows, commonly used to indicate bidirectional movement, synchronization, or a toggle between two states.
Common uses
- Two-way data synchronization status
- Toggling between two views or modes
- Indicating a refresh or reload action
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowsLeftRight } from '@phosphor-icons/react';
<ArrowsLeftRight size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowsLeftRight size={24} />thin
<ArrowsLeftRight size={24} weight="thin" />light
<ArrowsLeftRight size={24} weight="light" />bold
<ArrowsLeftRight size={24} weight="bold" />fill
<ArrowsLeftRight size={24} weight="fill" />duotone
<ArrowsLeftRight size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- *updated*directionalpointerpointingarrowheadarrowsleftrightsync iconrefresh iconbidirectional arrowstoggle icon
FAQ
- What is the purpose of the arrows left right icon?
- This icon signifies bidirectional movement, synchronization, or switching between two options. It's useful for actions like refreshing or toggling states.
- How do I use the arrows left right icon in React?
- You can import and use it in React with: import { ArrowsLeftRight } from '@phosphor-icons/react'.
- What is the license for Phosphor icons?
- Phosphor icons, including the arrows left right icon, are 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 →