The Phosphor upload simple icon depicts a document being transferred to a higher location, commonly used to represent the action of uploading files or data.
Common uses
- File upload button
- Sync status indicator
- Data transfer progress
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { UploadSimple } from '@phosphor-icons/react';
<UploadSimple size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<UploadSimple size={24} />thin
<UploadSimple size={24} weight="thin" />light
<UploadSimple size={24} weight="light" />bold
<UploadSimple size={24} weight="bold" />fill
<UploadSimple size={24} weight="fill" />duotone
<UploadSimple size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- *updated*savedsavingarchivedarchivingarchivaluploadeduploadinghard drivedisksystemuploadsimplesavearchive
FAQ
- What does the upload simple icon represent?
- It visually signifies the process of uploading files or data, often to a server or cloud storage.
- How do I use the upload simple icon in React?
- Import it as `UploadSimple` from '@phosphor-icons/react' and use it as a component: `<UploadSimple />`.
- What is the license for this icon?
- The Phosphor icon set, including upload simple, 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 →