fingerprint icon

fingerprint-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
fingerprint-light
Set
Phosphor
Style
Light
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="M70 128a132.7 132.7 0 0 1-14 59.58a6 6 0 0 1-5.38 3.33a6 6 0 0 1-5.36-8.67A120.74 120.74 0 0 0 58 128a69.72 69.72 0 0 1 26.25-54.64a6 6 0 0 1 7.51 9.37A57.73 57.73 0 0 0 70 128m58-6a6 6 0 0 0-6 6a186.1 186.1 0 0 1-23.23 90.07a6 6 0 0 0 10.5 5.82A198.14 198.14 0 0 0 134 128a6 6 0 0 0-6-6m0-32a38 38 0 0 0-38 38a6 6 0 0 0 12 0a26 26 0 0 1 52 0a216.06 216.06 0 0 1-20.71 92.85a6 6 0 1 0 10.87 5.15A227.94 227.94 0 0 0 166 128a38 38 0 0 0-38-38m0-64A102.11 102.11 0 0 0 26 128a90 90 0 0 1-5.12 30a6 6 0 1 0 11.31 4A101.8 101.8 0 0 0 38 128a90 90 0 0 1 180 0a284.7 284.7 0 0 1-5.33 54.84a6 6 0 0 0 4.72 7.05a7 7 0 0 0 1.17.11a6 6 0 0 0 5.88-4.84A296 296 0 0 0 230 128A102.12 102.12 0 0 0 128 26M94 154.13a6 6 0 0 0-7.07 4.69a152.8 152.8 0 0 1-17.44 46a6 6 0 0 0 10.4 6a164.8 164.8 0 0 0 18.8-49.65a6 6 0 0 0-4.69-7.04M128 58a71 71 0 0 0-8.75.54a6 6 0 1 0 1.49 11.91A58 58 0 0 1 186 128a252 252 0 0 1-1.94 31.26a6 6 0 0 0 5.21 6.69a7 7 0 0 0 .75 0a6 6 0 0 0 5.95-5.26A267 267 0 0 0 198 128a70.08 70.08 0 0 0-70-70m57.44 128.2a6 6 0 0 0-7.31 4.31c-1.47 5.74-3.18 11.49-5.06 17.09a6 6 0 0 0 11.38 3.82c2-5.88 3.75-11.9 5.3-17.92a6 6 0 0 0-4.31-7.3"/></svg>

React

import type { SVGProps } from "react";

