fingerprint icon

fingerprint-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
fingerprint-thin
Set
Phosphor
Style
Thin
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="M68 128a130.7 130.7 0 0 1-13.73 58.7a4 4 0 0 1-3.58 2.22a3.9 3.9 0 0 1-1.78-.42a4 4 0 0 1-1.8-5.36A122.7 122.7 0 0 0 60 128a67.74 67.74 0 0 1 25.5-53.08a4 4 0 0 1 5 6.25A59.74 59.74 0 0 0 68 128m60-4a4 4 0 0 0-4 4a188.1 188.1 0 0 1-23.48 91a4 4 0 0 0 7 3.88A196.2 196.2 0 0 0 132 128a4 4 0 0 0-4-4m0-32a36 36 0 0 0-36 36a4 4 0 0 0 8 0a28 28 0 0 1 56 0a218 218 0 0 1-20.9 93.7a4 4 0 1 0 7.24 3.41A226 226 0 0 0 164 128a36 36 0 0 0-36-36m0-64A100.11 100.11 0 0 0 28 128a91.7 91.7 0 0 1-5.24 30.67a4 4 0 1 0 7.54 2.66A99.7 99.7 0 0 0 36 128a92 92 0 0 1 184 0a286.4 286.4 0 0 1-5.37 55.23a4 4 0 0 0 3.15 4.69a4 4 0 0 0 .78.08a4 4 0 0 0 3.92-3.23A294.3 294.3 0 0 0 228 128A100.11 100.11 0 0 0 128 28M93.6 156.09a4 4 0 0 0-4.71 3.12a155 155 0 0 1-17.66 46.64a4 4 0 0 0 6.93 4a163.1 163.1 0 0 0 18.57-49a4 4 0 0 0-3.13-4.76M128 60a69 69 0 0 0-8.5.53a4 4 0 0 0 1 7.93A63 63 0 0 1 128 68a60.07 60.07 0 0 1 60 60a256 256 0 0 1-1.95 31.5a4 4 0 0 0 3.47 4.47h.5a4 4 0 0 0 4-3.51A264 264 0 0 0 196 128a68.08 68.08 0 0 0-68-68m56.93 128.12a4 4 0 0 0-4.87 2.88c-1.49 5.78-3.21 11.58-5.1 17.23a4 4 0 1 0 7.58 2.54c2-5.83 3.73-11.81 5.27-17.77a4 4 0 0 0-2.87-4.87Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFingerprintThin(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="M68 128a130.7 130.7 0 0 1-13.73 58.7a4 4 0 0 1-3.58 2.22a3.9 3.9 0 0 1-1.78-.42a4 4 0 0 1-1.8-5.36A122.7 122.7 0 0 0 60 128a67.74 67.74 0 0 1 25.5-53.08a4 4 0 0 1 5 6.25A59.74 59.74 0 0 0 68 128m60-4a4 4 0 0 0-4 4a188.1 188.1 0 0 1-23.48 91a4 4 0 0 0 7 3.88A196.2 196.2 0 0 0 132 128a4 4 0 0 0-4-4m0-32a36 36 0 0 0-36 36a4 4 0 0 0 8 0a28 28 0 0 1 56 0a218 218 0 0 1-20.9 93.7a4 4 0 1 0 7.24 3.41A226 226 0 0 0 164 128a36 36 0 0 0-36-36m0-64A100.11 100.11 0 0 0 28 128a91.7 91.7 0 0 1-5.24 30.67a4 4 0 1 0 7.54 2.66A99.7 99.7 0 0 0 36 128a92 92 0 0 1 184 0a286.4 286.4 0 0 1-5.37 55.23a4 4 0 0 0 3.15 4.69a4 4 0 0 0 .78.08a4 4 0 0 0 3.92-3.23A294.3 294.3 0 0 0 228 128A100.11 100.11 0 0 0 128 28M93.6 156.09a4 4 0 0 0-4.71 3.12a155 155 0 0 1-17.66 46.64a4 4 0 0 0 6.93 4a163.1 163.1 0 0 0 18.57-49a4 4 0 0 0-3.13-4.76M128 60a69 69 0 0 0-8.5.53a4 4 0 0 0 1 7.93A63 63 0 0 1 128 68a60.07 60.07 0 0 1 60 60a256 256 0 0 1-1.95 31.5a4 4 0 0 0 3.47 4.47h.5a4 4 0 0 0 4-3.51A264 264 0 0 0 196 128a68.08 68.08 0 0 0-68-68m56.93 128.12a4 4 0 0 0-4.87 2.88c-1.49 5.78-3.21 11.58-5.1 17.23a4 4 0 1 0 7.58 2.54c2-5.83 3.73-11.81 5.27-17.77a4 4 0 0 0-2.87-4.87Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M68 128a130.7 130.7 0 0 1-13.73 58.7a4 4 0 0 1-3.58 2.22a3.9 3.9 0 0 1-1.78-.42a4 4 0 0 1-1.8-5.36A122.7 122.7 0 0 0 60 128a67.74 67.74 0 0 1 25.5-53.08a4 4 0 0 1 5 6.25A59.74 59.74 0 0 0 68 128m60-4a4 4 0 0 0-4 4a188.1 188.1 0 0 1-23.48 91a4 4 0 0 0 7 3.88A196.2 196.2 0 0 0 132 128a4 4 0 0 0-4-4m0-32a36 36 0 0 0-36 36a4 4 0 0 0 8 0a28 28 0 0 1 56 0a218 218 0 0 1-20.9 93.7a4 4 0 1 0 7.24 3.41A226 226 0 0 0 164 128a36 36 0 0 0-36-36m0-64A100.11 100.11 0 0 0 28 128a91.7 91.7 0 0 1-5.24 30.67a4 4 0 1 0 7.54 2.66A99.7 99.7 0 0 0 36 128a92 92 0 0 1 184 0a286.4 286.4 0 0 1-5.37 55.23a4 4 0 0 0 3.15 4.69a4 4 0 0 0 .78.08a4 4 0 0 0 3.92-3.23A294.3 294.3 0 0 0 228 128A100.11 100.11 0 0 0 128 28M93.6 156.09a4 4 0 0 0-4.71 3.12a155 155 0 0 1-17.66 46.64a4 4 0 0 0 6.93 4a163.1 163.1 0 0 0 18.57-49a4 4 0 0 0-3.13-4.76M128 60a69 69 0 0 0-8.5.53a4 4 0 0 0 1 7.93A63 63 0 0 1 128 68a60.07 60.07 0 0 1 60 60a256 256 0 0 1-1.95 31.5a4 4 0 0 0 3.47 4.47h.5a4 4 0 0 0 4-3.51A264 264 0 0 0 196 128a68.08 68.08 0 0 0-68-68m56.93 128.12a4 4 0 0 0-4.87 2.88c-1.49 5.78-3.21 11.58-5.1 17.23a4 4 0 1 0 7.58 2.54c2-5.83 3.73-11.81 5.27-17.77a4 4 0 0 0-2.87-4.87Z"/></svg>
</template>

