The HugeIcons file unlocked icon depicts an open padlock on a document, commonly used to signify that a file is accessible, not restricted, or has been successfully unlocked.
Common uses
- Indicate successful file decryption
- Show a document is publicly available
- Represent an un-gated or accessible resource
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FileUnlockedIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FileUnlockedIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- open fileunlocked documentaccessible filefree file
FAQ
- What does the file unlocked icon represent?
- This icon represents a file that is no longer locked or restricted. It's typically used to show that a document or data is accessible.
- How do I use the FileUnlockedIcon in React?
- Import both HugeiconsIcon and FileUnlockedIcon, then render the icon using <HugeiconsIcon icon={FileUnlockedIcon} />.
- What is the license for this icon?
- The FileUnlockedIcon is part of the HugeIcons library and 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 →