An identity card with a portrait and lines, for IDs, profiles and verification. On a 24×24 grid in stroke, two-tone, duotone and fill, free under MIT.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 4L19 4C20.6569 4 22 5.3431 22 7L22 17C22 18.6569 20.6569 20 19 20L5 20C3.3431 20 2 18.6569 2 17L2 7C2 5.3431 3.3431 4 5 4ZM11 10C11 11.1046 10.1046 12 9 12C7.8954 12 7 11.1046 7 10C7 8.8954 7.8954 8 9 8C10.1046 8 11 8.8954 11 10ZM5 20C5 17.7909 6.7909 16 9 16C11.2091 16 13 17.7909 13 20M15 10L18 10M15 14L18 14"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- identity
- badge
- profile card
- licence
- passport
- verification
Related icons
The rest of the id family first, then the Users shelf.
FAQ
Answered from id-card's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the id-card icon for?
- An identity card with a portrait and lines, for IDs, profiles and verification. It is filed under Users in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as identity, badge, profile card, licence, passport and verification, and the browser's search matches all of those.
- What styles does the id-card icon come in?
- All four: stroke, two-tone, duotone and fill. They are drawn from the same geometry, so swapping style never moves anything.
- Is there a square or circle version of id-card?
- No. id-card is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with id-card?
- accessibility, circle-user, contacts, fingerprint-pattern, hat-glasses and scan-face, and 7 more, all shown below. They are the Users shelf: nothing else in the set is named after id.
- How do I import id-card in React?
- <IdCard /> is the component, and the weight decides the module: stroke from "@keyline-icons/react", two-tone from "@keyline-icons/react/two-tone", duotone from "@keyline-icons/react/duotone" and fill from "@keyline-icons/react/fill". It takes the usual SVG props plus a size, so <IdCard size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the id-card SVG?
- icons/stroke/id-card.svg, icons/two-tone/id-card.svg, icons/duotone/id-card.svg and icons/fill/id-card.svg in the repository, normalised: no wrapper, no ids and no classes to strip out. The tabs above hand you the same drawing as SVG or JSX without the download, and neither needs an install.
- When was id-card added to the set?
- Added 17 Sept 2026. It ships in v1.0.0, so an install at that version or later has it.
Questions about the set rather than about this drawing are answered where they belong. The home page covers what the set is, how the three styles differ, why some icons come boxed and where the Figma file is; installing the set in a shadcn/ui project covers the React package, the CLI and using an icon without React. The MIT licence is stated in the footer of every page.