The Phosphor hand arrow down icon depicts a hand with a downward-pointing arrow, commonly used to signify actions like downloading, receiving, or withdrawing something.
Common uses
- Download button
- Receive/accept item
- Withdraw funds
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { HandArrowDown } from '@phosphor-icons/react';
<HandArrowDown size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<HandArrowDown size={24} />thin
<HandArrowDown size={24} weight="thin" />light
<HandArrowDown size={24} weight="light" />bold
<HandArrowDown size={24} weight="bold" />fill
<HandArrowDown size={24} weight="fill" />duotone
<HandArrowDown size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- people
- Keywords
- *new*takereceiveremovewithdrawemojipeoplecommercefinanceshandarrowdowndownload iconreceive icontake iconwithdraw icon
FAQ
- What does the hand arrow down icon represent?
- It represents an action of taking something down, such as downloading a file or receiving a payment.
- How do I use the hand arrow down icon in React?
- Import it as HandArrowDown from '@phosphor-icons/react' and use it like <HandArrowDown />.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free usage.
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 →