The HugeIcons dropbox icon depicts a stylized box, commonly used to represent file storage, cloud synchronization, or data transfer services.
Common uses
- File upload/download button
- Cloud storage indicator
- Data backup status
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { DropboxIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={DropboxIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- cloud storagefile boxuploaddownload
FAQ
- What is the DropboxIcon used for?
- It's typically used to visually represent features related to file storage, cloud services, or data synchronization in a user interface.
- How do I use the DropboxIcon in React?
- Import both HugeiconsIcon and DropboxIcon, then render it using <HugeiconsIcon icon={DropboxIcon} />.
- What is the license for this icon?
- The DropboxIcon is provided under the MIT license, allowing for free use in commercial and non-commercial projects.