id-card-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
id-card-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

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 24 24"><path fill="currentColor" d="M20.82 4.465a5.06 5.06 0 0 0-3.51-1.43H6.75a4.93 4.93 0 0 0-5 4.91v8.11a4.9 4.9 0 0 0 1.46 3.47a5 5 0 0 0 3.51 1.44h10.56a5 5 0 0 0 3.51-1.44a4.83 4.83 0 0 0 1.46-3.47v-8.11a4.87 4.87 0 0 0-1.43-3.48m-9.16 12.25a.75.75 0 0 1-.75-.75a2.3 2.3 0 0 0-.68-1.63a2.43 2.43 0 0 0-3.3 0a2.28 2.28 0 0 0-.68 1.63a.75.75 0 0 1-1.5 0a3.8 3.8 0 0 1 1.12-2.7a3.9 3.9 0 0 1 1.2-.85a2.77 2.77 0 0 1-1.32-2.37a2.8 2.8 0 1 1 5.6 0a2.77 2.77 0 0 1-1.28 2.37c.457.19.875.465 1.23.81a3.88 3.88 0 0 1 1.12 2.7a.74.74 0 0 1-.76.79m6.53-.88H14.6a.75.75 0 0 1 0-1.5h3.59a.75.75 0 1 1 0 1.5m-4.34-3.84a.75.75 0 0 1 .75-.75h1.54a.75.75 0 1 1 0 1.5H14.6a.74.74 0 0 1-.75-.75m4.34-2.33H14.6a.75.75 0 0 1 0-1.5h3.59a.75.75 0 0 1 0 1.5"/><path fill="currentColor" d="M8.58 11.385a1.3 1.3 0 1 0 0-2.6a1.3 1.3 0 0 0 0 2.6"/></svg>

React

import type { SVGProps } from "react";

