The HugeIcons structure folder circle icon depicts a circular folder with internal structure lines, commonly used to represent organizational structures, file directories, or hierarchical data.
Common uses
- Representing a project's directory structure
- Indicating a general folder or file category
- Visualizing hierarchical data or organizational charts
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { StructureFolderCircleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={StructureFolderCircleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- folder structuredirectory iconhierarchical folderorganizational chart icon
FAQ
- What does the structure folder circle icon represent?
- This icon represents a folder with internal structure, often used for file directories, organizational structures, or hierarchical data.
- How do I use the StructureFolderCircleIcon in React?
- Import both HugeiconsIcon and StructureFolderCircleIcon, then render it using <HugeiconsIcon icon={StructureFolderCircleIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license, allowing for free use in commercial and non-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 →