The Tabler 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 within a file system or application structure.
Common uses
- Indicating a linked folder in a file explorer.
- Representing a shortcut to a project directory.
- Showing a reference to an external configuration folder.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconFolderSymlink } from '@tabler/icons-react';
<IconFolderSymlink size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- shortcutaliaslinkconnectorredirectpointerreferencejunctionconduitpathdocumentfoldersymlinkshortcut folderlinked folderalias folder
FAQ
- What does the folder symlink icon represent?
- It signifies a symbolic link, which is essentially a pointer or shortcut to another folder or file. This is useful for showing relationships or references between different locations.
- How do I use this icon in React?
- You can import it directly from the '@tabler/icons-react' library using: import { IconFolderSymlink } from '@tabler/icons-react'.
- What is the license for this icon?
- The Tabler icons, including the folder symlink icon, are distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →