The Phosphor arrows down up icon depicts a bidirectional arrow, commonly used to indicate sorting in both ascending and descending order, or to represent a refresh or sync action.
Common uses
- Sortable table column header
- Refresh/sync button
- Toggle between two states
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowsDownUp } from '@phosphor-icons/react';
<ArrowsDownUp size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowsDownUp size={24} />thin
<ArrowsDownUp size={24} weight="thin" />light
<ArrowsDownUp size={24} weight="light" />bold
<ArrowsDownUp size={24} weight="bold" />fill
<ArrowsDownUp size={24} weight="fill" />duotone
<ArrowsDownUp size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- *updated*directionalpointerpointingarrowheadarrowsdownupbidirectional arrowsrefresh iconsync iconsort icon
FAQ
- What is the arrows down up icon used for?
- It's typically used for sorting options, indicating a bidirectional sort order, or for refresh/sync functionalities.
- How do I use the arrows down up icon in React?
- You can import and use it like this: import { ArrowsDownUp } from '@phosphor-icons/react'. Then render it as <ArrowsDownUp />.
- What is the license for 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.