The HugeIcons folder git icon visually represents a folder containing Git version control information, commonly used to indicate a project directory managed with Git.
Common uses
- Indicate a Git repository folder
- Show project files in a Git context
- Version control status indicator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FolderGitIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FolderGitIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- git folderversion control foldercode repository icon
FAQ
- What does the FolderGitIcon represent?
- The FolderGitIcon represents a folder that is part of a Git version control system. It's used to visually identify directories managed by Git.
- How do I use FolderGitIcon in React?
- To use FolderGitIcon in React, import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component: import { FolderGitIcon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={FolderGitIcon} />.
- What is the license for this icon?
- The FolderGitIcon is distributed 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 →