The Phosphor arrow square down icon depicts a downward-pointing arrow within a square, commonly used to indicate downloading, saving, or moving content downwards.
Common uses
- Download button
- Save action
- Move item down
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowSquareDown } from '@phosphor-icons/react';
<ArrowSquareDown size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowSquareDown size={24} />thin
<ArrowSquareDown size={24} weight="thin" />light
<ArrowSquareDown size={24} weight="light" />bold
<ArrowSquareDown size={24} weight="bold" />fill
<ArrowSquareDown size={24} weight="fill" />duotone
<ArrowSquareDown size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- directionalpointerpointingarrowheadarrowsarrowsquaredowndownload iconsave iconcaret down squarearrow down box
FAQ
- What is the arrow square down icon used for?
- It typically signifies actions like downloading, saving, or indicating a downward direction or movement.
- How do I use the arrow square down icon in React?
- You can import and use it like this: import { ArrowSquareDown } from '@phosphor-icons/react'; <ArrowSquareDown />
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, which allows for free use.
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 →