CSS

.icon-fingerprint-thin {
  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%22M68%20128a130.7%20130.7%200%200%201-13.73%2058.7a4%204%200%200%201-3.58%202.22a3.9%203.9%200%200%201-1.78-.42a4%204%200%200%201-1.8-5.36A122.7%20122.7%200%200%200%2060%20128a67.74%2067.74%200%200%201%2025.5-53.08a4%204%200%200%201%205%206.25A59.74%2059.74%200%200%200%2068%20128m60-4a4%204%200%200%200-4%204a188.1%20188.1%200%200%201-23.48%2091a4%204%200%200%200%207%203.88A196.2%20196.2%200%200%200%20132%20128a4%204%200%200%200-4-4m0-32a36%2036%200%200%200-36%2036a4%204%200%200%200%208%200a28%2028%200%200%201%2056%200a218%20218%200%200%201-20.9%2093.7a4%204%200%201%200%207.24%203.41A226%20226%200%200%200%20164%20128a36%2036%200%200%200-36-36m0-64A100.11%20100.11%200%200%200%2028%20128a91.7%2091.7%200%200%201-5.24%2030.67a4%204%200%201%200%207.54%202.66A99.7%2099.7%200%200%200%2036%20128a92%2092%200%200%201%20184%200a286.4%20286.4%200%200%201-5.37%2055.23a4%204%200%200%200%203.15%204.69a4%204%200%200%200%20.78.08a4%204%200%200%200%203.92-3.23A294.3%20294.3%200%200%200%20228%20128A100.11%20100.11%200%200%200%20128%2028M93.6%20156.09a4%204%200%200%200-4.71%203.12a155%20155%200%200%201-17.66%2046.64a4%204%200%200%200%206.93%204a163.1%20163.1%200%200%200%2018.57-49a4%204%200%200%200-3.13-4.76M128%2060a69%2069%200%200%200-8.5.53a4%204%200%200%200%201%207.93A63%2063%200%200%201%20128%2068a60.07%2060.07%200%200%201%2060%2060a256%20256%200%200%201-1.95%2031.5a4%204%200%200%200%203.47%204.47h.5a4%204%200%200%200%204-3.51A264%20264%200%200%200%20196%20128a68.08%2068.08%200%200%200-68-68m56.93%20128.12a4%204%200%200%200-4.87%202.88c-1.49%205.78-3.21%2011.58-5.1%2017.23a4%204%200%201%200%207.58%202.54c2-5.83%203.73-11.81%205.27-17.77a4%204%200%200%200-2.87-4.87Z%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%22M68%20128a130.7%20130.7%200%200%201-13.73%2058.7a4%204%200%200%201-3.58%202.22a3.9%203.9%200%200%201-1.78-.42a4%204%200%200%201-1.8-5.36A122.7%20122.7%200%200%200%2060%20128a67.74%2067.74%200%200%201%2025.5-53.08a4%204%200%200%201%205%206.25A59.74%2059.74%200%200%200%2068%20128m60-4a4%204%200%200%200-4%204a188.1%20188.1%200%200%201-23.48%2091a4%204%200%200%200%207%203.88A196.2%20196.2%200%200%200%20132%20128a4%204%200%200%200-4-4m0-32a36%2036%200%200%200-36%2036a4%204%200%200%200%208%200a28%2028%200%200%201%2056%200a218%20218%200%200%201-20.9%2093.7a4%204%200%201%200%207.24%203.41A226%20226%200%200%200%20164%20128a36%2036%200%200%200-36-36m0-64A100.11%20100.11%200%200%200%2028%20128a91.7%2091.7%200%200%201-5.24%2030.67a4%204%200%201%200%207.54%202.66A99.7%2099.7%200%200%200%2036%20128a92%2092%200%200%201%20184%200a286.4%20286.4%200%200%201-5.37%2055.23a4%204%200%200%200%203.15%204.69a4%204%200%200%200%20.78.08a4%204%200%200%200%203.92-3.23A294.3%20294.3%200%200%200%20228%20128A100.11%20100.11%200%200%200%20128%2028M93.6%20156.09a4%204%200%200%200-4.71%203.12a155%20155%200%200%201-17.66%2046.64a4%204%200%200%200%206.93%204a163.1%20163.1%200%200%200%2018.57-49a4%204%200%200%200-3.13-4.76M128%2060a69%2069%200%200%200-8.5.53a4%204%200%200%200%201%207.93A63%2063%200%200%201%20128%2068a60.07%2060.07%200%200%201%2060%2060a256%20256%200%200%201-1.95%2031.5a4%204%200%200%200%203.47%204.47h.5a4%204%200%200%200%204-3.51A264%20264%200%200%200%20196%20128a68.08%2068.08%200%200%200-68-68m56.93%20128.12a4%204%200%200%200-4.87%202.88c-1.49%205.78-3.21%2011.58-5.1%2017.23a4%204%200%201%200%207.58%202.54c2-5.83%203.73-11.81%205.27-17.77a4%204%200%200%200-2.87-4.87Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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