export function MageIdCardFill(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="M20.82 4.465a5.06 5.06 0 0 0-3.51-1.43H6.75a4.93 4.93 0 0 0-5 4.91v8.11a4.9 4.9 0 0 0 1.46 3.47a5 5 0 0 0 3.51 1.44h10.56a5 5 0 0 0 3.51-1.44a4.83 4.83 0 0 0 1.46-3.47v-8.11a4.87 4.87 0 0 0-1.43-3.48m-9.16 12.25a.75.75 0 0 1-.75-.75a2.3 2.3 0 0 0-.68-1.63a2.43 2.43 0 0 0-3.3 0a2.28 2.28 0 0 0-.68 1.63a.75.75 0 0 1-1.5 0a3.8 3.8 0 0 1 1.12-2.7a3.9 3.9 0 0 1 1.2-.85a2.77 2.77 0 0 1-1.32-2.37a2.8 2.8 0 1 1 5.6 0a2.77 2.77 0 0 1-1.28 2.37c.457.19.875.465 1.23.81a3.88 3.88 0 0 1 1.12 2.7a.74.74 0 0 1-.76.79m6.53-.88H14.6a.75.75 0 0 1 0-1.5h3.59a.75.75 0 1 1 0 1.5m-4.34-3.84a.75.75 0 0 1 .75-.75h1.54a.75.75 0 1 1 0 1.5H14.6a.74.74 0 0 1-.75-.75m4.34-2.33H14.6a.75.75 0 0 1 0-1.5h3.59a.75.75 0 0 1 0 1.5"/><path fill="currentColor" d="M8.58 11.385a1.3 1.3 0 1 0 0-2.6a1.3 1.3 0 0 0 0 2.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.82 4.465a5.06 5.06 0 0 0-3.51-1.43H6.75a4.93 4.93 0 0 0-5 4.91v8.11a4.9 4.9 0 0 0 1.46 3.47a5 5 0 0 0 3.51 1.44h10.56a5 5 0 0 0 3.51-1.44a4.83 4.83 0 0 0 1.46-3.47v-8.11a4.87 4.87 0 0 0-1.43-3.48m-9.16 12.25a.75.75 0 0 1-.75-.75a2.3 2.3 0 0 0-.68-1.63a2.43 2.43 0 0 0-3.3 0a2.28 2.28 0 0 0-.68 1.63a.75.75 0 0 1-1.5 0a3.8 3.8 0 0 1 1.12-2.7a3.9 3.9 0 0 1 1.2-.85a2.77 2.77 0 0 1-1.32-2.37a2.8 2.8 0 1 1 5.6 0a2.77 2.77 0 0 1-1.28 2.37c.457.19.875.465 1.23.81a3.88 3.88 0 0 1 1.12 2.7a.74.74 0 0 1-.76.79m6.53-.88H14.6a.75.75 0 0 1 0-1.5h3.59a.75.75 0 1 1 0 1.5m-4.34-3.84a.75.75 0 0 1 .75-.75h1.54a.75.75 0 1 1 0 1.5H14.6a.74.74 0 0 1-.75-.75m4.34-2.33H14.6a.75.75 0 0 1 0-1.5h3.59a.75.75 0 0 1 0 1.5"/><path fill="currentColor" d="M8.58 11.385a1.3 1.3 0 1 0 0-2.6a1.3 1.3 0 0 0 0 2.6"/></svg>
</template>

CSS

.icon-id-card-fill {
  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%22M20.82%204.465a5.06%205.06%200%200%200-3.51-1.43H6.75a4.93%204.93%200%200%200-5%204.91v8.11a4.9%204.9%200%200%200%201.46%203.47a5%205%200%200%200%203.51%201.44h10.56a5%205%200%200%200%203.51-1.44a4.83%204.83%200%200%200%201.46-3.47v-8.11a4.87%204.87%200%200%200-1.43-3.48m-9.16%2012.25a.75.75%200%200%201-.75-.75a2.3%202.3%200%200%200-.68-1.63a2.43%202.43%200%200%200-3.3%200a2.28%202.28%200%200%200-.68%201.63a.75.75%200%200%201-1.5%200a3.8%203.8%200%200%201%201.12-2.7a3.9%203.9%200%200%201%201.2-.85a2.77%202.77%200%200%201-1.32-2.37a2.8%202.8%200%201%201%205.6%200a2.77%202.77%200%200%201-1.28%202.37c.457.19.875.465%201.23.81a3.88%203.88%200%200%201%201.12%202.7a.74.74%200%200%201-.76.79m6.53-.88H14.6a.75.75%200%200%201%200-1.5h3.59a.75.75%200%201%201%200%201.5m-4.34-3.84a.75.75%200%200%201%20.75-.75h1.54a.75.75%200%201%201%200%201.5H14.6a.74.74%200%200%201-.75-.75m4.34-2.33H14.6a.75.75%200%200%201%200-1.5h3.59a.75.75%200%200%201%200%201.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.58%2011.385a1.3%201.3%200%201%200%200-2.6a1.3%201.3%200%200%200%200%202.6%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%22M20.82%204.465a5.06%205.06%200%200%200-3.51-1.43H6.75a4.93%204.93%200%200%200-5%204.91v8.11a4.9%204.9%200%200%200%201.46%203.47a5%205%200%200%200%203.51%201.44h10.56a5%205%200%200%200%203.51-1.44a4.83%204.83%200%200%200%201.46-3.47v-8.11a4.87%204.87%200%200%200-1.43-3.48m-9.16%2012.25a.75.75%200%200%201-.75-.75a2.3%202.3%200%200%200-.68-1.63a2.43%202.43%200%200%200-3.3%200a2.28%202.28%200%200%200-.68%201.63a.75.75%200%200%201-1.5%200a3.8%203.8%200%200%201%201.12-2.7a3.9%203.9%200%200%201%201.2-.85a2.77%202.77%200%200%201-1.32-2.37a2.8%202.8%200%201%201%205.6%200a2.77%202.77%200%200%201-1.28%202.37c.457.19.875.465%201.23.81a3.88%203.88%200%200%201%201.12%202.7a.74.74%200%200%201-.76.79m6.53-.88H14.6a.75.75%200%200%201%200-1.5h3.59a.75.75%200%201%201%200%201.5m-4.34-3.84a.75.75%200%200%201%20.75-.75h1.54a.75.75%200%201%201%200%201.5H14.6a.74.74%200%200%201-.75-.75m4.34-2.33H14.6a.75.75%200%200%201%200-1.5h3.59a.75.75%200%200%201%200%201.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.58%2011.385a1.3%201.3%200%201%200%200-2.6a1.3%201.3%200%200%200%200%202.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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