fingerprint emoji

fingerprint from Noto Emoji by Google Inc · Default · People & Body · Apache-2.0 Free for personal and commercial use.

Name
fingerprint
Set
Noto Emoji
Style
Default
Category
People & Body
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More people & body icons from Noto Emoji

Use the fingerprint emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b1e4ff" d="M20.5 10.5C35.1.2 58 1 75.2 14.7c8.3 6.6 14.8 15.9 21.5 23.2c6.4 6.9 15.2 14.3 18.9 19.2c10.1 13.2 16.8 30.4-2.5 53.2c-11 13-30.7 19.7-53.5 10.2c-28.8-12.1-43-32.8-50.4-50.5c-5.7-13.8-12-43.3 11.3-59.5"/><path fill="#004fac" d="M61.6 12.8c8.8 3.9 18.2 11.6 24.8 20.9c8.5 12 12 13.9 17.8 17.1c6.5 3.6 3.7 10.4-3.6 8.1c-3.2-1-7.6-3.1-20.2-19.5c-5.8-7.6-10.8-13.8-22.2-19.2c-4-2-1.2-9.5 3.4-7.4M50 17.1c-12.9-1-18.2 2.8-25.5 8.6c-4.7 3.7-8.6-1.9-6.4-4.7C26.8 9.8 41.8 6.8 51.4 9c4.4 1 3.6 8.5-1.4 8.1M19.4 33.4c-6.9 15.9-.7 36 18.6 57.6c4 4.4-.7 8.3-3.7 5.8C12.8 79 2.8 47.4 12.1 30c2.5-4.6 9.2-1 7.3 3.4"/><path fill="#004fac" d="M47.6 106.4c-.3-3.8.7-8.6-4.9-16.1c-3-3.9-14-17-15.8-24.9c-1-4.2 5.5-6.2 7.2-1.9C37 70.8 40 74.6 45.2 80.7c11.1 12.8 10.5 20.6 10.1 26.1c-.5 4.7-7.3 4.7-7.7-.4m24.2-5.2c.9 9.6-2.6 14.4-4 16.3c-1.9 2.4-8.2 1.6-6.5-3.7C65.9 99.4 57.5 90.2 56 85c-1.5-5 3.1-7.1 5.6-5.8c3.7 1.9 5.7 7.1 6.9 9.4c3.5 2.2 16.5 10.5 39.6 11c5.5.1 5.6 7.2.3 8.2c-16.5 3-36.6-6.6-36.6-6.6"/><path fill="#004fac" d="M94.3 112.1c-2.1-.9-13.8-3.2-21.4 3.1c-1.9 1.6-1.9 5.8 1.8 6.3c3 .3 5.3-1 9.8-1.7c4.2-.7 6.2-.5 9.5-.3c3.5.1 5.7-5 .3-7.4m23.7-30c-2.6-.5-4.2.3-8.4.2c-3.9 0-6.1-.8-9.3-.2c-3.8.8-4.9 7.7-.1 9.2c2.8.9 15.3 1.7 19.5-.8c3.1-1.6 3.3-7.5-1.7-8.4m-30.3-4c1.3.3 3.7 1.1 5 1.8c4.1 2.1 2.1 9.7-2.6 9.7c-1.8 0-5.3-1.2-6.6-2c-4.1-2.7-1.6-10.9 4.2-9.5"/><path fill="#004fac" d="M79.8 74.5c3.6 3 .6 10.3-4.4 9c-5.7-1.4-12.3-9.5-13.9-17.2c-2.6-12.4-8.3-15.8-12.3-13.2c-4.4 2.9-1.1 10.4 2.8 12.5c11.6 6.4 4.5 15.1-1 11.5c-17.5-11.3-14.6-29.3-6.5-33.8c11-6 21.9 5.8 24.8 17c2.4 9.3 6.9 11.2 10.5 14.2"/><path fill="#004fac" d="M31.5 55.2c.1 3.2-6.3 4.1-7.1.7c-1-4.1-2.4-19.8 10.2-27.5c9.7-5.9 22-4.4 31.2 3.8c13.6 12.1 20.8 28.1 29.8 32c7.9 3.4 17 1.7 19 1.7c5.2.1 5.8 8-1.1 9.1c-11.2 1.8-24.8-1.9-30.6-8.5c-4.2-4.8-11.7-16-16.7-21.9c-5.3-6.3-11.7-11.3-19.7-10.4c-6.9.7-15.7 4.8-15 21"/></svg>

React

