The Lucide id card icon visually represents an identification card, commonly used in UIs to signify user profiles, authentication processes, or personal identification details.
Common uses
- User profile button
- Login/authentication section
- Account settings link
Use it in React
Install
npm i lucide-reactImport & render
import { IdCard } from 'lucide-react';
<IdCard size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- cardbadgeidentityauthenticationsecureid
FAQ
- What is the id card icon used for?
- It's typically used to represent user identity, authentication, or access-related features within an application's interface.
- How do I use the id card icon in React?
- You can import and use it like this: import { IdCard } from 'lucide-react'. Then, render it as <IdCard />.
- What is the license for the Lucide id card icon?
- The Lucide icon library, including the id card 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 →