John KuehJohn Kueh

lock open icon

Phosphor · lock-open · MIT

Download SVG

The Phosphor lock open icon depicts an unlocked padlock, commonly used to signify states like being logged out, unsecured, or data being unencrypted.

Common uses

  • Indicate a logged-out user session.
  • Show an unsecured connection or setting.
  • Represent unencrypted data or a disabled security feature.

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { LockOpen } from '@phosphor-icons/react';

<LockOpen size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<LockOpen size={24} />
thin
<LockOpen size={24} weight="thin" />
light
<LockOpen size={24} weight="light" />
bold
<LockOpen size={24} weight="bold" />
fill
<LockOpen size={24} weight="fill" />
duotone
<LockOpen size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
objects
Keywords
padlocksecurityunsecuredauthenticationunauthenticatedloginunlockedunencryptedencryptionprivacyobjectssystemlockopenunlocked padlocksecurity off

FAQ

What does the lock-open icon represent?
It visually represents an unlocked state, often used for concepts like being logged out, unsecured, or unencrypted.
How do I use the lock-open icon in React?
You can import and use it like this: import { LockOpen } from '@phosphor-icons/react'.
What is the license for Phosphor icons?
Phosphor icons are distributed under the MIT license, allowing for free usage.

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 →