The Phosphor lock simple open icon depicts an unlocked padlock and is commonly used to represent states of being unsecured, unauthenticated, or having privacy enabled.
Common uses
- Indicate a user account is not logged in.
- Show a setting for public privacy.
- Represent an unsecured network connection.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { LockSimpleOpen } from '@phosphor-icons/react';
<LockSimpleOpen size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<LockSimpleOpen size={24} />thin
<LockSimpleOpen size={24} weight="thin" />light
<LockSimpleOpen size={24} weight="light" />bold
<LockSimpleOpen size={24} weight="bold" />fill
<LockSimpleOpen size={24} weight="fill" />duotone
<LockSimpleOpen size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- objects
- Keywords
- padlocksecurityunsecuredauthenticationunauthenticatedloginunlockedunencryptedencryptionprivacyprivateobjectssystemlocksimpleopen
FAQ
- What does the lock simple open icon represent?
- It signifies an unlocked state, often used for concepts like being logged out, unauthenticated, or having privacy settings set to public.
- How do I use this icon in React?
- Import it from the library and use it as a component: import { LockSimpleOpen } from '@phosphor-icons/react'.
- What is the license for this icon?
- Phosphor icons, including this one, are 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 →