identification card emoji

identification-card from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
identification-card
Set
Noto Emoji
Style
Default
Category
Objects
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More objects icons from Noto Emoji

Use the identification card emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b9e4ea" d="M4 93.33V34.67c0-4.68 3.83-8.5 8.5-8.5h103c4.68 0 8.5 3.83 8.5 8.5v58.67c0 4.68-3.83 8.5-8.5 8.5h-103c-4.67 0-8.5-3.83-8.5-8.51"/><path fill="#fff" d="M42.43 89.13H15.19c-.85 0-1.54-.69-1.54-1.54V50.57c0-.85.69-1.54 1.54-1.54h27.24c.85 0 1.54.69 1.54 1.54V87.6c0 .84-.69 1.53-1.54 1.53"/><linearGradient id="SVGlOZnpcAG" x1="28.813" x2="28.813" y1="74.347" y2="38.979" gradientTransform="matrix(1 0 0 -1 0 128.11)" gradientUnits="userSpaceOnUse"><stop offset=".153" stop-color="#1e88e5"/><stop offset="1" stop-color="#1565c0"/></linearGradient><path fill="url(#SVGlOZnpcAG)" d="M43.87 87.95v1.18H13.75v-1.18c0-4.63 5.87-6.87 12.38-7.34v-.32c-2.74-.83-5.19-2.89-6.4-6.28c-1.24-.44-1.95-4.51-1.62-5.04c-.24-1.71-1.86-15.12 10.7-15.21c12.53.06 10.93 13.44 10.67 15.18c.32.53-.38 4.6-1.62 5.04c-1.18 3.39-3.63 5.48-6.37 6.31v.29c6.55.53 12.38 3.01 12.38 7.37"/><path fill="#2f7889" d="M115.5 26.16h-103c-4.68 0-8.5 3.83-8.5 8.5v5.33h120v-5.33c0-4.67-3.83-8.5-8.5-8.5"/><path fill="#82aec0" d="M79.09 53.76H54.33c-1.31 0-2.37-1.06-2.37-2.37s1.06-2.37 2.37-2.37h24.76c1.31 0 2.37 1.06 2.37 2.37a2.38 2.38 0 0 1-2.37 2.37m8.87 11.79H54.33c-1.31 0-2.37-1.06-2.37-2.37s1.06-2.37 2.37-2.37h33.63c1.31 0 2.37 1.06 2.37 2.37a2.38 2.38 0 0 1-2.37 2.37M75.27 77.34H54.33c-1.31 0-2.37-1.06-2.37-2.37s1.06-2.37 2.37-2.37h20.94c1.31 0 2.37 1.06 2.37 2.37a2.38 2.38 0 0 1-2.37 2.37m-5.7 11.79H54.33c-1.31 0-2.37-1.06-2.37-2.37s1.06-2.37 2.37-2.37h15.24c1.31 0 2.37 1.06 2.37 2.37s-1.06 2.37-2.37 2.37"/><path fill="#94d1e0" d="M124 53.79c-.17-.01-.34-.03-.52-.03c-7.84 0-14.19 6.35-14.19 14.19s6.35 14.19 14.19 14.19c.17 0 .34-.02.52-.03z"/></svg>

React

import type { SVGProps } from "react";

