John KuehJohn Kueh

cloud arrow up icon

Phosphor · cloud-arrow-up · MIT

Download SVG

The Phosphor cloud arrow up icon visually represents the action of uploading data to a cloud-based storage system, commonly used to indicate an upload process or status in user interfaces.

Common uses

  • Button to initiate a file upload to cloud storage.
  • Status indicator for a successful cloud backup.
  • Icon for a 'sync to cloud' feature.

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { CloudArrowUp } from '@phosphor-icons/react';

<CloudArrowUp size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<CloudArrowUp size={24} />
thin
<CloudArrowUp size={24} weight="thin" />
light
<CloudArrowUp size={24} weight="light" />
bold
<CloudArrowUp size={24} weight="bold" />
fill
<CloudArrowUp size={24} weight="fill" />
duotone
<CloudArrowUp size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
system
Keywords
serverlessbackupstorageuploadsystemcloudarrowupupload iconcloud uploadbackup iconsync up

FAQ

What does the cloud arrow up icon represent?
It signifies uploading data to a cloud service, often used for backups, storage, or synchronization.
How do I use this icon in React?
Import it as `CloudArrowUp` from '@phosphor-icons/react' and use it as a component: `<CloudArrowUp />`.
What is the license for this icon?
The Phosphor icon library, including this 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 →