id card icon
id-card-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- id-card-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
id-cardBoxIcons v2id-cardBoxIcons v2 Solidid-cardFont Awesome 6 Regularid-cardFont Awesome 6 Solidid-cardFont Awesome Regularid-cardFont Awesome Solidid-cardHuge Iconsid-cardIconParkid-cardIconPark Outlineid-cardIconPark Solidid-cardIconPark TwoToneid-cardJam Iconsid-cardLine Awesomeid-cardLucideid-cardMage Iconsid-cardMaterial Symbolsid-cardMaterial Symbols Lightid-cardMaterial Design Iconsid-cardPrime Iconsid-cardRadix Iconsid-card-fillRemix Icon
Use the id card icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><rect width="320" height="448" x="96" y="32" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" rx="48"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M208 80h96"/><path fill="currentColor" d="M333.48 284.51A39.65 39.65 0 0 0 304 272c-11.6 0-22.09 4.41-29.54 12.43s-11.2 19.12-10.34 31C265.83 338.91 283.72 358 304 358s38.14-19.09 39.87-42.55c.88-11.78-2.82-22.77-10.39-30.94M371.69 448H236.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.92a12.05 12.05 0 0 1-9.31 4.17"/></svg>
React
import type { SVGProps } from "react";
export function IonIdCardOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><rect width="320" height="448" x="96" y="32" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32" rx="48"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" d="M208 80h96"/><path fill="currentColor" d="M333.48 284.51A39.65 39.65 0 0 0 304 272c-11.6 0-22.09 4.41-29.54 12.43s-11.2 19.12-10.34 31C265.83 338.91 283.72 358 304 358s38.14-19.09 39.87-42.55c.88-11.78-2.82-22.77-10.39-30.94M371.69 448H236.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.92a12.05 12.05 0 0 1-9.31 4.17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><rect width="320" height="448" x="96" y="32" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" rx="48"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M208 80h96"/><path fill="currentColor" d="M333.48 284.51A39.65 39.65 0 0 0 304 272c-11.6 0-22.09 4.41-29.54 12.43s-11.2 19.12-10.34 31C265.83 338.91 283.72 358 304 358s38.14-19.09 39.87-42.55c.88-11.78-2.82-22.77-10.39-30.94M371.69 448H236.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.92a12.05 12.05 0 0 1-9.31 4.17"/></svg> </template>
CSS
.icon-id-card-outline {
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%3Crect%20width%3D%22320%22%20height%3D%22448%22%20x%3D%2296%22%20y%3D%2232%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20rx%3D%2248%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22M208%2080h96%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M333.48%20284.51A39.65%2039.65%200%200%200%20304%20272c-11.6%200-22.09%204.41-29.54%2012.43s-11.2%2019.12-10.34%2031C265.83%20338.91%20283.72%20358%20304%20358s38.14-19.09%2039.87-42.55c.88-11.78-2.82-22.77-10.39-30.94M371.69%20448H236.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.92a12.05%2012.05%200%200%201-9.31%204.17%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%3Crect%20width%3D%22320%22%20height%3D%22448%22%20x%3D%2296%22%20y%3D%2232%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20rx%3D%2248%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22M208%2080h96%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M333.48%20284.51A39.65%2039.65%200%200%200%20304%20272c-11.6%200-22.09%204.41-29.54%2012.43s-11.2%2019.12-10.34%2031C265.83%20338.91%20283.72%20358%20304%20358s38.14-19.09%2039.87-42.55c.88-11.78-2.82-22.77-10.39-30.94M371.69%20448H236.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.92a12.05%2012.05%200%200%201-9.31%204.17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/id-card-outline.svg?color=%231a73e8&size=48