identification card emoji
identification-card from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- identification-card
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More objects icons from OpenMoji
Use the identification card emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGWZlFAbZi" d="M9.915 22.002h16.698m8.248 0h27.171m-27.098 7.554h19.174m-19.174 3.998h19.174m-19.174 3.998h19.174"/></defs><use href="#SVGWZlFAbZi" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect width="62" height="38" x="5" y="17" fill="#d0cfce" rx="3.508"/><path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 29.544h16.528v19.462H10z"/><path fill="#fcea2b" d="m26.613 51l-1.153-4.563a4.3 4.3 0 0 0-4.209-4.131h-6a4.3 4.3 0 0 0-4.208 4.131L9.915 51Z"/><circle cx="18.331" cy="34.8" r="3" fill="#fcea2b"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="m34.474 50.006l4.706-7.132l1.255 6.215l3.17-4.146l.77 3.435c4.792-2.643 9.533 1.474 13.268.115"/><rect width="62" height="38" x="5" y="17" stroke-linecap="round" stroke-linejoin="round" rx="3.508"/><circle cx="18.331" cy="34.8" r="3" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m26.613 50.006l-.178-3.268a5.274 5.274 0 0 0-5.207-5H15.3a5.274 5.274 0 0 0-5.208 5l-.178 3.268"/></g><use href="#SVGWZlFAbZi" fill="none" stroke="#9b9b9a" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiIdentificationCard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGWZlFAbZi" d="M9.915 22.002h16.698m8.248 0h27.171m-27.098 7.554h19.174m-19.174 3.998h19.174m-19.174 3.998h19.174"/></defs><use href="#SVGWZlFAbZi" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"/><rect width="62" height="38" x="5" y="17" fill="#d0cfce" rx="3.508"/><path fill="#fff" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M10 29.544h16.528v19.462H10z"/><path fill="#fcea2b" d="m26.613 51l-1.153-4.563a4.3 4.3 0 0 0-4.209-4.131h-6a4.3 4.3 0 0 0-4.208 4.131L9.915 51Z"/><circle cx="18.331" cy="34.8" r="3" fill="#fcea2b"/><g fill="none" stroke="#000" strokeWidth="2"><path strokeLinecap="round" strokeLinejoin="round" d="m34.474 50.006l4.706-7.132l1.255 6.215l3.17-4.146l.77 3.435c4.792-2.643 9.533 1.474 13.268.115"/><rect width="62" height="38" x="5" y="17" strokeLinecap="round" strokeLinejoin="round" rx="3.508"/><circle cx="18.331" cy="34.8" r="3" strokeMiterlimit="10"/><path strokeLinecap="round" strokeLinejoin="round" d="m26.613 50.006l-.178-3.268a5.274 5.274 0 0 0-5.207-5H15.3a5.274 5.274 0 0 0-5.208 5l-.178 3.268"/></g><use href="#SVGWZlFAbZi" fill="none" stroke="#9b9b9a" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGWZlFAbZi" d="M9.915 22.002h16.698m8.248 0h27.171m-27.098 7.554h19.174m-19.174 3.998h19.174m-19.174 3.998h19.174"/></defs><use href="#SVGWZlFAbZi" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect width="62" height="38" x="5" y="17" fill="#d0cfce" rx="3.508"/><path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 29.544h16.528v19.462H10z"/><path fill="#fcea2b" d="m26.613 51l-1.153-4.563a4.3 4.3 0 0 0-4.209-4.131h-6a4.3 4.3 0 0 0-4.208 4.131L9.915 51Z"/><circle cx="18.331" cy="34.8" r="3" fill="#fcea2b"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="m34.474 50.006l4.706-7.132l1.255 6.215l3.17-4.146l.77 3.435c4.792-2.643 9.533 1.474 13.268.115"/><rect width="62" height="38" x="5" y="17" stroke-linecap="round" stroke-linejoin="round" rx="3.508"/><circle cx="18.331" cy="34.8" r="3" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m26.613 50.006l-.178-3.268a5.274 5.274 0 0 0-5.207-5H15.3a5.274 5.274 0 0 0-5.208 5l-.178 3.268"/></g><use href="#SVGWZlFAbZi" fill="none" stroke="#9b9b9a" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg> </template>
CSS
.icon-identification-card {
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%2072%2072%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGWZlFAbZi%22%20d%3D%22M9.915%2022.002h16.698m8.248%200h27.171m-27.098%207.554h19.174m-19.174%203.998h19.174m-19.174%203.998h19.174%22%2F%3E%3C%2Fdefs%3E%3Cuse%20href%3D%22%23SVGWZlFAbZi%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Crect%20width%3D%2262%22%20height%3D%2238%22%20x%3D%225%22%20y%3D%2217%22%20fill%3D%22%23d0cfce%22%20rx%3D%223.508%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10%2029.544h16.528v19.462H10z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22m26.613%2051l-1.153-4.563a4.3%204.3%200%200%200-4.209-4.131h-6a4.3%204.3%200%200%200-4.208%204.131L9.915%2051Z%22%2F%3E%3Ccircle%20cx%3D%2218.331%22%20cy%3D%2234.8%22%20r%3D%223%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m34.474%2050.006l4.706-7.132l1.255%206.215l3.17-4.146l.77%203.435c4.792-2.643%209.533%201.474%2013.268.115%22%2F%3E%3Crect%20width%3D%2262%22%20height%3D%2238%22%20x%3D%225%22%20y%3D%2217%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20rx%3D%223.508%22%2F%3E%3Ccircle%20cx%3D%2218.331%22%20cy%3D%2234.8%22%20r%3D%223%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m26.613%2050.006l-.178-3.268a5.274%205.274%200%200%200-5.207-5H15.3a5.274%205.274%200%200%200-5.208%205l-.178%203.268%22%2F%3E%3C%2Fg%3E%3Cuse%20href%3D%22%23SVGWZlFAbZi%22%20fill%3D%22none%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%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%2072%2072%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGWZlFAbZi%22%20d%3D%22M9.915%2022.002h16.698m8.248%200h27.171m-27.098%207.554h19.174m-19.174%203.998h19.174m-19.174%203.998h19.174%22%2F%3E%3C%2Fdefs%3E%3Cuse%20href%3D%22%23SVGWZlFAbZi%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Crect%20width%3D%2262%22%20height%3D%2238%22%20x%3D%225%22%20y%3D%2217%22%20fill%3D%22%23d0cfce%22%20rx%3D%223.508%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10%2029.544h16.528v19.462H10z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22m26.613%2051l-1.153-4.563a4.3%204.3%200%200%200-4.209-4.131h-6a4.3%204.3%200%200%200-4.208%204.131L9.915%2051Z%22%2F%3E%3Ccircle%20cx%3D%2218.331%22%20cy%3D%2234.8%22%20r%3D%223%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m34.474%2050.006l4.706-7.132l1.255%206.215l3.17-4.146l.77%203.435c4.792-2.643%209.533%201.474%2013.268.115%22%2F%3E%3Crect%20width%3D%2262%22%20height%3D%2238%22%20x%3D%225%22%20y%3D%2217%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20rx%3D%223.508%22%2F%3E%3Ccircle%20cx%3D%2218.331%22%20cy%3D%2234.8%22%20r%3D%223%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m26.613%2050.006l-.178-3.268a5.274%205.274%200%200%200-5.207-5H15.3a5.274%205.274%200%200%200-5.208%205l-.178%203.268%22%2F%3E%3C%2Fg%3E%3Cuse%20href%3D%22%23SVGWZlFAbZi%22%20fill%3D%22none%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/identification-card.svg?color=%231a73e8&size=48