The HugeIcons repository icon depicts a stack of files or documents, commonly used to represent a code repository, storage, or a collection of items in a user interface.
Common uses
- Link to code repository
- File storage indicator
- Data archive icon
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { RepositoryIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RepositoryIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- storagefilesarchivedatabase
FAQ
- What does the repository icon represent?
- It visually signifies a place where code, files, or data are stored and managed, like a version control system repository.
- How do I use the RepositoryIcon in React?
- Import both HugeiconsIcon and RepositoryIcon, then render it using <HugeiconsIcon icon={RepositoryIcon} />.
- What is the license for this icon?
- The HugeIcons repository icon is available under the MIT license.
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 →