export function NotoIdentificationCard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b9e4ea" d="M4 93.33V34.67c0-4.68 3.83-8.5 8.5-8.5h103c4.68 0 8.5 3.83 8.5 8.5v58.67c0 4.68-3.83 8.5-8.5 8.5h-103c-4.67 0-8.5-3.83-8.5-8.51"/><path fill="#fff" d="M42.43 89.13H15.19c-.85 0-1.54-.69-1.54-1.54V50.57c0-.85.69-1.54 1.54-1.54h27.24c.85 0 1.54.69 1.54 1.54V87.6c0 .84-.69 1.53-1.54 1.53"/><linearGradient id="SVGlOZnpcAG" x1="28.813" x2="28.813" y1="74.347" y2="38.979" gradientTransform="matrix(1 0 0 -1 0 128.11)" gradientUnits="userSpaceOnUse"><stop offset=".153" stopColor="#1e88e5"/><stop offset="1" stopColor="#1565c0"/></linearGradient><path fill="url(#SVGlOZnpcAG)" d="M43.87 87.95v1.18H13.75v-1.18c0-4.63 5.87-6.87 12.38-7.34v-.32c-2.74-.83-5.19-2.89-6.4-6.28c-1.24-.44-1.95-4.51-1.62-5.04c-.24-1.71-1.86-15.12 10.7-15.21c12.53.06 10.93 13.44 10.67 15.18c.32.53-.38 4.6-1.62 5.04c-1.18 3.39-3.63 5.48-6.37 6.31v.29c6.55.53 12.38 3.01 12.38 7.37"/><path fill="#2f7889" d="M115.5 26.16h-103c-4.68 0-8.5 3.83-8.5 8.5v5.33h120v-5.33c0-4.67-3.83-8.5-8.5-8.5"/><path fill="#82aec0" d="M79.09 53.76H54.33c-1.31 0-2.37-1.06-2.37-2.37s1.06-2.37 2.37-2.37h24.76c1.31 0 2.37 1.06 2.37 2.37a2.38 2.38 0 0 1-2.37 2.37m8.87 11.79H54.33c-1.31 0-2.37-1.06-2.37-2.37s1.06-2.37 2.37-2.37h33.63c1.31 0 2.37 1.06 2.37 2.37a2.38 2.38 0 0 1-2.37 2.37M75.27 77.34H54.33c-1.31 0-2.37-1.06-2.37-2.37s1.06-2.37 2.37-2.37h20.94c1.31 0 2.37 1.06 2.37 2.37a2.38 2.38 0 0 1-2.37 2.37m-5.7 11.79H54.33c-1.31 0-2.37-1.06-2.37-2.37s1.06-2.37 2.37-2.37h15.24c1.31 0 2.37 1.06 2.37 2.37s-1.06 2.37-2.37 2.37"/><path fill="#94d1e0" d="M124 53.79c-.17-.01-.34-.03-.52-.03c-7.84 0-14.19 6.35-14.19 14.19s6.35 14.19 14.19 14.19c.17 0 .34-.02.52-.03z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b9e4ea" d="M4 93.33V34.67c0-4.68 3.83-8.5 8.5-8.5h103c4.68 0 8.5 3.83 8.5 8.5v58.67c0 4.68-3.83 8.5-8.5 8.5h-103c-4.67 0-8.5-3.83-8.5-8.51"/><path fill="#fff" d="M42.43 89.13H15.19c-.85 0-1.54-.69-1.54-1.54V50.57c0-.85.69-1.54 1.54-1.54h27.24c.85 0 1.54.69 1.54 1.54V87.6c0 .84-.69 1.53-1.54 1.53"/><linearGradient id="SVGlOZnpcAG" x1="28.813" x2="28.813" y1="74.347" y2="38.979" gradientTransform="matrix(1 0 0 -1 0 128.11)" gradientUnits="userSpaceOnUse"><stop offset=".153" stop-color="#1e88e5"/><stop offset="1" stop-color="#1565c0"/></linearGradient><path fill="url(#SVGlOZnpcAG)" d="M43.87 87.95v1.18H13.75v-1.18c0-4.63 5.87-6.87 12.38-7.34v-.32c-2.74-.83-5.19-2.89-6.4-6.28c-1.24-.44-1.95-4.51-1.62-5.04c-.24-1.71-1.86-15.12 10.7-15.21c12.53.06 10.93 13.44 10.67 15.18c.32.53-.38 4.6-1.62 5.04c-1.18 3.39-3.63 5.48-6.37 6.31v.29c6.55.53 12.38 3.01 12.38 7.37"/><path fill="#2f7889" d="M115.5 26.16h-103c-4.68 0-8.5 3.83-8.5 8.5v5.33h120v-5.33c0-4.67-3.83-8.5-8.5-8.5"/><path fill="#82aec0" d="M79.09 53.76H54.33c-1.31 0-2.37-1.06-2.37-2.37s1.06-2.37 2.37-2.37h24.76c1.31 0 2.37 1.06 2.37 2.37a2.38 2.38 0 0 1-2.37 2.37m8.87 11.79H54.33c-1.31 0-2.37-1.06-2.37-2.37s1.06-2.37 2.37-2.37h33.63c1.31 0 2.37 1.06 2.37 2.37a2.38 2.38 0 0 1-2.37 2.37M75.27 77.34H54.33c-1.31 0-2.37-1.06-2.37-2.37s1.06-2.37 2.37-2.37h20.94c1.31 0 2.37 1.06 2.37 2.37a2.38 2.38 0 0 1-2.37 2.37m-5.7 11.79H54.33c-1.31 0-2.37-1.06-2.37-2.37s1.06-2.37 2.37-2.37h15.24c1.31 0 2.37 1.06 2.37 2.37s-1.06 2.37-2.37 2.37"/><path fill="#94d1e0" d="M124 53.79c-.17-.01-.34-.03-.52-.03c-7.84 0-14.19 6.35-14.19 14.19s6.35 14.19 14.19 14.19c.17 0 .34-.02.52-.03z"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23b9e4ea%22%20d%3D%22M4%2093.33V34.67c0-4.68%203.83-8.5%208.5-8.5h103c4.68%200%208.5%203.83%208.5%208.5v58.67c0%204.68-3.83%208.5-8.5%208.5h-103c-4.67%200-8.5-3.83-8.5-8.51%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M42.43%2089.13H15.19c-.85%200-1.54-.69-1.54-1.54V50.57c0-.85.69-1.54%201.54-1.54h27.24c.85%200%201.54.69%201.54%201.54V87.6c0%20.84-.69%201.53-1.54%201.53%22%2F%3E%3ClinearGradient%20id%3D%22SVGlOZnpcAG%22%20x1%3D%2228.813%22%20x2%3D%2228.813%22%20y1%3D%2274.347%22%20y2%3D%2238.979%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20128.11)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.153%22%20stop-color%3D%22%231e88e5%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231565c0%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGlOZnpcAG)%22%20d%3D%22M43.87%2087.95v1.18H13.75v-1.18c0-4.63%205.87-6.87%2012.38-7.34v-.32c-2.74-.83-5.19-2.89-6.4-6.28c-1.24-.44-1.95-4.51-1.62-5.04c-.24-1.71-1.86-15.12%2010.7-15.21c12.53.06%2010.93%2013.44%2010.67%2015.18c.32.53-.38%204.6-1.62%205.04c-1.18%203.39-3.63%205.48-6.37%206.31v.29c6.55.53%2012.38%203.01%2012.38%207.37%22%2F%3E%3Cpath%20fill%3D%22%232f7889%22%20d%3D%22M115.5%2026.16h-103c-4.68%200-8.5%203.83-8.5%208.5v5.33h120v-5.33c0-4.67-3.83-8.5-8.5-8.5%22%2F%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22M79.09%2053.76H54.33c-1.31%200-2.37-1.06-2.37-2.37s1.06-2.37%202.37-2.37h24.76c1.31%200%202.37%201.06%202.37%202.37a2.38%202.38%200%200%201-2.37%202.37m8.87%2011.79H54.33c-1.31%200-2.37-1.06-2.37-2.37s1.06-2.37%202.37-2.37h33.63c1.31%200%202.37%201.06%202.37%202.37a2.38%202.38%200%200%201-2.37%202.37M75.27%2077.34H54.33c-1.31%200-2.37-1.06-2.37-2.37s1.06-2.37%202.37-2.37h20.94c1.31%200%202.37%201.06%202.37%202.37a2.38%202.38%200%200%201-2.37%202.37m-5.7%2011.79H54.33c-1.31%200-2.37-1.06-2.37-2.37s1.06-2.37%202.37-2.37h15.24c1.31%200%202.37%201.06%202.37%202.37s-1.06%202.37-2.37%202.37%22%2F%3E%3Cpath%20fill%3D%22%2394d1e0%22%20d%3D%22M124%2053.79c-.17-.01-.34-.03-.52-.03c-7.84%200-14.19%206.35-14.19%2014.19s6.35%2014.19%2014.19%2014.19c.17%200%20.34-.02.52-.03z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23b9e4ea%22%20d%3D%22M4%2093.33V34.67c0-4.68%203.83-8.5%208.5-8.5h103c4.68%200%208.5%203.83%208.5%208.5v58.67c0%204.68-3.83%208.5-8.5%208.5h-103c-4.67%200-8.5-3.83-8.5-8.51%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M42.43%2089.13H15.19c-.85%200-1.54-.69-1.54-1.54V50.57c0-.85.69-1.54%201.54-1.54h27.24c.85%200%201.54.69%201.54%201.54V87.6c0%20.84-.69%201.53-1.54%201.53%22%2F%3E%3ClinearGradient%20id%3D%22SVGlOZnpcAG%22%20x1%3D%2228.813%22%20x2%3D%2228.813%22%20y1%3D%2274.347%22%20y2%3D%2238.979%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20128.11)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.153%22%20stop-color%3D%22%231e88e5%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231565c0%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGlOZnpcAG)%22%20d%3D%22M43.87%2087.95v1.18H13.75v-1.18c0-4.63%205.87-6.87%2012.38-7.34v-.32c-2.74-.83-5.19-2.89-6.4-6.28c-1.24-.44-1.95-4.51-1.62-5.04c-.24-1.71-1.86-15.12%2010.7-15.21c12.53.06%2010.93%2013.44%2010.67%2015.18c.32.53-.38%204.6-1.62%205.04c-1.18%203.39-3.63%205.48-6.37%206.31v.29c6.55.53%2012.38%203.01%2012.38%207.37%22%2F%3E%3Cpath%20fill%3D%22%232f7889%22%20d%3D%22M115.5%2026.16h-103c-4.68%200-8.5%203.83-8.5%208.5v5.33h120v-5.33c0-4.67-3.83-8.5-8.5-8.5%22%2F%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22M79.09%2053.76H54.33c-1.31%200-2.37-1.06-2.37-2.37s1.06-2.37%202.37-2.37h24.76c1.31%200%202.37%201.06%202.37%202.37a2.38%202.38%200%200%201-2.37%202.37m8.87%2011.79H54.33c-1.31%200-2.37-1.06-2.37-2.37s1.06-2.37%202.37-2.37h33.63c1.31%200%202.37%201.06%202.37%202.37a2.38%202.38%200%200%201-2.37%202.37M75.27%2077.34H54.33c-1.31%200-2.37-1.06-2.37-2.37s1.06-2.37%202.37-2.37h20.94c1.31%200%202.37%201.06%202.37%202.37a2.38%202.38%200%200%201-2.37%202.37m-5.7%2011.79H54.33c-1.31%200-2.37-1.06-2.37-2.37s1.06-2.37%202.37-2.37h15.24c1.31%200%202.37%201.06%202.37%202.37s-1.06%202.37-2.37%202.37%22%2F%3E%3Cpath%20fill%3D%22%2394d1e0%22%20d%3D%22M124%2053.79c-.17-.01-.34-.03-.52-.03c-7.84%200-14.19%206.35-14.19%2014.19s6.35%2014.19%2014.19%2014.19c.17%200%20.34-.02.52-.03z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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