The HugeIcons google drive icon depicts a triangular document with the Google Drive logo, commonly used to represent cloud storage, file synchronization, or access to Google Drive services within an application.
Common uses
- Link to Google Drive
- File upload/download button
- Cloud storage indicator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GoogleDriveIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={GoogleDriveIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- cloud storagedrivegooglefile storage
FAQ
- What does the Google Drive icon represent?
- It represents Google Drive, a cloud-based file storage and synchronization service. It's used to signify actions or locations related to Google Drive.
- How do I use the Google Drive icon in React?
- Import both HugeiconsIcon and GoogleDriveIcon, then render <HugeiconsIcon icon={GoogleDriveIcon} />. Ensure you have '@hugeicons/react' and '@hugeicons/core-free-icons' installed.
- What is the license for this icon?
- This icon is available under the MIT license, allowing for free use in both personal and commercial projects.
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 →