The Phosphor folder lock icon visually represents a secure or private folder, commonly used in user interfaces to indicate protected directories or sensitive files.
Common uses
- Secured user directory
- Private file storage indicator
- Access control for folders
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FolderLock } from '@phosphor-icons/react';
<FolderLock size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FolderLock size={24} />thin
<FolderLock size={24} weight="thin" />light
<FolderLock size={24} weight="light" />bold
<FolderLock size={24} weight="bold" />fill
<FolderLock size={24} weight="fill" />duotone
<FolderLock size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- directorydirectoriesfilesfoldersprivatesecureofficeeditorsystemfolderlocksecure folderprivate directorylocked filesdirectory lock
FAQ
- What does the folder lock icon signify?
- It signifies a folder that is protected, private, or has restricted access, often used for sensitive information.
- How do I use the folder lock icon in React?
- You can import and use it like this: import { FolderLock } from '@phosphor-icons/react'. Then render it as <FolderLock />.
- What is the license for this icon?
- This icon is from the Phosphor library and is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →