The HugeIcons folder upload icon visually represents the action of transferring files from a local device into a cloud or remote storage location.
Common uses
- Upload button for file submission
- Initiate data backup process
- Select files to send to server
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FolderUploadIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FolderUploadIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- uploadsend filescloud uploadtransfer
FAQ
- What does the folder upload icon signify?
- This icon signifies the action of uploading files or data into a designated folder or storage system.
- How do I use the FolderUploadIcon in React?
- Import both HugeiconsIcon and FolderUploadIcon, then render it using <HugeiconsIcon icon={FolderUploadIcon} />.
- What is the license for this icon?
- The FolderUploadIcon is provided under the MIT license, allowing for free commercial and non-commercial use.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →