The Phosphor arrow down icon visually represents a downward direction and is commonly used in user interfaces to indicate actions like downloading, collapsing sections, or scrolling further down a page.
Common uses
- Download button
- Collapse/expand section
- Scroll to bottom
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowDown } from '@phosphor-icons/react';
<ArrowDown size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowDown size={24} />thin
<ArrowDown size={24} weight="thin" />light
<ArrowDown size={24} weight="light" />bold
<ArrowDown size={24} weight="bold" />fill
<ArrowDown size={24} weight="fill" />duotone
<ArrowDown size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- directionalpointerpointingarrowheadarrowsarrowdowndownload iconchevron downcaret down
FAQ
- What is the arrow down icon used for?
- It signifies a downward direction, often used for downloads, collapsing content, or indicating more content below.
- How do I use the arrow down icon in React?
- Import it from the library and use the ArrowDown component: import { ArrowDown } from '@phosphor-icons/react'.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use.
Related icons
The same idea in other libraries, and near matches in Phosphor.