The HugeIcons folder git two icon depicts a folder with Git version control symbols, commonly used to represent a Git repository or a folder containing Git-managed files within a user interface.
Common uses
- Indicate a Git repository directory
- Label a section for Git-related settings
- Show a file or folder managed by Git
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FolderGitTwoIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FolderGitTwoIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- git folderversion control folderrepository foldercode folder
FAQ
- What does the FolderGitTwoIcon represent?
- It represents a folder that is part of a Git repository, indicating version-controlled files or a project managed by Git.
- How do I use the FolderGitTwoIcon in React?
- Import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component like this: import { FolderGitTwoIcon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={FolderGitTwoIcon} />.
- What is the license for this icon?
- This icon 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.