The Lucide file symlink icon visually represents a file that acts as a pointer or shortcut to another file or directory, commonly used in UIs to indicate linked resources or shortcuts.
Common uses
- Indicating a file that is a shortcut.
- Representing a symbolic link in a file explorer.
- Showing a linked resource in a project management tool.
Use it in React
Install
npm i lucide-reactImport & render
import { FileSymlink } from 'lucide-react';
<FileSymlink size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- symlinksymboliclinkfileshortcutpointersymbolic link
FAQ
- What does the file symlink icon represent?
- It represents a symbolic link, which is a file that points to another file or directory. It's used to show shortcuts or references to other locations.
- How do I use the file symlink icon in React?
- You can import and use it directly from the 'lucide-react' library like this: import { FileSymlink } from 'lucide-react'.
- What is the license for the file symlink icon?
- The Lucide icon library, including the file symlink icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →