The Tabler cloud upload icon visually represents the action of transferring files from a local device to a remote cloud storage service, commonly used to indicate an upload function in user interfaces.
Common uses
- Button to upload user profile pictures.
- Drag-and-drop area for file submissions.
- Status indicator for ongoing data synchronization.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCloudUpload } from '@tabler/icons-react';
<IconCloudUpload size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- filesclouduploadstorageonlineimporttransfercontroloperationserversystemupload to cloudsend fileonline storagedata transfer
FAQ
- What is the purpose of the cloud upload icon?
- It signifies the process of sending data from a local source to a cloud-based storage system. It's used in UIs to represent upload functionality.
- How do I use this icon in React?
- You can import and use it directly from the '@tabler/icons-react' library with the following code: import { IconCloudUpload } from '@tabler/icons-react'.
- What is the license for this icon?
- The Tabler icon library, including the cloud upload icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →