id-card from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
id-card
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the id card icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16 9h3m-3 4h3M5 16.602a4.47 4.47 0 0 1 1.55-2.174A4.08 4.08 0 0 1 9 13.602c.878 0 1.734.288 2.45.826A4.47 4.47 0 0 1 13 16.602m-4.047-5.204a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path d="M15 4H9C5.7 4 4.05 4 3.025 5.025S2 7.7 2 11v2c0 3.3 0 4.95 1.025 5.975S5.7 20 9 20h6c3.3 0 4.95 0 5.975-1.025S22 16.3 22 13v-2c0-3.3 0-4.95-1.025-5.975S18.3 4 15 4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsIdCard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M16 9h3m-3 4h3M5 16.602a4.47 4.47 0 0 1 1.55-2.174A4.08 4.08 0 0 1 9 13.602c.878 0 1.734.288 2.45.826A4.47 4.47 0 0 1 13 16.602m-4.047-5.204a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path d="M15 4H9C5.7 4 4.05 4 3.025 5.025S2 7.7 2 11v2c0 3.3 0 4.95 1.025 5.975S5.7 20 9 20h6c3.3 0 4.95 0 5.975-1.025S22 16.3 22 13v-2c0-3.3 0-4.95-1.025-5.975S18.3 4 15 4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16 9h3m-3 4h3M5 16.602a4.47 4.47 0 0 1 1.55-2.174A4.08 4.08 0 0 1 9 13.602c.878 0 1.734.288 2.45.826A4.47 4.47 0 0 1 13 16.602m-4.047-5.204a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path d="M15 4H9C5.7 4 4.05 4 3.025 5.025S2 7.7 2 11v2c0 3.3 0 4.95 1.025 5.975S5.7 20 9 20h6c3.3 0 4.95 0 5.975-1.025S22 16.3 22 13v-2c0-3.3 0-4.95-1.025-5.975S18.3 4 15 4"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%209h3m-3%204h3M5%2016.602a4.47%204.47%200%200%201%201.55-2.174A4.08%204.08%200%200%201%209%2013.602c.878%200%201.734.288%202.45.826A4.47%204.47%200%200%201%2013%2016.602m-4.047-5.204a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cpath%20d%3D%22M15%204H9C5.7%204%204.05%204%203.025%205.025S2%207.7%202%2011v2c0%203.3%200%204.95%201.025%205.975S5.7%2020%209%2020h6c3.3%200%204.95%200%205.975-1.025S22%2016.3%2022%2013v-2c0-3.3%200-4.95-1.025-5.975S18.3%204%2015%204%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%209h3m-3%204h3M5%2016.602a4.47%204.47%200%200%201%201.55-2.174A4.08%204.08%200%200%201%209%2013.602c.878%200%201.734.288%202.45.826A4.47%204.47%200%200%201%2013%2016.602m-4.047-5.204a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cpath%20d%3D%22M15%204H9C5.7%204%204.05%204%203.025%205.025S2%207.7%202%2011v2c0%203.3%200%204.95%201.025%205.975S5.7%2020%209%2020h6c3.3%200%204.95%200%205.975-1.025S22%2016.3%2022%2013v-2c0-3.3%200-4.95-1.025-5.975S18.3%204%2015%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/id-card.svg?color=%231a73e8&size=48