identification card icon
identification-card-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- identification-card-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the identification card icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M198 112a6 6 0 0 1-6 6h-40a6 6 0 0 1 0-12h40a6 6 0 0 1 6 6m-6 26h-40a6 6 0 0 0 0 12h40a6 6 0 0 0 0-12m38-82v144a14 14 0 0 1-14 14H40a14 14 0 0 1-14-14V56a14 14 0 0 1 14-14h176a14 14 0 0 1 14 14m-12 0a2 2 0 0 0-2-2H40a2 2 0 0 0-2 2v144a2 2 0 0 0 2 2h176a2 2 0 0 0 2-2Zm-84.19 110.51a6 6 0 0 1-11.62 3C119.34 158.38 108.08 150 96 150s-23.33 8.38-26.19 19.5a6 6 0 0 1-11.62-3A38 38 0 0 1 76.78 143a30 30 0 1 1 38.45 0a38 38 0 0 1 18.58 23.51M96 138a18 18 0 1 0-18-18a18 18 0 0 0 18 18"/></svg>
React
import type { SVGProps } from "react";
export function PhIdentificationCardLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M198 112a6 6 0 0 1-6 6h-40a6 6 0 0 1 0-12h40a6 6 0 0 1 6 6m-6 26h-40a6 6 0 0 0 0 12h40a6 6 0 0 0 0-12m38-82v144a14 14 0 0 1-14 14H40a14 14 0 0 1-14-14V56a14 14 0 0 1 14-14h176a14 14 0 0 1 14 14m-12 0a2 2 0 0 0-2-2H40a2 2 0 0 0-2 2v144a2 2 0 0 0 2 2h176a2 2 0 0 0 2-2Zm-84.19 110.51a6 6 0 0 1-11.62 3C119.34 158.38 108.08 150 96 150s-23.33 8.38-26.19 19.5a6 6 0 0 1-11.62-3A38 38 0 0 1 76.78 143a30 30 0 1 1 38.45 0a38 38 0 0 1 18.58 23.51M96 138a18 18 0 1 0-18-18a18 18 0 0 0 18 18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M198 112a6 6 0 0 1-6 6h-40a6 6 0 0 1 0-12h40a6 6 0 0 1 6 6m-6 26h-40a6 6 0 0 0 0 12h40a6 6 0 0 0 0-12m38-82v144a14 14 0 0 1-14 14H40a14 14 0 0 1-14-14V56a14 14 0 0 1 14-14h176a14 14 0 0 1 14 14m-12 0a2 2 0 0 0-2-2H40a2 2 0 0 0-2 2v144a2 2 0 0 0 2 2h176a2 2 0 0 0 2-2Zm-84.19 110.51a6 6 0 0 1-11.62 3C119.34 158.38 108.08 150 96 150s-23.33 8.38-26.19 19.5a6 6 0 0 1-11.62-3A38 38 0 0 1 76.78 143a30 30 0 1 1 38.45 0a38 38 0 0 1 18.58 23.51M96 138a18 18 0 1 0-18-18a18 18 0 0 0 18 18"/></svg> </template>
CSS
.icon-identification-card-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M198%20112a6%206%200%200%201-6%206h-40a6%206%200%200%201%200-12h40a6%206%200%200%201%206%206m-6%2026h-40a6%206%200%200%200%200%2012h40a6%206%200%200%200%200-12m38-82v144a14%2014%200%200%201-14%2014H40a14%2014%200%200%201-14-14V56a14%2014%200%200%201%2014-14h176a14%2014%200%200%201%2014%2014m-12%200a2%202%200%200%200-2-2H40a2%202%200%200%200-2%202v144a2%202%200%200%200%202%202h176a2%202%200%200%200%202-2Zm-84.19%20110.51a6%206%200%200%201-11.62%203C119.34%20158.38%20108.08%20150%2096%20150s-23.33%208.38-26.19%2019.5a6%206%200%200%201-11.62-3A38%2038%200%200%201%2076.78%20143a30%2030%200%201%201%2038.45%200a38%2038%200%200%201%2018.58%2023.51M96%20138a18%2018%200%201%200-18-18a18%2018%200%200%200%2018%2018%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M198%20112a6%206%200%200%201-6%206h-40a6%206%200%200%201%200-12h40a6%206%200%200%201%206%206m-6%2026h-40a6%206%200%200%200%200%2012h40a6%206%200%200%200%200-12m38-82v144a14%2014%200%200%201-14%2014H40a14%2014%200%200%201-14-14V56a14%2014%200%200%201%2014-14h176a14%2014%200%200%201%2014%2014m-12%200a2%202%200%200%200-2-2H40a2%202%200%200%200-2%202v144a2%202%200%200%200%202%202h176a2%202%200%200%200%202-2Zm-84.19%20110.51a6%206%200%200%201-11.62%203C119.34%20158.38%20108.08%20150%2096%20150s-23.33%208.38-26.19%2019.5a6%206%200%200%201-11.62-3A38%2038%200%200%201%2076.78%20143a30%2030%200%201%201%2038.45%200a38%2038%200%200%201%2018.58%2023.51M96%20138a18%2018%200%201%200-18-18a18%2018%200%200%200%2018%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/identification-card-light.svg?color=%231a73e8&size=48