import type { SVGProps } from "react";

export function NotoFingerprint(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b1e4ff" d="M20.5 10.5C35.1.2 58 1 75.2 14.7c8.3 6.6 14.8 15.9 21.5 23.2c6.4 6.9 15.2 14.3 18.9 19.2c10.1 13.2 16.8 30.4-2.5 53.2c-11 13-30.7 19.7-53.5 10.2c-28.8-12.1-43-32.8-50.4-50.5c-5.7-13.8-12-43.3 11.3-59.5"/><path fill="#004fac" d="M61.6 12.8c8.8 3.9 18.2 11.6 24.8 20.9c8.5 12 12 13.9 17.8 17.1c6.5 3.6 3.7 10.4-3.6 8.1c-3.2-1-7.6-3.1-20.2-19.5c-5.8-7.6-10.8-13.8-22.2-19.2c-4-2-1.2-9.5 3.4-7.4M50 17.1c-12.9-1-18.2 2.8-25.5 8.6c-4.7 3.7-8.6-1.9-6.4-4.7C26.8 9.8 41.8 6.8 51.4 9c4.4 1 3.6 8.5-1.4 8.1M19.4 33.4c-6.9 15.9-.7 36 18.6 57.6c4 4.4-.7 8.3-3.7 5.8C12.8 79 2.8 47.4 12.1 30c2.5-4.6 9.2-1 7.3 3.4"/><path fill="#004fac" d="M47.6 106.4c-.3-3.8.7-8.6-4.9-16.1c-3-3.9-14-17-15.8-24.9c-1-4.2 5.5-6.2 7.2-1.9C37 70.8 40 74.6 45.2 80.7c11.1 12.8 10.5 20.6 10.1 26.1c-.5 4.7-7.3 4.7-7.7-.4m24.2-5.2c.9 9.6-2.6 14.4-4 16.3c-1.9 2.4-8.2 1.6-6.5-3.7C65.9 99.4 57.5 90.2 56 85c-1.5-5 3.1-7.1 5.6-5.8c3.7 1.9 5.7 7.1 6.9 9.4c3.5 2.2 16.5 10.5 39.6 11c5.5.1 5.6 7.2.3 8.2c-16.5 3-36.6-6.6-36.6-6.6"/><path fill="#004fac" d="M94.3 112.1c-2.1-.9-13.8-3.2-21.4 3.1c-1.9 1.6-1.9 5.8 1.8 6.3c3 .3 5.3-1 9.8-1.7c4.2-.7 6.2-.5 9.5-.3c3.5.1 5.7-5 .3-7.4m23.7-30c-2.6-.5-4.2.3-8.4.2c-3.9 0-6.1-.8-9.3-.2c-3.8.8-4.9 7.7-.1 9.2c2.8.9 15.3 1.7 19.5-.8c3.1-1.6 3.3-7.5-1.7-8.4m-30.3-4c1.3.3 3.7 1.1 5 1.8c4.1 2.1 2.1 9.7-2.6 9.7c-1.8 0-5.3-1.2-6.6-2c-4.1-2.7-1.6-10.9 4.2-9.5"/><path fill="#004fac" d="M79.8 74.5c3.6 3 .6 10.3-4.4 9c-5.7-1.4-12.3-9.5-13.9-17.2c-2.6-12.4-8.3-15.8-12.3-13.2c-4.4 2.9-1.1 10.4 2.8 12.5c11.6 6.4 4.5 15.1-1 11.5c-17.5-11.3-14.6-29.3-6.5-33.8c11-6 21.9 5.8 24.8 17c2.4 9.3 6.9 11.2 10.5 14.2"/><path fill="#004fac" d="M31.5 55.2c.1 3.2-6.3 4.1-7.1.7c-1-4.1-2.4-19.8 10.2-27.5c9.7-5.9 22-4.4 31.2 3.8c13.6 12.1 20.8 28.1 29.8 32c7.9 3.4 17 1.7 19 1.7c5.2.1 5.8 8-1.1 9.1c-11.2 1.8-24.8-1.9-30.6-8.5c-4.2-4.8-11.7-16-16.7-21.9c-5.3-6.3-11.7-11.3-19.7-10.4c-6.9.7-15.7 4.8-15 21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b1e4ff" d="M20.5 10.5C35.1.2 58 1 75.2 14.7c8.3 6.6 14.8 15.9 21.5 23.2c6.4 6.9 15.2 14.3 18.9 19.2c10.1 13.2 16.8 30.4-2.5 53.2c-11 13-30.7 19.7-53.5 10.2c-28.8-12.1-43-32.8-50.4-50.5c-5.7-13.8-12-43.3 11.3-59.5"/><path fill="#004fac" d="M61.6 12.8c8.8 3.9 18.2 11.6 24.8 20.9c8.5 12 12 13.9 17.8 17.1c6.5 3.6 3.7 10.4-3.6 8.1c-3.2-1-7.6-3.1-20.2-19.5c-5.8-7.6-10.8-13.8-22.2-19.2c-4-2-1.2-9.5 3.4-7.4M50 17.1c-12.9-1-18.2 2.8-25.5 8.6c-4.7 3.7-8.6-1.9-6.4-4.7C26.8 9.8 41.8 6.8 51.4 9c4.4 1 3.6 8.5-1.4 8.1M19.4 33.4c-6.9 15.9-.7 36 18.6 57.6c4 4.4-.7 8.3-3.7 5.8C12.8 79 2.8 47.4 12.1 30c2.5-4.6 9.2-1 7.3 3.4"/><path fill="#004fac" d="M47.6 106.4c-.3-3.8.7-8.6-4.9-16.1c-3-3.9-14-17-15.8-24.9c-1-4.2 5.5-6.2 7.2-1.9C37 70.8 40 74.6 45.2 80.7c11.1 12.8 10.5 20.6 10.1 26.1c-.5 4.7-7.3 4.7-7.7-.4m24.2-5.2c.9 9.6-2.6 14.4-4 16.3c-1.9 2.4-8.2 1.6-6.5-3.7C65.9 99.4 57.5 90.2 56 85c-1.5-5 3.1-7.1 5.6-5.8c3.7 1.9 5.7 7.1 6.9 9.4c3.5 2.2 16.5 10.5 39.6 11c5.5.1 5.6 7.2.3 8.2c-16.5 3-36.6-6.6-36.6-6.6"/><path fill="#004fac" d="M94.3 112.1c-2.1-.9-13.8-3.2-21.4 3.1c-1.9 1.6-1.9 5.8 1.8 6.3c3 .3 5.3-1 9.8-1.7c4.2-.7 6.2-.5 9.5-.3c3.5.1 5.7-5 .3-7.4m23.7-30c-2.6-.5-4.2.3-8.4.2c-3.9 0-6.1-.8-9.3-.2c-3.8.8-4.9 7.7-.1 9.2c2.8.9 15.3 1.7 19.5-.8c3.1-1.6 3.3-7.5-1.7-8.4m-30.3-4c1.3.3 3.7 1.1 5 1.8c4.1 2.1 2.1 9.7-2.6 9.7c-1.8 0-5.3-1.2-6.6-2c-4.1-2.7-1.6-10.9 4.2-9.5"/><path fill="#004fac" d="M79.8 74.5c3.6 3 .6 10.3-4.4 9c-5.7-1.4-12.3-9.5-13.9-17.2c-2.6-12.4-8.3-15.8-12.3-13.2c-4.4 2.9-1.1 10.4 2.8 12.5c11.6 6.4 4.5 15.1-1 11.5c-17.5-11.3-14.6-29.3-6.5-33.8c11-6 21.9 5.8 24.8 17c2.4 9.3 6.9 11.2 10.5 14.2"/><path fill="#004fac" d="M31.5 55.2c.1 3.2-6.3 4.1-7.1.7c-1-4.1-2.4-19.8 10.2-27.5c9.7-5.9 22-4.4 31.2 3.8c13.6 12.1 20.8 28.1 29.8 32c7.9 3.4 17 1.7 19 1.7c5.2.1 5.8 8-1.1 9.1c-11.2 1.8-24.8-1.9-30.6-8.5c-4.2-4.8-11.7-16-16.7-21.9c-5.3-6.3-11.7-11.3-19.7-10.4c-6.9.7-15.7 4.8-15 21"/></svg>
</template>

CSS

.icon-fingerprint {
  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%23b1e4ff%22%20d%3D%22M20.5%2010.5C35.1.2%2058%201%2075.2%2014.7c8.3%206.6%2014.8%2015.9%2021.5%2023.2c6.4%206.9%2015.2%2014.3%2018.9%2019.2c10.1%2013.2%2016.8%2030.4-2.5%2053.2c-11%2013-30.7%2019.7-53.5%2010.2c-28.8-12.1-43-32.8-50.4-50.5c-5.7-13.8-12-43.3%2011.3-59.5%22%2F%3E%3Cpath%20fill%3D%22%23004fac%22%20d%3D%22M61.6%2012.8c8.8%203.9%2018.2%2011.6%2024.8%2020.9c8.5%2012%2012%2013.9%2017.8%2017.1c6.5%203.6%203.7%2010.4-3.6%208.1c-3.2-1-7.6-3.1-20.2-19.5c-5.8-7.6-10.8-13.8-22.2-19.2c-4-2-1.2-9.5%203.4-7.4M50%2017.1c-12.9-1-18.2%202.8-25.5%208.6c-4.7%203.7-8.6-1.9-6.4-4.7C26.8%209.8%2041.8%206.8%2051.4%209c4.4%201%203.6%208.5-1.4%208.1M19.4%2033.4c-6.9%2015.9-.7%2036%2018.6%2057.6c4%204.4-.7%208.3-3.7%205.8C12.8%2079%202.8%2047.4%2012.1%2030c2.5-4.6%209.2-1%207.3%203.4%22%2F%3E%3Cpath%20fill%3D%22%23004fac%22%20d%3D%22M47.6%20106.4c-.3-3.8.7-8.6-4.9-16.1c-3-3.9-14-17-15.8-24.9c-1-4.2%205.5-6.2%207.2-1.9C37%2070.8%2040%2074.6%2045.2%2080.7c11.1%2012.8%2010.5%2020.6%2010.1%2026.1c-.5%204.7-7.3%204.7-7.7-.4m24.2-5.2c.9%209.6-2.6%2014.4-4%2016.3c-1.9%202.4-8.2%201.6-6.5-3.7C65.9%2099.4%2057.5%2090.2%2056%2085c-1.5-5%203.1-7.1%205.6-5.8c3.7%201.9%205.7%207.1%206.9%209.4c3.5%202.2%2016.5%2010.5%2039.6%2011c5.5.1%205.6%207.2.3%208.2c-16.5%203-36.6-6.6-36.6-6.6%22%2F%3E%3Cpath%20fill%3D%22%23004fac%22%20d%3D%22M94.3%20112.1c-2.1-.9-13.8-3.2-21.4%203.1c-1.9%201.6-1.9%205.8%201.8%206.3c3%20.3%205.3-1%209.8-1.7c4.2-.7%206.2-.5%209.5-.3c3.5.1%205.7-5%20.3-7.4m23.7-30c-2.6-.5-4.2.3-8.4.2c-3.9%200-6.1-.8-9.3-.2c-3.8.8-4.9%207.7-.1%209.2c2.8.9%2015.3%201.7%2019.5-.8c3.1-1.6%203.3-7.5-1.7-8.4m-30.3-4c1.3.3%203.7%201.1%205%201.8c4.1%202.1%202.1%209.7-2.6%209.7c-1.8%200-5.3-1.2-6.6-2c-4.1-2.7-1.6-10.9%204.2-9.5%22%2F%3E%3Cpath%20fill%3D%22%23004fac%22%20d%3D%22M79.8%2074.5c3.6%203%20.6%2010.3-4.4%209c-5.7-1.4-12.3-9.5-13.9-17.2c-2.6-12.4-8.3-15.8-12.3-13.2c-4.4%202.9-1.1%2010.4%202.8%2012.5c11.6%206.4%204.5%2015.1-1%2011.5c-17.5-11.3-14.6-29.3-6.5-33.8c11-6%2021.9%205.8%2024.8%2017c2.4%209.3%206.9%2011.2%2010.5%2014.2%22%2F%3E%3Cpath%20fill%3D%22%23004fac%22%20d%3D%22M31.5%2055.2c.1%203.2-6.3%204.1-7.1.7c-1-4.1-2.4-19.8%2010.2-27.5c9.7-5.9%2022-4.4%2031.2%203.8c13.6%2012.1%2020.8%2028.1%2029.8%2032c7.9%203.4%2017%201.7%2019%201.7c5.2.1%205.8%208-1.1%209.1c-11.2%201.8-24.8-1.9-30.6-8.5c-4.2-4.8-11.7-16-16.7-21.9c-5.3-6.3-11.7-11.3-19.7-10.4c-6.9.7-15.7%204.8-15%2021%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%23b1e4ff%22%20d%3D%22M20.5%2010.5C35.1.2%2058%201%2075.2%2014.7c8.3%206.6%2014.8%2015.9%2021.5%2023.2c6.4%206.9%2015.2%2014.3%2018.9%2019.2c10.1%2013.2%2016.8%2030.4-2.5%2053.2c-11%2013-30.7%2019.7-53.5%2010.2c-28.8-12.1-43-32.8-50.4-50.5c-5.7-13.8-12-43.3%2011.3-59.5%22%2F%3E%3Cpath%20fill%3D%22%23004fac%22%20d%3D%22M61.6%2012.8c8.8%203.9%2018.2%2011.6%2024.8%2020.9c8.5%2012%2012%2013.9%2017.8%2017.1c6.5%203.6%203.7%2010.4-3.6%208.1c-3.2-1-7.6-3.1-20.2-19.5c-5.8-7.6-10.8-13.8-22.2-19.2c-4-2-1.2-9.5%203.4-7.4M50%2017.1c-12.9-1-18.2%202.8-25.5%208.6c-4.7%203.7-8.6-1.9-6.4-4.7C26.8%209.8%2041.8%206.8%2051.4%209c4.4%201%203.6%208.5-1.4%208.1M19.4%2033.4c-6.9%2015.9-.7%2036%2018.6%2057.6c4%204.4-.7%208.3-3.7%205.8C12.8%2079%202.8%2047.4%2012.1%2030c2.5-4.6%209.2-1%207.3%203.4%22%2F%3E%3Cpath%20fill%3D%22%23004fac%22%20d%3D%22M47.6%20106.4c-.3-3.8.7-8.6-4.9-16.1c-3-3.9-14-17-15.8-24.9c-1-4.2%205.5-6.2%207.2-1.9C37%2070.8%2040%2074.6%2045.2%2080.7c11.1%2012.8%2010.5%2020.6%2010.1%2026.1c-.5%204.7-7.3%204.7-7.7-.4m24.2-5.2c.9%209.6-2.6%2014.4-4%2016.3c-1.9%202.4-8.2%201.6-6.5-3.7C65.9%2099.4%2057.5%2090.2%2056%2085c-1.5-5%203.1-7.1%205.6-5.8c3.7%201.9%205.7%207.1%206.9%209.4c3.5%202.2%2016.5%2010.5%2039.6%2011c5.5.1%205.6%207.2.3%208.2c-16.5%203-36.6-6.6-36.6-6.6%22%2F%3E%3Cpath%20fill%3D%22%23004fac%22%20d%3D%22M94.3%20112.1c-2.1-.9-13.8-3.2-21.4%203.1c-1.9%201.6-1.9%205.8%201.8%206.3c3%20.3%205.3-1%209.8-1.7c4.2-.7%206.2-.5%209.5-.3c3.5.1%205.7-5%20.3-7.4m23.7-30c-2.6-.5-4.2.3-8.4.2c-3.9%200-6.1-.8-9.3-.2c-3.8.8-4.9%207.7-.1%209.2c2.8.9%2015.3%201.7%2019.5-.8c3.1-1.6%203.3-7.5-1.7-8.4m-30.3-4c1.3.3%203.7%201.1%205%201.8c4.1%202.1%202.1%209.7-2.6%209.7c-1.8%200-5.3-1.2-6.6-2c-4.1-2.7-1.6-10.9%204.2-9.5%22%2F%3E%3Cpath%20fill%3D%22%23004fac%22%20d%3D%22M79.8%2074.5c3.6%203%20.6%2010.3-4.4%209c-5.7-1.4-12.3-9.5-13.9-17.2c-2.6-12.4-8.3-15.8-12.3-13.2c-4.4%202.9-1.1%2010.4%202.8%2012.5c11.6%206.4%204.5%2015.1-1%2011.5c-17.5-11.3-14.6-29.3-6.5-33.8c11-6%2021.9%205.8%2024.8%2017c2.4%209.3%206.9%2011.2%2010.5%2014.2%22%2F%3E%3Cpath%20fill%3D%22%23004fac%22%20d%3D%22M31.5%2055.2c.1%203.2-6.3%204.1-7.1.7c-1-4.1-2.4-19.8%2010.2-27.5c9.7-5.9%2022-4.4%2031.2%203.8c13.6%2012.1%2020.8%2028.1%2029.8%2032c7.9%203.4%2017%201.7%2019%201.7c5.2.1%205.8%208-1.1%209.1c-11.2%201.8-24.8-1.9-30.6-8.5c-4.2-4.8-11.7-16-16.7-21.9c-5.3-6.3-11.7-11.3-19.7-10.4c-6.9.7-15.7%204.8-15%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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