The HugeIcons folder 03 icon depicts a stylized folder, commonly used to represent file storage, organization, or a directory in user interfaces.
Common uses
- Representing a file or document container.
- Indicating a directory or folder in a file explorer.
- As a button to open or access a specific section.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Folder03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Folder03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- directorystoragefile containerfolder icon
FAQ
- What does the Folder 03 icon represent?
- It represents a folder, typically used for file storage, organization, or navigation within a user interface.
- How do I use the Folder 03 icon in React?
- Import both HugeiconsIcon and Folder03Icon, then render it using <HugeiconsIcon icon={Folder03Icon} />.
- What is the license for this icon?
- The HugeIcons library, including the Folder 03 icon, is available under the MIT license.
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 →