The Lucide key round icon depicts a circular key, commonly used to represent concepts like passwords, login, authentication, security, or unlocking.
Common uses
- Login form password field toggle
- Security settings section
- Two-factor authentication prompt
Use it in React
Install
npm i lucide-reactImport & render
import { KeyRound } from 'lucide-react';
<KeyRound size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- passwordloginauthenticationsecureunlockkeyroundpassword iconlogin iconauthentication iconsecure icon
FAQ
- What is the key round icon used for?
- It's typically used for actions or elements related to security, authentication, passwords, or unlocking access.
- How do I use the key round icon in React?
- Import it from 'lucide-react' as 'KeyRound' and use it in your JSX: ```jsx import { KeyRound } from 'lucide-react'; function MyComponent() { return <KeyRound />; } ```
- What is the license for Lucide icons?
- Lucide icons are distributed under the ISC license, which is a permissive free software license.
Related icons
The same idea in other libraries, and near matches in Lucide.