The Tabler lock open icon depicts an unlocked padlock, commonly used to signify security is off, access is granted, or a protected state has been released.
Common uses
- Indicate a disabled security feature.
- Show that a file or resource is publicly accessible.
- Represent an unlocked account or session.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconLockOpen } from '@tabler/icons-react';
<IconLockOpen size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- securitypasswordsecureunprotectedlockopenprivatecontroloperationprotectedsystemunlockedunlockopen securityaccess granted
FAQ
- What does the lock open icon represent?
- It signifies a state of being unlocked or unsecured, often used for features that are disabled or resources that are publicly accessible.
- How do I use the lock open icon in React?
- You can import and use it like this: import { IconLockOpen } from '@tabler/icons-react'. Then render it as <IconLockOpen />.
- What is the license for this icon?
- The Tabler icons, including the lock open icon, are distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →