The Phosphor upload icon visually represents the action of transferring data from a local device to a remote location, commonly used to indicate file submission or data synchronization.
Common uses
- Button to submit a file to a server.
- Indicator for ongoing data transfer.
- Action to move items to cloud storage.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Upload } from '@phosphor-icons/react';
<Upload size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Upload size={24} />thin
<Upload size={24} weight="thin" />light
<Upload size={24} weight="light" />bold
<Upload size={24} weight="bold" />fill
<Upload size={24} weight="fill" />duotone
<Upload size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- savedsavingarchivedarchivingarchivaluploadeduploadinghard drivedisksystemuploadsendsubmitsync
FAQ
- What does the upload icon represent?
- It signifies the process of sending files or data from your device to another location, like a server or cloud.
- How do I use the upload icon in React?
- You can import and use it like this: import { Upload } from '@phosphor-icons/react'. Then render it as a React component: <Upload />.
- What is the license for the Phosphor upload icon?
- The Phosphor icon library, including the upload 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 →