The HugeIcons file lock icon depicts a document with a padlock, commonly used to represent secured, private, or read-only files and data.
Common uses
- Indicate a read-only document
- Show a protected or encrypted file
- Represent a file that requires special permissions
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FileLockIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FileLockIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- security lockprivate fileprotected documentread-only
FAQ
- What does the file lock icon represent?
- It signifies a file or data that is secured, private, or cannot be modified. It's often used for read-only or protected content.
- How do I use the FileLockIcon in React?
- Import both HugeiconsIcon and FileLockIcon, then render it using <HugeiconsIcon icon={FileLockIcon} />. Ensure you have the correct imports from '@hugeicons/react' and '@hugeicons/core-free-icons'.
- What is the license for this icon?
- The FileLockIcon from HugeIcons is available under the MIT license.
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 →