id card icon
id-card from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- id-card
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
id-cardBoxIcons v2id-cardBoxIcons v2 Solidid-cardFont Awesome 6 Regularid-cardFont Awesome 6 Solidid-cardFont Awesome Regularid-cardFont Awesome Solidid-cardHuge Iconsid-cardIconParkid-cardIconPark Outlineid-cardIconPark Solidid-cardIconPark TwoToneid-cardIonIconsid-cardJam Iconsid-cardLine Awesomeid-cardLucideid-cardMage Iconsid-cardMaterial Symbolsid-cardMaterial Symbols Lightid-cardMaterial Design Iconsid-cardRadix Iconsid-card-fillRemix Icon
Use the id card icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 18.75H5A1.76 1.76 0 0 1 3.25 17V7A1.76 1.76 0 0 1 5 5.25h14A1.76 1.76 0 0 1 20.75 7v10A1.76 1.76 0 0 1 19 18.75m-14-12a.25.25 0 0 0-.25.25v10a.25.25 0 0 0 .25.25h14a.25.25 0 0 0 .25-.25V7a.25.25 0 0 0-.25-.25Z"/><path fill="currentColor" d="M9 11.75a2 2 0 1 1 2-2a2 2 0 0 1-2 2m0-2.5a.5.5 0 1 0 .5.5a.5.5 0 0 0-.5-.5m3 6.5a.76.76 0 0 1-.75-.75c0-.68-.17-1.25-2.25-1.25s-2.25.57-2.25 1.25a.75.75 0 0 1-1.5 0c0-2.75 2.82-2.75 3.75-2.75s3.75 0 3.75 2.75a.76.76 0 0 1-.75.75m5-5h-3a.75.75 0 0 1 0-1.5h3a.75.75 0 0 1 0 1.5m-1 3h-2a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 0 1.5"/></svg>
React
import type { SVGProps } from "react";
export function PrimeIdCard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 18.75H5A1.76 1.76 0 0 1 3.25 17V7A1.76 1.76 0 0 1 5 5.25h14A1.76 1.76 0 0 1 20.75 7v10A1.76 1.76 0 0 1 19 18.75m-14-12a.25.25 0 0 0-.25.25v10a.25.25 0 0 0 .25.25h14a.25.25 0 0 0 .25-.25V7a.25.25 0 0 0-.25-.25Z"/><path fill="currentColor" d="M9 11.75a2 2 0 1 1 2-2a2 2 0 0 1-2 2m0-2.5a.5.5 0 1 0 .5.5a.5.5 0 0 0-.5-.5m3 6.5a.76.76 0 0 1-.75-.75c0-.68-.17-1.25-2.25-1.25s-2.25.57-2.25 1.25a.75.75 0 0 1-1.5 0c0-2.75 2.82-2.75 3.75-2.75s3.75 0 3.75 2.75a.76.76 0 0 1-.75.75m5-5h-3a.75.75 0 0 1 0-1.5h3a.75.75 0 0 1 0 1.5m-1 3h-2a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 0 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 18.75H5A1.76 1.76 0 0 1 3.25 17V7A1.76 1.76 0 0 1 5 5.25h14A1.76 1.76 0 0 1 20.75 7v10A1.76 1.76 0 0 1 19 18.75m-14-12a.25.25 0 0 0-.25.25v10a.25.25 0 0 0 .25.25h14a.25.25 0 0 0 .25-.25V7a.25.25 0 0 0-.25-.25Z"/><path fill="currentColor" d="M9 11.75a2 2 0 1 1 2-2a2 2 0 0 1-2 2m0-2.5a.5.5 0 1 0 .5.5a.5.5 0 0 0-.5-.5m3 6.5a.76.76 0 0 1-.75-.75c0-.68-.17-1.25-2.25-1.25s-2.25.57-2.25 1.25a.75.75 0 0 1-1.5 0c0-2.75 2.82-2.75 3.75-2.75s3.75 0 3.75 2.75a.76.76 0 0 1-.75.75m5-5h-3a.75.75 0 0 1 0-1.5h3a.75.75 0 0 1 0 1.5m-1 3h-2a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 0 1.5"/></svg> </template>
CSS
.icon-id-card {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2018.75H5A1.76%201.76%200%200%201%203.25%2017V7A1.76%201.76%200%200%201%205%205.25h14A1.76%201.76%200%200%201%2020.75%207v10A1.76%201.76%200%200%201%2019%2018.75m-14-12a.25.25%200%200%200-.25.25v10a.25.25%200%200%200%20.25.25h14a.25.25%200%200%200%20.25-.25V7a.25.25%200%200%200-.25-.25Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2011.75a2%202%200%201%201%202-2a2%202%200%200%201-2%202m0-2.5a.5.5%200%201%200%20.5.5a.5.5%200%200%200-.5-.5m3%206.5a.76.76%200%200%201-.75-.75c0-.68-.17-1.25-2.25-1.25s-2.25.57-2.25%201.25a.75.75%200%200%201-1.5%200c0-2.75%202.82-2.75%203.75-2.75s3.75%200%203.75%202.75a.76.76%200%200%201-.75.75m5-5h-3a.75.75%200%200%201%200-1.5h3a.75.75%200%200%201%200%201.5m-1%203h-2a.75.75%200%200%201%200-1.5h2a.75.75%200%200%201%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2018.75H5A1.76%201.76%200%200%201%203.25%2017V7A1.76%201.76%200%200%201%205%205.25h14A1.76%201.76%200%200%201%2020.75%207v10A1.76%201.76%200%200%201%2019%2018.75m-14-12a.25.25%200%200%200-.25.25v10a.25.25%200%200%200%20.25.25h14a.25.25%200%200%200%20.25-.25V7a.25.25%200%200%200-.25-.25Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2011.75a2%202%200%201%201%202-2a2%202%200%200%201-2%202m0-2.5a.5.5%200%201%200%20.5.5a.5.5%200%200%200-.5-.5m3%206.5a.76.76%200%200%201-.75-.75c0-.68-.17-1.25-2.25-1.25s-2.25.57-2.25%201.25a.75.75%200%200%201-1.5%200c0-2.75%202.82-2.75%203.75-2.75s3.75%200%203.75%202.75a.76.76%200%200%201-.75.75m5-5h-3a.75.75%200%200%201%200-1.5h3a.75.75%200%200%201%200%201.5m-1%203h-2a.75.75%200%200%201%200-1.5h2a.75.75%200%200%201%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/id-card.svg?color=%231a73e8&size=48