finger print icon

finger-print-20-solid from HeroIcons by Refactoring UI Inc · Solid 20x20 · MIT Free for personal and commercial use.

Name
finger-print-20-solid
Set
HeroIcons
Style
Solid 20x20
Viewbox
20×20
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Use the finger print icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M10 2.5c-1.31 0-2.526.386-3.546 1.051a.75.75 0 0 1-.82-1.256A8 8 0 0 1 18 9a22.5 22.5 0 0 1-1.228 7.351a.75.75 0 1 1-1.417-.49A21 21 0 0 0 16.5 9A6.5 6.5 0 0 0 10 2.5M4.333 4.416a.75.75 0 0 1 .218 1.038A6.47 6.47 0 0 0 3.5 9a7.97 7.97 0 0 1-1.293 4.362a.75.75 0 0 1-1.257-.819A6.47 6.47 0 0 0 2 9c0-1.61.476-3.11 1.295-4.365a.75.75 0 0 1 1.038-.219M10 6.12a3 3 0 0 0-3.001 3.041a11.46 11.46 0 0 1-2.697 7.24a.75.75 0 0 1-1.148-.965A9.96 9.96 0 0 0 5.5 9q0-.042.004-.082a4.5 4.5 0 0 1 8.996.084v.148l-.005.297a.75.75 0 1 1-1.5-.034Q13 9.248 13 9.085a3 3 0 0 0-3-2.965m0 2.13a.75.75 0 0 1 .75.75c0 3.51-1.187 6.746-3.181 9.323a.75.75 0 1 1-1.186-.918A13.7 13.7 0 0 0 9.25 9a.75.75 0 0 1 .75-.75m3.529 3.698a.75.75 0 0 1 .584.885a18.9 18.9 0 0 1-2.257 5.84a.75.75 0 1 1-1.29-.764a17.4 17.4 0 0 0 2.078-5.377a.75.75 0 0 1 .885-.584" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsFingerPrint20Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fillRule="evenodd" d="M10 2.5c-1.31 0-2.526.386-3.546 1.051a.75.75 0 0 1-.82-1.256A8 8 0 0 1 18 9a22.5 22.5 0 0 1-1.228 7.351a.75.75 0 1 1-1.417-.49A21 21 0 0 0 16.5 9A6.5 6.5 0 0 0 10 2.5M4.333 4.416a.75.75 0 0 1 .218 1.038A6.47 6.47 0 0 0 3.5 9a7.97 7.97 0 0 1-1.293 4.362a.75.75 0 0 1-1.257-.819A6.47 6.47 0 0 0 2 9c0-1.61.476-3.11 1.295-4.365a.75.75 0 0 1 1.038-.219M10 6.12a3 3 0 0 0-3.001 3.041a11.46 11.46 0 0 1-2.697 7.24a.75.75 0 0 1-1.148-.965A9.96 9.96 0 0 0 5.5 9q0-.042.004-.082a4.5 4.5 0 0 1 8.996.084v.148l-.005.297a.75.75 0 1 1-1.5-.034Q13 9.248 13 9.085a3 3 0 0 0-3-2.965m0 2.13a.75.75 0 0 1 .75.75c0 3.51-1.187 6.746-3.181 9.323a.75.75 0 1 1-1.186-.918A13.7 13.7 0 0 0 9.25 9a.75.75 0 0 1 .75-.75m3.529 3.698a.75.75 0 0 1 .584.885a18.9 18.9 0 0 1-2.257 5.84a.75.75 0 1 1-1.29-.764a17.4 17.4 0 0 0 2.078-5.377a.75.75 0 0 1 .885-.584" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M10 2.5c-1.31 0-2.526.386-3.546 1.051a.75.75 0 0 1-.82-1.256A8 8 0 0 1 18 9a22.5 22.5 0 0 1-1.228 7.351a.75.75 0 1 1-1.417-.49A21 21 0 0 0 16.5 9A6.5 6.5 0 0 0 10 2.5M4.333 4.416a.75.75 0 0 1 .218 1.038A6.47 6.47 0 0 0 3.5 9a7.97 7.97 0 0 1-1.293 4.362a.75.75 0 0 1-1.257-.819A6.47 6.47 0 0 0 2 9c0-1.61.476-3.11 1.295-4.365a.75.75 0 0 1 1.038-.219M10 6.12a3 3 0 0 0-3.001 3.041a11.46 11.46 0 0 1-2.697 7.24a.75.75 0 0 1-1.148-.965A9.96 9.96 0 0 0 5.5 9q0-.042.004-.082a4.5 4.5 0 0 1 8.996.084v.148l-.005.297a.75.75 0 1 1-1.5-.034Q13 9.248 13 9.085a3 3 0 0 0-3-2.965m0 2.13a.75.75 0 0 1 .75.75c0 3.51-1.187 6.746-3.181 9.323a.75.75 0 1 1-1.186-.918A13.7 13.7 0 0 0 9.25 9a.75.75 0 0 1 .75-.75m3.529 3.698a.75.75 0 0 1 .584.885a18.9 18.9 0 0 1-2.257 5.84a.75.75 0 1 1-1.29-.764a17.4 17.4 0 0 0 2.078-5.377a.75.75 0 0 1 .885-.584" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-finger-print-20-solid {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%202.5c-1.31%200-2.526.386-3.546%201.051a.75.75%200%200%201-.82-1.256A8%208%200%200%201%2018%209a22.5%2022.5%200%200%201-1.228%207.351a.75.75%200%201%201-1.417-.49A21%2021%200%200%200%2016.5%209A6.5%206.5%200%200%200%2010%202.5M4.333%204.416a.75.75%200%200%201%20.218%201.038A6.47%206.47%200%200%200%203.5%209a7.97%207.97%200%200%201-1.293%204.362a.75.75%200%200%201-1.257-.819A6.47%206.47%200%200%200%202%209c0-1.61.476-3.11%201.295-4.365a.75.75%200%200%201%201.038-.219M10%206.12a3%203%200%200%200-3.001%203.041a11.46%2011.46%200%200%201-2.697%207.24a.75.75%200%200%201-1.148-.965A9.96%209.96%200%200%200%205.5%209q0-.042.004-.082a4.5%204.5%200%200%201%208.996.084v.148l-.005.297a.75.75%200%201%201-1.5-.034Q13%209.248%2013%209.085a3%203%200%200%200-3-2.965m0%202.13a.75.75%200%200%201%20.75.75c0%203.51-1.187%206.746-3.181%209.323a.75.75%200%201%201-1.186-.918A13.7%2013.7%200%200%200%209.25%209a.75.75%200%200%201%20.75-.75m3.529%203.698a.75.75%200%200%201%20.584.885a18.9%2018.9%200%200%201-2.257%205.84a.75.75%200%201%201-1.29-.764a17.4%2017.4%200%200%200%202.078-5.377a.75.75%200%200%201%20.885-.584%22%20clip-rule%3D%22evenodd%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%202.5c-1.31%200-2.526.386-3.546%201.051a.75.75%200%200%201-.82-1.256A8%208%200%200%201%2018%209a22.5%2022.5%200%200%201-1.228%207.351a.75.75%200%201%201-1.417-.49A21%2021%200%200%200%2016.5%209A6.5%206.5%200%200%200%2010%202.5M4.333%204.416a.75.75%200%200%201%20.218%201.038A6.47%206.47%200%200%200%203.5%209a7.97%207.97%200%200%201-1.293%204.362a.75.75%200%200%201-1.257-.819A6.47%206.47%200%200%200%202%209c0-1.61.476-3.11%201.295-4.365a.75.75%200%200%201%201.038-.219M10%206.12a3%203%200%200%200-3.001%203.041a11.46%2011.46%200%200%201-2.697%207.24a.75.75%200%200%201-1.148-.965A9.96%209.96%200%200%200%205.5%209q0-.042.004-.082a4.5%204.5%200%200%201%208.996.084v.148l-.005.297a.75.75%200%201%201-1.5-.034Q13%209.248%2013%209.085a3%203%200%200%200-3-2.965m0%202.13a.75.75%200%200%201%20.75.75c0%203.51-1.187%206.746-3.181%209.323a.75.75%200%201%201-1.186-.918A13.7%2013.7%200%200%200%209.25%209a.75.75%200%200%201%20.75-.75m3.529%203.698a.75.75%200%200%201%20.584.885a18.9%2018.9%200%200%201-2.257%205.84a.75.75%200%201%201-1.29-.764a17.4%2017.4%200%200%200%202.078-5.377a.75.75%200%200%201%20.885-.584%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/finger-print-20-solid.svg?color=%231a73e8&size=48