finger print icon

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

Name
finger-print-solid
Set
HeroIcons
Style
Solid 24x24
Viewbox
24×24
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 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 3.75a6.7 6.7 0 0 0-3.722 1.118a.75.75 0 1 1-.828-1.25a8.25 8.25 0 0 1 12.8 6.883a23.2 23.2 0 0 1-1.62 8.543a.75.75 0 0 1-1.395-.551A21.7 21.7 0 0 0 18.75 10.5A6.75 6.75 0 0 0 12 3.75M6.157 5.739a.75.75 0 0 1 .21 1.04A6.7 6.7 0 0 0 5.25 10.5c0 1.613-.463 3.12-1.265 4.393a.75.75 0 0 1-1.27-.8A6.7 6.7 0 0 0 3.75 10.5c0-1.68.503-3.246 1.367-4.55a.75.75 0 0 1 1.04-.211M12 7.5a3 3 0 0 0-3 3c0 3.1-1.176 5.927-3.105 8.056a.75.75 0 1 1-1.112-1.008A10.46 10.46 0 0 0 7.5 10.5a4.5 4.5 0 1 1 9 0q0 .821-.067 1.626a.75.75 0 0 1-1.495-.123Q15 11.26 15 10.5a3 3 0 0 0-3-3m0 2.25a.75.75 0 0 1 .75.75a15.7 15.7 0 0 1-3.781 10.238a.75.75 0 0 1-1.14-.975A14.2 14.2 0 0 0 11.25 10.5a.75.75 0 0 1 .75-.75m3.239 5.183a.75.75 0 0 1 .515.927a19.4 19.4 0 0 1-2.585 5.544a.75.75 0 0 1-1.243-.84a17.9 17.9 0 0 0 2.386-5.116a.75.75 0 0 1 .927-.515" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsFingerPrintSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12 3.75a6.7 6.7 0 0 0-3.722 1.118a.75.75 0 1 1-.828-1.25a8.25 8.25 0 0 1 12.8 6.883a23.2 23.2 0 0 1-1.62 8.543a.75.75 0 0 1-1.395-.551A21.7 21.7 0 0 0 18.75 10.5A6.75 6.75 0 0 0 12 3.75M6.157 5.739a.75.75 0 0 1 .21 1.04A6.7 6.7 0 0 0 5.25 10.5c0 1.613-.463 3.12-1.265 4.393a.75.75 0 0 1-1.27-.8A6.7 6.7 0 0 0 3.75 10.5c0-1.68.503-3.246 1.367-4.55a.75.75 0 0 1 1.04-.211M12 7.5a3 3 0 0 0-3 3c0 3.1-1.176 5.927-3.105 8.056a.75.75 0 1 1-1.112-1.008A10.46 10.46 0 0 0 7.5 10.5a4.5 4.5 0 1 1 9 0q0 .821-.067 1.626a.75.75 0 0 1-1.495-.123Q15 11.26 15 10.5a3 3 0 0 0-3-3m0 2.25a.75.75 0 0 1 .75.75a15.7 15.7 0 0 1-3.781 10.238a.75.75 0 0 1-1.14-.975A14.2 14.2 0 0 0 11.25 10.5a.75.75 0 0 1 .75-.75m3.239 5.183a.75.75 0 0 1 .515.927a19.4 19.4 0 0 1-2.585 5.544a.75.75 0 0 1-1.243-.84a17.9 17.9 0 0 0 2.386-5.116a.75.75 0 0 1 .927-.515" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 3.75a6.7 6.7 0 0 0-3.722 1.118a.75.75 0 1 1-.828-1.25a8.25 8.25 0 0 1 12.8 6.883a23.2 23.2 0 0 1-1.62 8.543a.75.75 0 0 1-1.395-.551A21.7 21.7 0 0 0 18.75 10.5A6.75 6.75 0 0 0 12 3.75M6.157 5.739a.75.75 0 0 1 .21 1.04A6.7 6.7 0 0 0 5.25 10.5c0 1.613-.463 3.12-1.265 4.393a.75.75 0 0 1-1.27-.8A6.7 6.7 0 0 0 3.75 10.5c0-1.68.503-3.246 1.367-4.55a.75.75 0 0 1 1.04-.211M12 7.5a3 3 0 0 0-3 3c0 3.1-1.176 5.927-3.105 8.056a.75.75 0 1 1-1.112-1.008A10.46 10.46 0 0 0 7.5 10.5a4.5 4.5 0 1 1 9 0q0 .821-.067 1.626a.75.75 0 0 1-1.495-.123Q15 11.26 15 10.5a3 3 0 0 0-3-3m0 2.25a.75.75 0 0 1 .75.75a15.7 15.7 0 0 1-3.781 10.238a.75.75 0 0 1-1.14-.975A14.2 14.2 0 0 0 11.25 10.5a.75.75 0 0 1 .75-.75m3.239 5.183a.75.75 0 0 1 .515.927a19.4 19.4 0 0 1-2.585 5.544a.75.75 0 0 1-1.243-.84a17.9 17.9 0 0 0 2.386-5.116a.75.75 0 0 1 .927-.515" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-finger-print-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%203.75a6.7%206.7%200%200%200-3.722%201.118a.75.75%200%201%201-.828-1.25a8.25%208.25%200%200%201%2012.8%206.883a23.2%2023.2%200%200%201-1.62%208.543a.75.75%200%200%201-1.395-.551A21.7%2021.7%200%200%200%2018.75%2010.5A6.75%206.75%200%200%200%2012%203.75M6.157%205.739a.75.75%200%200%201%20.21%201.04A6.7%206.7%200%200%200%205.25%2010.5c0%201.613-.463%203.12-1.265%204.393a.75.75%200%200%201-1.27-.8A6.7%206.7%200%200%200%203.75%2010.5c0-1.68.503-3.246%201.367-4.55a.75.75%200%200%201%201.04-.211M12%207.5a3%203%200%200%200-3%203c0%203.1-1.176%205.927-3.105%208.056a.75.75%200%201%201-1.112-1.008A10.46%2010.46%200%200%200%207.5%2010.5a4.5%204.5%200%201%201%209%200q0%20.821-.067%201.626a.75.75%200%200%201-1.495-.123Q15%2011.26%2015%2010.5a3%203%200%200%200-3-3m0%202.25a.75.75%200%200%201%20.75.75a15.7%2015.7%200%200%201-3.781%2010.238a.75.75%200%200%201-1.14-.975A14.2%2014.2%200%200%200%2011.25%2010.5a.75.75%200%200%201%20.75-.75m3.239%205.183a.75.75%200%200%201%20.515.927a19.4%2019.4%200%200%201-2.585%205.544a.75.75%200%200%201-1.243-.84a17.9%2017.9%200%200%200%202.386-5.116a.75.75%200%200%201%20.927-.515%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%203.75a6.7%206.7%200%200%200-3.722%201.118a.75.75%200%201%201-.828-1.25a8.25%208.25%200%200%201%2012.8%206.883a23.2%2023.2%200%200%201-1.62%208.543a.75.75%200%200%201-1.395-.551A21.7%2021.7%200%200%200%2018.75%2010.5A6.75%206.75%200%200%200%2012%203.75M6.157%205.739a.75.75%200%200%201%20.21%201.04A6.7%206.7%200%200%200%205.25%2010.5c0%201.613-.463%203.12-1.265%204.393a.75.75%200%200%201-1.27-.8A6.7%206.7%200%200%200%203.75%2010.5c0-1.68.503-3.246%201.367-4.55a.75.75%200%200%201%201.04-.211M12%207.5a3%203%200%200%200-3%203c0%203.1-1.176%205.927-3.105%208.056a.75.75%200%201%201-1.112-1.008A10.46%2010.46%200%200%200%207.5%2010.5a4.5%204.5%200%201%201%209%200q0%20.821-.067%201.626a.75.75%200%200%201-1.495-.123Q15%2011.26%2015%2010.5a3%203%200%200%200-3-3m0%202.25a.75.75%200%200%201%20.75.75a15.7%2015.7%200%200%201-3.781%2010.238a.75.75%200%200%201-1.14-.975A14.2%2014.2%200%200%200%2011.25%2010.5a.75.75%200%200%201%20.75-.75m3.239%205.183a.75.75%200%200%201%20.515.927a19.4%2019.4%200%200%201-2.585%205.544a.75.75%200%200%201-1.243-.84a17.9%2017.9%200%200%200%202.386-5.116a.75.75%200%200%201%20.927-.515%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-solid.svg?color=%231a73e8&size=48