idcard-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
idcard-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
idcard, idcard-outline

2 other variants in Ant Design Icons

The same icon in other sets

Use the idcard icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32m-40 632H136V232h752zM610.3 476h123.4c1.3 0 2.3-3.6 2.3-8v-48c0-4.4-1-8-2.3-8H610.3c-1.3 0-2.3 3.6-2.3 8v48c0 4.4 1 8 2.3 8m4.8 144h185.7c3.9 0 7.1-3.6 7.1-8v-48c0-4.4-3.2-8-7.1-8H615.1c-3.9 0-7.1 3.6-7.1 8v48c0 4.4 3.2 8 7.1 8M224 673h43.9c4.2 0 7.6-3.3 7.9-7.5c3.8-50.5 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H522a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.6-126.1a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1c-.4 4.6 3.2 8.4 7.8 8.4m149-262c28.5 0 51.7 23.3 51.7 52s-23.2 52-51.7 52s-51.7-23.3-51.7-52s23.2-52 51.7-52"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignIdcardOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32m-40 632H136V232h752zM610.3 476h123.4c1.3 0 2.3-3.6 2.3-8v-48c0-4.4-1-8-2.3-8H610.3c-1.3 0-2.3 3.6-2.3 8v48c0 4.4 1 8 2.3 8m4.8 144h185.7c3.9 0 7.1-3.6 7.1-8v-48c0-4.4-3.2-8-7.1-8H615.1c-3.9 0-7.1 3.6-7.1 8v48c0 4.4 3.2 8 7.1 8M224 673h43.9c4.2 0 7.6-3.3 7.9-7.5c3.8-50.5 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H522a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.6-126.1a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1c-.4 4.6 3.2 8.4 7.8 8.4m149-262c28.5 0 51.7 23.3 51.7 52s-23.2 52-51.7 52s-51.7-23.3-51.7-52s23.2-52 51.7-52"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32m-40 632H136V232h752zM610.3 476h123.4c1.3 0 2.3-3.6 2.3-8v-48c0-4.4-1-8-2.3-8H610.3c-1.3 0-2.3 3.6-2.3 8v48c0 4.4 1 8 2.3 8m4.8 144h185.7c3.9 0 7.1-3.6 7.1-8v-48c0-4.4-3.2-8-7.1-8H615.1c-3.9 0-7.1 3.6-7.1 8v48c0 4.4 3.2 8 7.1 8M224 673h43.9c4.2 0 7.6-3.3 7.9-7.5c3.8-50.5 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H522a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.6-126.1a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1c-.4 4.6 3.2 8.4 7.8 8.4m149-262c28.5 0 51.7 23.3 51.7 52s-23.2 52-51.7 52s-51.7-23.3-51.7-52s23.2-52 51.7-52"/></svg>
</template>

CSS

.icon-idcard-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M928%20160H96c-17.7%200-32%2014.3-32%2032v640c0%2017.7%2014.3%2032%2032%2032h832c17.7%200%2032-14.3%2032-32V192c0-17.7-14.3-32-32-32m-40%20632H136V232h752zM610.3%20476h123.4c1.3%200%202.3-3.6%202.3-8v-48c0-4.4-1-8-2.3-8H610.3c-1.3%200-2.3%203.6-2.3%208v48c0%204.4%201%208%202.3%208m4.8%20144h185.7c3.9%200%207.1-3.6%207.1-8v-48c0-4.4-3.2-8-7.1-8H615.1c-3.9%200-7.1%203.6-7.1%208v48c0%204.4%203.2%208%207.1%208M224%20673h43.9c4.2%200%207.6-3.3%207.9-7.5c3.8-50.5%2046-90.5%2097.2-90.5s93.4%2040%2097.2%2090.5c.3%204.2%203.7%207.5%207.9%207.5H522a8%208%200%200%200%208-8.4c-2.8-53.3-32-99.7-74.6-126.1a111.8%20111.8%200%200%200%2029.1-75.5c0-61.9-49.9-112-111.4-112s-111.4%2050.1-111.4%20112c0%2029.1%2011%2055.5%2029.1%2075.5a158.09%20158.09%200%200%200-74.6%20126.1c-.4%204.6%203.2%208.4%207.8%208.4m149-262c28.5%200%2051.7%2023.3%2051.7%2052s-23.2%2052-51.7%2052s-51.7-23.3-51.7-52s23.2-52%2051.7-52%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M928%20160H96c-17.7%200-32%2014.3-32%2032v640c0%2017.7%2014.3%2032%2032%2032h832c17.7%200%2032-14.3%2032-32V192c0-17.7-14.3-32-32-32m-40%20632H136V232h752zM610.3%20476h123.4c1.3%200%202.3-3.6%202.3-8v-48c0-4.4-1-8-2.3-8H610.3c-1.3%200-2.3%203.6-2.3%208v48c0%204.4%201%208%202.3%208m4.8%20144h185.7c3.9%200%207.1-3.6%207.1-8v-48c0-4.4-3.2-8-7.1-8H615.1c-3.9%200-7.1%203.6-7.1%208v48c0%204.4%203.2%208%207.1%208M224%20673h43.9c4.2%200%207.6-3.3%207.9-7.5c3.8-50.5%2046-90.5%2097.2-90.5s93.4%2040%2097.2%2090.5c.3%204.2%203.7%207.5%207.9%207.5H522a8%208%200%200%200%208-8.4c-2.8-53.3-32-99.7-74.6-126.1a111.8%20111.8%200%200%200%2029.1-75.5c0-61.9-49.9-112-111.4-112s-111.4%2050.1-111.4%20112c0%2029.1%2011%2055.5%2029.1%2075.5a158.09%20158.09%200%200%200-74.6%20126.1c-.4%204.6%203.2%208.4%207.8%208.4m149-262c28.5%200%2051.7%2023.3%2051.7%2052s-23.2%2052-51.7%2052s-51.7-23.3-51.7-52s23.2-52%2051.7-52%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/idcard-outlined.svg?color=%231a73e8&size=48