The Phosphor tray arrow down icon visually represents an action to download or save an item, often seen in interfaces related to file management or system operations.
Common uses
- Download button
- Save to local storage
- Archive item
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { TrayArrowDown } from '@phosphor-icons/react';
<TrayArrowDown size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<TrayArrowDown size={24} />thin
<TrayArrowDown size={24} weight="thin" />light
<TrayArrowDown size={24} weight="light" />bold
<TrayArrowDown size={24} weight="bold" />fill
<TrayArrowDown size={24} weight="fill" />duotone
<TrayArrowDown size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- inboxsavedsavingarchivedarchivingarchivaldownloadeddownloadingofficesystemtrayarrowdowndownload iconsave iconinbox icon
FAQ
- What does the tray arrow down icon represent?
- It signifies downloading or saving an item. It's commonly used for actions like downloading files or archiving data.
- How do I use this icon in React?
- Import it as TrayArrowDown from '@phosphor-icons/react' and use it like any other React component: <TrayArrowDown />.
- What is the license for this icon?
- The Phosphor icon library, including the tray arrow down icon, is 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 →