export function PhFingerprintLight(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="M70 128a132.7 132.7 0 0 1-14 59.58a6 6 0 0 1-5.38 3.33a6 6 0 0 1-5.36-8.67A120.74 120.74 0 0 0 58 128a69.72 69.72 0 0 1 26.25-54.64a6 6 0 0 1 7.51 9.37A57.73 57.73 0 0 0 70 128m58-6a6 6 0 0 0-6 6a186.1 186.1 0 0 1-23.23 90.07a6 6 0 0 0 10.5 5.82A198.14 198.14 0 0 0 134 128a6 6 0 0 0-6-6m0-32a38 38 0 0 0-38 38a6 6 0 0 0 12 0a26 26 0 0 1 52 0a216.06 216.06 0 0 1-20.71 92.85a6 6 0 1 0 10.87 5.15A227.94 227.94 0 0 0 166 128a38 38 0 0 0-38-38m0-64A102.11 102.11 0 0 0 26 128a90 90 0 0 1-5.12 30a6 6 0 1 0 11.31 4A101.8 101.8 0 0 0 38 128a90 90 0 0 1 180 0a284.7 284.7 0 0 1-5.33 54.84a6 6 0 0 0 4.72 7.05a7 7 0 0 0 1.17.11a6 6 0 0 0 5.88-4.84A296 296 0 0 0 230 128A102.12 102.12 0 0 0 128 26M94 154.13a6 6 0 0 0-7.07 4.69a152.8 152.8 0 0 1-17.44 46a6 6 0 0 0 10.4 6a164.8 164.8 0 0 0 18.8-49.65a6 6 0 0 0-4.69-7.04M128 58a71 71 0 0 0-8.75.54a6 6 0 1 0 1.49 11.91A58 58 0 0 1 186 128a252 252 0 0 1-1.94 31.26a6 6 0 0 0 5.21 6.69a7 7 0 0 0 .75 0a6 6 0 0 0 5.95-5.26A267 267 0 0 0 198 128a70.08 70.08 0 0 0-70-70m57.44 128.2a6 6 0 0 0-7.31 4.31c-1.47 5.74-3.18 11.49-5.06 17.09a6 6 0 0 0 11.38 3.82c2-5.88 3.75-11.9 5.3-17.92a6 6 0 0 0-4.31-7.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M70 128a132.7 132.7 0 0 1-14 59.58a6 6 0 0 1-5.38 3.33a6 6 0 0 1-5.36-8.67A120.74 120.74 0 0 0 58 128a69.72 69.72 0 0 1 26.25-54.64a6 6 0 0 1 7.51 9.37A57.73 57.73 0 0 0 70 128m58-6a6 6 0 0 0-6 6a186.1 186.1 0 0 1-23.23 90.07a6 6 0 0 0 10.5 5.82A198.14 198.14 0 0 0 134 128a6 6 0 0 0-6-6m0-32a38 38 0 0 0-38 38a6 6 0 0 0 12 0a26 26 0 0 1 52 0a216.06 216.06 0 0 1-20.71 92.85a6 6 0 1 0 10.87 5.15A227.94 227.94 0 0 0 166 128a38 38 0 0 0-38-38m0-64A102.11 102.11 0 0 0 26 128a90 90 0 0 1-5.12 30a6 6 0 1 0 11.31 4A101.8 101.8 0 0 0 38 128a90 90 0 0 1 180 0a284.7 284.7 0 0 1-5.33 54.84a6 6 0 0 0 4.72 7.05a7 7 0 0 0 1.17.11a6 6 0 0 0 5.88-4.84A296 296 0 0 0 230 128A102.12 102.12 0 0 0 128 26M94 154.13a6 6 0 0 0-7.07 4.69a152.8 152.8 0 0 1-17.44 46a6 6 0 0 0 10.4 6a164.8 164.8 0 0 0 18.8-49.65a6 6 0 0 0-4.69-7.04M128 58a71 71 0 0 0-8.75.54a6 6 0 1 0 1.49 11.91A58 58 0 0 1 186 128a252 252 0 0 1-1.94 31.26a6 6 0 0 0 5.21 6.69a7 7 0 0 0 .75 0a6 6 0 0 0 5.95-5.26A267 267 0 0 0 198 128a70.08 70.08 0 0 0-70-70m57.44 128.2a6 6 0 0 0-7.31 4.31c-1.47 5.74-3.18 11.49-5.06 17.09a6 6 0 0 0 11.38 3.82c2-5.88 3.75-11.9 5.3-17.92a6 6 0 0 0-4.31-7.3"/></svg>
</template>

CSS

.icon-fingerprint-light {
  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%22M70%20128a132.7%20132.7%200%200%201-14%2059.58a6%206%200%200%201-5.38%203.33a6%206%200%200%201-5.36-8.67A120.74%20120.74%200%200%200%2058%20128a69.72%2069.72%200%200%201%2026.25-54.64a6%206%200%200%201%207.51%209.37A57.73%2057.73%200%200%200%2070%20128m58-6a6%206%200%200%200-6%206a186.1%20186.1%200%200%201-23.23%2090.07a6%206%200%200%200%2010.5%205.82A198.14%20198.14%200%200%200%20134%20128a6%206%200%200%200-6-6m0-32a38%2038%200%200%200-38%2038a6%206%200%200%200%2012%200a26%2026%200%200%201%2052%200a216.06%20216.06%200%200%201-20.71%2092.85a6%206%200%201%200%2010.87%205.15A227.94%20227.94%200%200%200%20166%20128a38%2038%200%200%200-38-38m0-64A102.11%20102.11%200%200%200%2026%20128a90%2090%200%200%201-5.12%2030a6%206%200%201%200%2011.31%204A101.8%20101.8%200%200%200%2038%20128a90%2090%200%200%201%20180%200a284.7%20284.7%200%200%201-5.33%2054.84a6%206%200%200%200%204.72%207.05a7%207%200%200%200%201.17.11a6%206%200%200%200%205.88-4.84A296%20296%200%200%200%20230%20128A102.12%20102.12%200%200%200%20128%2026M94%20154.13a6%206%200%200%200-7.07%204.69a152.8%20152.8%200%200%201-17.44%2046a6%206%200%200%200%2010.4%206a164.8%20164.8%200%200%200%2018.8-49.65a6%206%200%200%200-4.69-7.04M128%2058a71%2071%200%200%200-8.75.54a6%206%200%201%200%201.49%2011.91A58%2058%200%200%201%20186%20128a252%20252%200%200%201-1.94%2031.26a6%206%200%200%200%205.21%206.69a7%207%200%200%200%20.75%200a6%206%200%200%200%205.95-5.26A267%20267%200%200%200%20198%20128a70.08%2070.08%200%200%200-70-70m57.44%20128.2a6%206%200%200%200-7.31%204.31c-1.47%205.74-3.18%2011.49-5.06%2017.09a6%206%200%200%200%2011.38%203.82c2-5.88%203.75-11.9%205.3-17.92a6%206%200%200%200-4.31-7.3%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%22M70%20128a132.7%20132.7%200%200%201-14%2059.58a6%206%200%200%201-5.38%203.33a6%206%200%200%201-5.36-8.67A120.74%20120.74%200%200%200%2058%20128a69.72%2069.72%200%200%201%2026.25-54.64a6%206%200%200%201%207.51%209.37A57.73%2057.73%200%200%200%2070%20128m58-6a6%206%200%200%200-6%206a186.1%20186.1%200%200%201-23.23%2090.07a6%206%200%200%200%2010.5%205.82A198.14%20198.14%200%200%200%20134%20128a6%206%200%200%200-6-6m0-32a38%2038%200%200%200-38%2038a6%206%200%200%200%2012%200a26%2026%200%200%201%2052%200a216.06%20216.06%200%200%201-20.71%2092.85a6%206%200%201%200%2010.87%205.15A227.94%20227.94%200%200%200%20166%20128a38%2038%200%200%200-38-38m0-64A102.11%20102.11%200%200%200%2026%20128a90%2090%200%200%201-5.12%2030a6%206%200%201%200%2011.31%204A101.8%20101.8%200%200%200%2038%20128a90%2090%200%200%201%20180%200a284.7%20284.7%200%200%201-5.33%2054.84a6%206%200%200%200%204.72%207.05a7%207%200%200%200%201.17.11a6%206%200%200%200%205.88-4.84A296%20296%200%200%200%20230%20128A102.12%20102.12%200%200%200%20128%2026M94%20154.13a6%206%200%200%200-7.07%204.69a152.8%20152.8%200%200%201-17.44%2046a6%206%200%200%200%2010.4%206a164.8%20164.8%200%200%200%2018.8-49.65a6%206%200%200%200-4.69-7.04M128%2058a71%2071%200%200%200-8.75.54a6%206%200%201%200%201.49%2011.91A58%2058%200%200%201%20186%20128a252%20252%200%200%201-1.94%2031.26a6%206%200%200%200%205.21%206.69a7%207%200%200%200%20.75%200a6%206%200%200%200%205.95-5.26A267%20267%200%200%200%20198%20128a70.08%2070.08%200%200%200-70-70m57.44%20128.2a6%206%200%200%200-7.31%204.31c-1.47%205.74-3.18%2011.49-5.06%2017.09a6%206%200%200%200%2011.38%203.82c2-5.88%203.75-11.9%205.3-17.92a6%206%200%200%200-4.31-7.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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