id card icon

id-card from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
id-card
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the id card icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M368 16H144a64.07 64.07 0 0 0-64 64v352a64.07 64.07 0 0 0 64 64h224a64.07 64.07 0 0 0 64-64V80a64.07 64.07 0 0 0-64-64m-34.52 268.51c7.57 8.17 11.27 19.16 10.39 30.94C342.14 338.91 324.25 358 304 358s-38.17-19.09-39.88-42.55c-.86-11.9 2.81-22.91 10.34-31S292.4 272 304 272a39.65 39.65 0 0 1 29.48 12.51M192 80a16 16 0 0 1 16-16h96a16 16 0 0 1 0 32h-96a16 16 0 0 1-16-16m189 363.83a12.05 12.05 0 0 1-9.31 4.17H236.31a12.05 12.05 0 0 1-9.31-4.17a13 13 0 0 1-2.76-10.92c3.25-17.56 13.38-32.31 29.3-42.66C267.68 381.06 285.6 376 304 376s36.32 5.06 50.46 14.25c15.92 10.35 26.05 25.1 29.3 42.66a13 13 0 0 1-2.76 10.92"/></svg>

React

import type { SVGProps } from "react";

export function IonIdCard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M368 16H144a64.07 64.07 0 0 0-64 64v352a64.07 64.07 0 0 0 64 64h224a64.07 64.07 0 0 0 64-64V80a64.07 64.07 0 0 0-64-64m-34.52 268.51c7.57 8.17 11.27 19.16 10.39 30.94C342.14 338.91 324.25 358 304 358s-38.17-19.09-39.88-42.55c-.86-11.9 2.81-22.91 10.34-31S292.4 272 304 272a39.65 39.65 0 0 1 29.48 12.51M192 80a16 16 0 0 1 16-16h96a16 16 0 0 1 0 32h-96a16 16 0 0 1-16-16m189 363.83a12.05 12.05 0 0 1-9.31 4.17H236.31a12.05 12.05 0 0 1-9.31-4.17a13 13 0 0 1-2.76-10.92c3.25-17.56 13.38-32.31 29.3-42.66C267.68 381.06 285.6 376 304 376s36.32 5.06 50.46 14.25c15.92 10.35 26.05 25.1 29.3 42.66a13 13 0 0 1-2.76 10.92"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M368 16H144a64.07 64.07 0 0 0-64 64v352a64.07 64.07 0 0 0 64 64h224a64.07 64.07 0 0 0 64-64V80a64.07 64.07 0 0 0-64-64m-34.52 268.51c7.57 8.17 11.27 19.16 10.39 30.94C342.14 338.91 324.25 358 304 358s-38.17-19.09-39.88-42.55c-.86-11.9 2.81-22.91 10.34-31S292.4 272 304 272a39.65 39.65 0 0 1 29.48 12.51M192 80a16 16 0 0 1 16-16h96a16 16 0 0 1 0 32h-96a16 16 0 0 1-16-16m189 363.83a12.05 12.05 0 0 1-9.31 4.17H236.31a12.05 12.05 0 0 1-9.31-4.17a13 13 0 0 1-2.76-10.92c3.25-17.56 13.38-32.31 29.3-42.66C267.68 381.06 285.6 376 304 376s36.32 5.06 50.46 14.25c15.92 10.35 26.05 25.1 29.3 42.66a13 13 0 0 1-2.76 10.92"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M368%2016H144a64.07%2064.07%200%200%200-64%2064v352a64.07%2064.07%200%200%200%2064%2064h224a64.07%2064.07%200%200%200%2064-64V80a64.07%2064.07%200%200%200-64-64m-34.52%20268.51c7.57%208.17%2011.27%2019.16%2010.39%2030.94C342.14%20338.91%20324.25%20358%20304%20358s-38.17-19.09-39.88-42.55c-.86-11.9%202.81-22.91%2010.34-31S292.4%20272%20304%20272a39.65%2039.65%200%200%201%2029.48%2012.51M192%2080a16%2016%200%200%201%2016-16h96a16%2016%200%200%201%200%2032h-96a16%2016%200%200%201-16-16m189%20363.83a12.05%2012.05%200%200%201-9.31%204.17H236.31a12.05%2012.05%200%200%201-9.31-4.17a13%2013%200%200%201-2.76-10.92c3.25-17.56%2013.38-32.31%2029.3-42.66C267.68%20381.06%20285.6%20376%20304%20376s36.32%205.06%2050.46%2014.25c15.92%2010.35%2026.05%2025.1%2029.3%2042.66a13%2013%200%200%201-2.76%2010.92%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M368%2016H144a64.07%2064.07%200%200%200-64%2064v352a64.07%2064.07%200%200%200%2064%2064h224a64.07%2064.07%200%200%200%2064-64V80a64.07%2064.07%200%200%200-64-64m-34.52%20268.51c7.57%208.17%2011.27%2019.16%2010.39%2030.94C342.14%20338.91%20324.25%20358%20304%20358s-38.17-19.09-39.88-42.55c-.86-11.9%202.81-22.91%2010.34-31S292.4%20272%20304%20272a39.65%2039.65%200%200%201%2029.48%2012.51M192%2080a16%2016%200%200%201%2016-16h96a16%2016%200%200%201%200%2032h-96a16%2016%200%200%201-16-16m189%20363.83a12.05%2012.05%200%200%201-9.31%204.17H236.31a12.05%2012.05%200%200%201-9.31-4.17a13%2013%200%200%201-2.76-10.92c3.25-17.56%2013.38-32.31%2029.3-42.66C267.68%20381.06%20285.6%20376%20304%20376s36.32%205.06%2050.46%2014.25c15.92%2010.35%2026.05%2025.1%2029.3%2042.66a13%2013%200%200%201-2.76%2010.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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