fingerprint icon

fingerprint from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
fingerprint
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the fingerprint icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M72 128a134.6 134.6 0 0 1-14.16 60.47a8 8 0 1 1-14.32-7.12A118.8 118.8 0 0 0 56 128a71.73 71.73 0 0 1 27-56.2a8 8 0 1 1 10 12.49A55.76 55.76 0 0 0 72 128m56-8a8 8 0 0 0-8 8a184.1 184.1 0 0 1-23 89.1a8 8 0 0 0 14 7.76A200.2 200.2 0 0 0 136 128a8 8 0 0 0-8-8m0-32a40 40 0 0 0-40 40a8 8 0 0 0 16 0a24 24 0 0 1 48 0a214.1 214.1 0 0 1-20.51 92a8 8 0 1 0 14.51 6.83A230 230 0 0 0 168 128a40 40 0 0 0-40-40m0-64A104.11 104.11 0 0 0 24 128a87.8 87.8 0 0 1-5 29.33a8 8 0 0 0 15.09 5.33A103.9 103.9 0 0 0 40 128a88 88 0 0 1 176 0a282 282 0 0 1-5.29 54.45a8 8 0 0 0 6.3 9.4a8 8 0 0 0 1.55.15a8 8 0 0 0 7.84-6.45A298.4 298.4 0 0 0 232 128A104.12 104.12 0 0 0 128 24M94.4 152.17a8 8 0 0 0-9.4 6.25a151 151 0 0 1-17.21 45.44a8 8 0 0 0 13.86 8a166.7 166.7 0 0 0 19-50.25a8 8 0 0 0-6.25-9.44M128 56a73 73 0 0 0-9 .56a8 8 0 0 0 2 15.87A56.08 56.08 0 0 1 184 128a252 252 0 0 1-1.92 31a8 8 0 0 0 6.92 9a8 8 0 0 0 1 .06a8 8 0 0 0 7.92-7a267 267 0 0 0 2-33A72.08 72.08 0 0 0 128 56m57.93 128.25a8 8 0 0 0-9.75 5.75c-1.46 5.69-3.15 11.4-5 17a8 8 0 0 0 5 10.13a7.9 7.9 0 0 0 2.55.42a8 8 0 0 0 7.58-5.46c2-5.92 3.79-12 5.35-18.05a8 8 0 0 0-5.72-9.78Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFingerprint(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M72 128a134.6 134.6 0 0 1-14.16 60.47a8 8 0 1 1-14.32-7.12A118.8 118.8 0 0 0 56 128a71.73 71.73 0 0 1 27-56.2a8 8 0 1 1 10 12.49A55.76 55.76 0 0 0 72 128m56-8a8 8 0 0 0-8 8a184.1 184.1 0 0 1-23 89.1a8 8 0 0 0 14 7.76A200.2 200.2 0 0 0 136 128a8 8 0 0 0-8-8m0-32a40 40 0 0 0-40 40a8 8 0 0 0 16 0a24 24 0 0 1 48 0a214.1 214.1 0 0 1-20.51 92a8 8 0 1 0 14.51 6.83A230 230 0 0 0 168 128a40 40 0 0 0-40-40m0-64A104.11 104.11 0 0 0 24 128a87.8 87.8 0 0 1-5 29.33a8 8 0 0 0 15.09 5.33A103.9 103.9 0 0 0 40 128a88 88 0 0 1 176 0a282 282 0 0 1-5.29 54.45a8 8 0 0 0 6.3 9.4a8 8 0 0 0 1.55.15a8 8 0 0 0 7.84-6.45A298.4 298.4 0 0 0 232 128A104.12 104.12 0 0 0 128 24M94.4 152.17a8 8 0 0 0-9.4 6.25a151 151 0 0 1-17.21 45.44a8 8 0 0 0 13.86 8a166.7 166.7 0 0 0 19-50.25a8 8 0 0 0-6.25-9.44M128 56a73 73 0 0 0-9 .56a8 8 0 0 0 2 15.87A56.08 56.08 0 0 1 184 128a252 252 0 0 1-1.92 31a8 8 0 0 0 6.92 9a8 8 0 0 0 1 .06a8 8 0 0 0 7.92-7a267 267 0 0 0 2-33A72.08 72.08 0 0 0 128 56m57.93 128.25a8 8 0 0 0-9.75 5.75c-1.46 5.69-3.15 11.4-5 17a8 8 0 0 0 5 10.13a7.9 7.9 0 0 0 2.55.42a8 8 0 0 0 7.58-5.46c2-5.92 3.79-12 5.35-18.05a8 8 0 0 0-5.72-9.78Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M72 128a134.6 134.6 0 0 1-14.16 60.47a8 8 0 1 1-14.32-7.12A118.8 118.8 0 0 0 56 128a71.73 71.73 0 0 1 27-56.2a8 8 0 1 1 10 12.49A55.76 55.76 0 0 0 72 128m56-8a8 8 0 0 0-8 8a184.1 184.1 0 0 1-23 89.1a8 8 0 0 0 14 7.76A200.2 200.2 0 0 0 136 128a8 8 0 0 0-8-8m0-32a40 40 0 0 0-40 40a8 8 0 0 0 16 0a24 24 0 0 1 48 0a214.1 214.1 0 0 1-20.51 92a8 8 0 1 0 14.51 6.83A230 230 0 0 0 168 128a40 40 0 0 0-40-40m0-64A104.11 104.11 0 0 0 24 128a87.8 87.8 0 0 1-5 29.33a8 8 0 0 0 15.09 5.33A103.9 103.9 0 0 0 40 128a88 88 0 0 1 176 0a282 282 0 0 1-5.29 54.45a8 8 0 0 0 6.3 9.4a8 8 0 0 0 1.55.15a8 8 0 0 0 7.84-6.45A298.4 298.4 0 0 0 232 128A104.12 104.12 0 0 0 128 24M94.4 152.17a8 8 0 0 0-9.4 6.25a151 151 0 0 1-17.21 45.44a8 8 0 0 0 13.86 8a166.7 166.7 0 0 0 19-50.25a8 8 0 0 0-6.25-9.44M128 56a73 73 0 0 0-9 .56a8 8 0 0 0 2 15.87A56.08 56.08 0 0 1 184 128a252 252 0 0 1-1.92 31a8 8 0 0 0 6.92 9a8 8 0 0 0 1 .06a8 8 0 0 0 7.92-7a267 267 0 0 0 2-33A72.08 72.08 0 0 0 128 56m57.93 128.25a8 8 0 0 0-9.75 5.75c-1.46 5.69-3.15 11.4-5 17a8 8 0 0 0 5 10.13a7.9 7.9 0 0 0 2.55.42a8 8 0 0 0 7.58-5.46c2-5.92 3.79-12 5.35-18.05a8 8 0 0 0-5.72-9.78Z"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M72%20128a134.6%20134.6%200%200%201-14.16%2060.47a8%208%200%201%201-14.32-7.12A118.8%20118.8%200%200%200%2056%20128a71.73%2071.73%200%200%201%2027-56.2a8%208%200%201%201%2010%2012.49A55.76%2055.76%200%200%200%2072%20128m56-8a8%208%200%200%200-8%208a184.1%20184.1%200%200%201-23%2089.1a8%208%200%200%200%2014%207.76A200.2%20200.2%200%200%200%20136%20128a8%208%200%200%200-8-8m0-32a40%2040%200%200%200-40%2040a8%208%200%200%200%2016%200a24%2024%200%200%201%2048%200a214.1%20214.1%200%200%201-20.51%2092a8%208%200%201%200%2014.51%206.83A230%20230%200%200%200%20168%20128a40%2040%200%200%200-40-40m0-64A104.11%20104.11%200%200%200%2024%20128a87.8%2087.8%200%200%201-5%2029.33a8%208%200%200%200%2015.09%205.33A103.9%20103.9%200%200%200%2040%20128a88%2088%200%200%201%20176%200a282%20282%200%200%201-5.29%2054.45a8%208%200%200%200%206.3%209.4a8%208%200%200%200%201.55.15a8%208%200%200%200%207.84-6.45A298.4%20298.4%200%200%200%20232%20128A104.12%20104.12%200%200%200%20128%2024M94.4%20152.17a8%208%200%200%200-9.4%206.25a151%20151%200%200%201-17.21%2045.44a8%208%200%200%200%2013.86%208a166.7%20166.7%200%200%200%2019-50.25a8%208%200%200%200-6.25-9.44M128%2056a73%2073%200%200%200-9%20.56a8%208%200%200%200%202%2015.87A56.08%2056.08%200%200%201%20184%20128a252%20252%200%200%201-1.92%2031a8%208%200%200%200%206.92%209a8%208%200%200%200%201%20.06a8%208%200%200%200%207.92-7a267%20267%200%200%200%202-33A72.08%2072.08%200%200%200%20128%2056m57.93%20128.25a8%208%200%200%200-9.75%205.75c-1.46%205.69-3.15%2011.4-5%2017a8%208%200%200%200%205%2010.13a7.9%207.9%200%200%200%202.55.42a8%208%200%200%200%207.58-5.46c2-5.92%203.79-12%205.35-18.05a8%208%200%200%200-5.72-9.78Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M72%20128a134.6%20134.6%200%200%201-14.16%2060.47a8%208%200%201%201-14.32-7.12A118.8%20118.8%200%200%200%2056%20128a71.73%2071.73%200%200%201%2027-56.2a8%208%200%201%201%2010%2012.49A55.76%2055.76%200%200%200%2072%20128m56-8a8%208%200%200%200-8%208a184.1%20184.1%200%200%201-23%2089.1a8%208%200%200%200%2014%207.76A200.2%20200.2%200%200%200%20136%20128a8%208%200%200%200-8-8m0-32a40%2040%200%200%200-40%2040a8%208%200%200%200%2016%200a24%2024%200%200%201%2048%200a214.1%20214.1%200%200%201-20.51%2092a8%208%200%201%200%2014.51%206.83A230%20230%200%200%200%20168%20128a40%2040%200%200%200-40-40m0-64A104.11%20104.11%200%200%200%2024%20128a87.8%2087.8%200%200%201-5%2029.33a8%208%200%200%200%2015.09%205.33A103.9%20103.9%200%200%200%2040%20128a88%2088%200%200%201%20176%200a282%20282%200%200%201-5.29%2054.45a8%208%200%200%200%206.3%209.4a8%208%200%200%200%201.55.15a8%208%200%200%200%207.84-6.45A298.4%20298.4%200%200%200%20232%20128A104.12%20104.12%200%200%200%20128%2024M94.4%20152.17a8%208%200%200%200-9.4%206.25a151%20151%200%200%201-17.21%2045.44a8%208%200%200%200%2013.86%208a166.7%20166.7%200%200%200%2019-50.25a8%208%200%200%200-6.25-9.44M128%2056a73%2073%200%200%200-9%20.56a8%208%200%200%200%202%2015.87A56.08%2056.08%200%200%201%20184%20128a252%20252%200%200%201-1.92%2031a8%208%200%200%200%206.92%209a8%208%200%200%200%201%20.06a8%208%200%200%200%207.92-7a267%20267%200%200%200%202-33A72.08%2072.08%200%200%200%20128%2056m57.93%20128.25a8%208%200%200%200-9.75%205.75c-1.46%205.69-3.15%2011.4-5%2017a8%208%200%200%200%205%2010.13a7.9%207.9%200%200%200%202.55.42a8%208%200%200%200%207.58-5.46c2-5.92%203.79-12%205.35-18.05a8%208%200%200%200-5.72-9.78Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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