The HugeIcons folder symlink icon visually represents a shortcut or link to another directory, commonly used in user interfaces to indicate a reference to a different location.
Common uses
- Linking to related project folders
- Indicating shared directory access
- Representing symbolic links in file explorers
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FolderSymlinkIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FolderSymlinkIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- shortcut iconlink iconsymbolic linkdirectory link
FAQ
- What does the folder symlink icon represent?
- It signifies a symbolic link, which is a file that points to another file or directory. In UI, it shows a connection or reference to a different location.
- How do I use the FolderSymlinkIcon in React?
- Import both HugeiconsIcon and FolderSymlinkIcon, then render it using <HugeiconsIcon icon={FolderSymlinkIcon} />.
- What is the license for this icon?
- The FolderSymlinkIcon is distributed under the MIT license, allowing for free use.
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 →