The Heroicons lock open icon depicts an unlocked padlock and is typically used to indicate a state of being unlocked, accessible, or unsecured.
Common uses
- Unlocking a feature or setting
- Indicating public access
- Showing a successfully authenticated session
Use it in React
Install
npm i @heroicons/reactImport & render
import { LockOpenIcon } from '@heroicons/react/24/outline';
<LockOpenIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<LockOpenIcon className="size-6" />24/solid
<LockOpenIcon className="size-6" />20/solid
<LockOpenIcon className="size-6" />16/solid
<LockOpenIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- lockopenunlockunlockedopen padlockkeyhole
FAQ
- What does the lock open icon represent?
- It signifies an unlocked state, suggesting something is accessible, unsecured, or has been successfully opened.
- How do I use the lock open icon in React?
- Import it from Heroicons and use it as a component: import { LockOpenIcon } from '@heroicons/react/24/outline'; <LockOpenIcon className="h-5 w-5" />
- What is the license for Heroicons?
- Heroicons are released under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in Heroicons.
Looking for something else? Search Heroicons 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 →