The HugeIcons file locked icon visually represents a file that is secured or inaccessible, commonly used to indicate protected, private, or encrypted data.
Common uses
- Displaying status of encrypted documents
- Indicating read-only or restricted access files
- Representing secure storage or vault contents
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FileLockedIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FileLockedIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- security lockprotected fileprivate documentencrypted file
FAQ
- What does the FileLockedIcon represent?
- It signifies a file that is locked, secured, or protected, implying restricted access or encryption.
- How do I use FileLockedIcon in React?
- Import both HugeiconsIcon and FileLockedIcon, then render <HugeiconsIcon icon={FileLockedIcon} />.
- What is the license for HugeIcons?
- HugeIcons are provided under the MIT license, allowing for free commercial and non-commercial use.
Related icons
The same idea in other libraries, and near matches in HugeIcons.