id card alt icon

id-card-alt from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.

Name
id-card-alt
Set
Line Awesome
Style
Line
Category
Users & People
Viewbox
32×32
License
Apache 2.0
Aliases
id-card-alt-solid

The same icon in other sets

More users & people icons from Line Awesome

Use the id card alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 5c-1.094 0-2 .906-2 2v1H4v18h24V8h-9V7c0-1.094-.906-2-2-2zm0 2h2v2h-2zm-9 3h7v1h6v-1h7v14H6zm10 2c-2.2 0-4 1.8-4 4a3.98 3.98 0 0 0 1.215 2.855A5 5 0 0 0 11 23h2c0-1.668 1.332-3 3-3s3 1.332 3 3h2a5 5 0 0 0-2.215-4.145A3.98 3.98 0 0 0 20 16c0-2.2-1.8-4-4-4m0 2c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2"/></svg>

React

import type { SVGProps } from "react";

export function LaIdCardAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 5c-1.094 0-2 .906-2 2v1H4v18h24V8h-9V7c0-1.094-.906-2-2-2zm0 2h2v2h-2zm-9 3h7v1h6v-1h7v14H6zm10 2c-2.2 0-4 1.8-4 4a3.98 3.98 0 0 0 1.215 2.855A5 5 0 0 0 11 23h2c0-1.668 1.332-3 3-3s3 1.332 3 3h2a5 5 0 0 0-2.215-4.145A3.98 3.98 0 0 0 20 16c0-2.2-1.8-4-4-4m0 2c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 5c-1.094 0-2 .906-2 2v1H4v18h24V8h-9V7c0-1.094-.906-2-2-2zm0 2h2v2h-2zm-9 3h7v1h6v-1h7v14H6zm10 2c-2.2 0-4 1.8-4 4a3.98 3.98 0 0 0 1.215 2.855A5 5 0 0 0 11 23h2c0-1.668 1.332-3 3-3s3 1.332 3 3h2a5 5 0 0 0-2.215-4.145A3.98 3.98 0 0 0 20 16c0-2.2-1.8-4-4-4m0 2c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2"/></svg>
</template>

CSS

.icon-id-card-alt {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%205c-1.094%200-2%20.906-2%202v1H4v18h24V8h-9V7c0-1.094-.906-2-2-2zm0%202h2v2h-2zm-9%203h7v1h6v-1h7v14H6zm10%202c-2.2%200-4%201.8-4%204a3.98%203.98%200%200%200%201.215%202.855A5%205%200%200%200%2011%2023h2c0-1.668%201.332-3%203-3s3%201.332%203%203h2a5%205%200%200%200-2.215-4.145A3.98%203.98%200%200%200%2020%2016c0-2.2-1.8-4-4-4m0%202c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%205c-1.094%200-2%20.906-2%202v1H4v18h24V8h-9V7c0-1.094-.906-2-2-2zm0%202h2v2h-2zm-9%203h7v1h6v-1h7v14H6zm10%202c-2.2%200-4%201.8-4%204a3.98%203.98%200%200%200%201.215%202.855A5%205%200%200%200%2011%2023h2c0-1.668%201.332-3%203-3s3%201.332%203%203h2a5%205%200%200%200-2.215-4.145A3.98%203.98%200%200%200%2020%2016c0-2.2-1.8-4-4-4m0%202c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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