id-card-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.

Name
id-card-f
Set
Jam Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Jam 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="-2 -5.5 24 24"><path fill="currentColor" d="M2 0h16c1.105 0 2 .831 2 1.857v9.286C20 12.169 19.105 13 18 13H2c-1.105 0-2-.831-2-1.857V1.857C0 .831.895 0 2 0m9 3a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2zm0 3a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2zM3 3a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1z"/></svg>

React

import type { SVGProps } from "react";

export function JamIdCardF(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -5.5 24 24"><path fill="currentColor" d="M2 0h16c1.105 0 2 .831 2 1.857v9.286C20 12.169 19.105 13 18 13H2c-1.105 0-2-.831-2-1.857V1.857C0 .831.895 0 2 0m9 3a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2zm0 3a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2zM3 3a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -5.5 24 24"><path fill="currentColor" d="M2 0h16c1.105 0 2 .831 2 1.857v9.286C20 12.169 19.105 13 18 13H2c-1.105 0-2-.831-2-1.857V1.857C0 .831.895 0 2 0m9 3a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2zm0 3a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2zM3 3a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1z"/></svg>
</template>

CSS

.icon-id-card-f {
  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%22-2%20-5.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%200h16c1.105%200%202%20.831%202%201.857v9.286C20%2012.169%2019.105%2013%2018%2013H2c-1.105%200-2-.831-2-1.857V1.857C0%20.831.895%200%202%200m9%203a1%201%200%200%200%200%202h6a1%201%200%200%200%200-2zm0%203a1%201%200%200%200%200%202h6a1%201%200%200%200%200-2zM3%203a1%201%200%200%200-1%201v3a1%201%200%200%200%201%201h3a1%201%200%200%200%201-1V4a1%201%200%200%200-1-1z%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%22-2%20-5.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%200h16c1.105%200%202%20.831%202%201.857v9.286C20%2012.169%2019.105%2013%2018%2013H2c-1.105%200-2-.831-2-1.857V1.857C0%20.831.895%200%202%200m9%203a1%201%200%200%200%200%202h6a1%201%200%200%200%200-2zm0%203a1%201%200%200%200%200%202h6a1%201%200%200%200%200-2zM3%203a1%201%200%200%200-1%201v3a1%201%200%200%200%201%201h3a1%201%200%200%200%201-1V4a1%201%200%200%200-1-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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