The Lucide lock open icon visually represents a security state where access is permitted, commonly used to indicate unlocked features or successful authentication.
Common uses
- Indicate a successfully unlocked account.
- Show that a feature is available and not restricted.
- Represent a successful login or session start.
Use it in React
Install
npm i lucide-reactImport & render
import { LockOpen } from 'lucide-react';
<LockOpen size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- securitylockopenunlockunlockedaccess grantedopen security
FAQ
- What does the lock open icon signify?
- It signifies that something is unlocked or accessible. It's often used to show a secure state that is currently open or available.
- How do I use the lock open icon in React?
- You can import it from the 'lucide-react' library like this: import { LockOpen } from 'lucide-react'.
- What is the license for the Lucide lock open icon?
- The Lucide icon library, including the lock open icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →