The Phosphor lock laminated icon depicts a closed padlock, commonly used to represent security, authentication, or locked status in user interfaces.
Common uses
- Indicate a secure connection or encrypted data.
- Show a user is logged in or authenticated.
- Represent a locked or private setting.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { LockLaminated } from '@phosphor-icons/react';
<LockLaminated size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<LockLaminated size={24} />thin
<LockLaminated size={24} weight="thin" />light
<LockLaminated size={24} weight="light" />bold
<LockLaminated size={24} weight="bold" />fill
<LockLaminated size={24} weight="fill" />duotone
<LockLaminated size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- objects
- Keywords
- padlocksecuritysecuredauthenticationauthenticatedloginlockedencryptedencryptionprivacyprivateobjectssystemlocklaminated
FAQ
- What does the lock laminated icon represent?
- It represents security, authentication, or a locked state. It's often used for login, privacy, or encryption related features.
- How do I use the lock laminated icon in React?
- You can import it from the '@phosphor-icons/react' library and use it as a component: import { LockLaminated } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the lock laminated icon, is 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 →