fingerprint simple icon

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

Name
fingerprint-simple-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the fingerprint simple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M182 128a244.7 244.7 0 0 1-18.38 93.48a6 6 0 0 1-5.55 3.72a6.1 6.1 0 0 1-2.28-.45a6 6 0 0 1-3.27-7.84A232.6 232.6 0 0 0 170 128a6 6 0 0 1 12 0m-54-42a42.08 42.08 0 0 1 31.31 14a6 6 0 1 0 8.94-8A54 54 0 0 0 74 128a138.1 138.1 0 0 1-17.22 66.82a6 6 0 1 0 10.49 5.82A150.1 150.1 0 0 0 86 128a42 42 0 0 1 42-42m0-60a101.6 101.6 0 0 0-34 5.81a6 6 0 1 0 4 11.31A90.07 90.07 0 0 1 218 128a283.4 283.4 0 0 1-7 62.67a6 6 0 1 0 11.7 2.66A295.4 295.4 0 0 0 230 128A102.12 102.12 0 0 0 128 26M68 60.92A6 6 0 0 0 60 52a102.2 102.2 0 0 0-34 76a89.3 89.3 0 0 1-8.15 37.5a6 6 0 1 0 10.9 5A101.1 101.1 0 0 0 38 128a90.15 90.15 0 0 1 30-67.08m45.08 141.64a6 6 0 0 0-8 2.95c-2 4.24-4.09 8.47-6.36 12.57a6 6 0 0 0 2.34 8.15a5.9 5.9 0 0 0 2.9.76a6 6 0 0 0 5.25-3.09c2.42-4.36 4.7-8.87 6.78-13.39a6 6 0 0 0-2.91-7.95M128 122a6 6 0 0 0-6 6a186.5 186.5 0 0 1-5.86 46.5a6 6 0 0 0 4.32 7.31a6 6 0 0 0 1.5.19a6 6 0 0 0 5.8-4.5A198.8 198.8 0 0 0 134 128a6 6 0 0 0-6-6"/></svg>

React

import type { SVGProps } from "react";

export function PhFingerprintSimpleLight(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="M182 128a244.7 244.7 0 0 1-18.38 93.48a6 6 0 0 1-5.55 3.72a6.1 6.1 0 0 1-2.28-.45a6 6 0 0 1-3.27-7.84A232.6 232.6 0 0 0 170 128a6 6 0 0 1 12 0m-54-42a42.08 42.08 0 0 1 31.31 14a6 6 0 1 0 8.94-8A54 54 0 0 0 74 128a138.1 138.1 0 0 1-17.22 66.82a6 6 0 1 0 10.49 5.82A150.1 150.1 0 0 0 86 128a42 42 0 0 1 42-42m0-60a101.6 101.6 0 0 0-34 5.81a6 6 0 1 0 4 11.31A90.07 90.07 0 0 1 218 128a283.4 283.4 0 0 1-7 62.67a6 6 0 1 0 11.7 2.66A295.4 295.4 0 0 0 230 128A102.12 102.12 0 0 0 128 26M68 60.92A6 6 0 0 0 60 52a102.2 102.2 0 0 0-34 76a89.3 89.3 0 0 1-8.15 37.5a6 6 0 1 0 10.9 5A101.1 101.1 0 0 0 38 128a90.15 90.15 0 0 1 30-67.08m45.08 141.64a6 6 0 0 0-8 2.95c-2 4.24-4.09 8.47-6.36 12.57a6 6 0 0 0 2.34 8.15a5.9 5.9 0 0 0 2.9.76a6 6 0 0 0 5.25-3.09c2.42-4.36 4.7-8.87 6.78-13.39a6 6 0 0 0-2.91-7.95M128 122a6 6 0 0 0-6 6a186.5 186.5 0 0 1-5.86 46.5a6 6 0 0 0 4.32 7.31a6 6 0 0 0 1.5.19a6 6 0 0 0 5.8-4.5A198.8 198.8 0 0 0 134 128a6 6 0 0 0-6-6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M182 128a244.7 244.7 0 0 1-18.38 93.48a6 6 0 0 1-5.55 3.72a6.1 6.1 0 0 1-2.28-.45a6 6 0 0 1-3.27-7.84A232.6 232.6 0 0 0 170 128a6 6 0 0 1 12 0m-54-42a42.08 42.08 0 0 1 31.31 14a6 6 0 1 0 8.94-8A54 54 0 0 0 74 128a138.1 138.1 0 0 1-17.22 66.82a6 6 0 1 0 10.49 5.82A150.1 150.1 0 0 0 86 128a42 42 0 0 1 42-42m0-60a101.6 101.6 0 0 0-34 5.81a6 6 0 1 0 4 11.31A90.07 90.07 0 0 1 218 128a283.4 283.4 0 0 1-7 62.67a6 6 0 1 0 11.7 2.66A295.4 295.4 0 0 0 230 128A102.12 102.12 0 0 0 128 26M68 60.92A6 6 0 0 0 60 52a102.2 102.2 0 0 0-34 76a89.3 89.3 0 0 1-8.15 37.5a6 6 0 1 0 10.9 5A101.1 101.1 0 0 0 38 128a90.15 90.15 0 0 1 30-67.08m45.08 141.64a6 6 0 0 0-8 2.95c-2 4.24-4.09 8.47-6.36 12.57a6 6 0 0 0 2.34 8.15a5.9 5.9 0 0 0 2.9.76a6 6 0 0 0 5.25-3.09c2.42-4.36 4.7-8.87 6.78-13.39a6 6 0 0 0-2.91-7.95M128 122a6 6 0 0 0-6 6a186.5 186.5 0 0 1-5.86 46.5a6 6 0 0 0 4.32 7.31a6 6 0 0 0 1.5.19a6 6 0 0 0 5.8-4.5A198.8 198.8 0 0 0 134 128a6 6 0 0 0-6-6"/></svg>
</template>

CSS

.icon-fingerprint-simple-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%22M182%20128a244.7%20244.7%200%200%201-18.38%2093.48a6%206%200%200%201-5.55%203.72a6.1%206.1%200%200%201-2.28-.45a6%206%200%200%201-3.27-7.84A232.6%20232.6%200%200%200%20170%20128a6%206%200%200%201%2012%200m-54-42a42.08%2042.08%200%200%201%2031.31%2014a6%206%200%201%200%208.94-8A54%2054%200%200%200%2074%20128a138.1%20138.1%200%200%201-17.22%2066.82a6%206%200%201%200%2010.49%205.82A150.1%20150.1%200%200%200%2086%20128a42%2042%200%200%201%2042-42m0-60a101.6%20101.6%200%200%200-34%205.81a6%206%200%201%200%204%2011.31A90.07%2090.07%200%200%201%20218%20128a283.4%20283.4%200%200%201-7%2062.67a6%206%200%201%200%2011.7%202.66A295.4%20295.4%200%200%200%20230%20128A102.12%20102.12%200%200%200%20128%2026M68%2060.92A6%206%200%200%200%2060%2052a102.2%20102.2%200%200%200-34%2076a89.3%2089.3%200%200%201-8.15%2037.5a6%206%200%201%200%2010.9%205A101.1%20101.1%200%200%200%2038%20128a90.15%2090.15%200%200%201%2030-67.08m45.08%20141.64a6%206%200%200%200-8%202.95c-2%204.24-4.09%208.47-6.36%2012.57a6%206%200%200%200%202.34%208.15a5.9%205.9%200%200%200%202.9.76a6%206%200%200%200%205.25-3.09c2.42-4.36%204.7-8.87%206.78-13.39a6%206%200%200%200-2.91-7.95M128%20122a6%206%200%200%200-6%206a186.5%20186.5%200%200%201-5.86%2046.5a6%206%200%200%200%204.32%207.31a6%206%200%200%200%201.5.19a6%206%200%200%200%205.8-4.5A198.8%20198.8%200%200%200%20134%20128a6%206%200%200%200-6-6%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%22M182%20128a244.7%20244.7%200%200%201-18.38%2093.48a6%206%200%200%201-5.55%203.72a6.1%206.1%200%200%201-2.28-.45a6%206%200%200%201-3.27-7.84A232.6%20232.6%200%200%200%20170%20128a6%206%200%200%201%2012%200m-54-42a42.08%2042.08%200%200%201%2031.31%2014a6%206%200%201%200%208.94-8A54%2054%200%200%200%2074%20128a138.1%20138.1%200%200%201-17.22%2066.82a6%206%200%201%200%2010.49%205.82A150.1%20150.1%200%200%200%2086%20128a42%2042%200%200%201%2042-42m0-60a101.6%20101.6%200%200%200-34%205.81a6%206%200%201%200%204%2011.31A90.07%2090.07%200%200%201%20218%20128a283.4%20283.4%200%200%201-7%2062.67a6%206%200%201%200%2011.7%202.66A295.4%20295.4%200%200%200%20230%20128A102.12%20102.12%200%200%200%20128%2026M68%2060.92A6%206%200%200%200%2060%2052a102.2%20102.2%200%200%200-34%2076a89.3%2089.3%200%200%201-8.15%2037.5a6%206%200%201%200%2010.9%205A101.1%20101.1%200%200%200%2038%20128a90.15%2090.15%200%200%201%2030-67.08m45.08%20141.64a6%206%200%200%200-8%202.95c-2%204.24-4.09%208.47-6.36%2012.57a6%206%200%200%200%202.34%208.15a5.9%205.9%200%200%200%202.9.76a6%206%200%200%200%205.25-3.09c2.42-4.36%204.7-8.87%206.78-13.39a6%206%200%200%200-2.91-7.95M128%20122a6%206%200%200%200-6%206a186.5%20186.5%200%200%201-5.86%2046.5a6%206%200%200%200%204.32%207.31a6%206%200%200%200%201.5.19a6%206%200%200%200%205.8-4.5A198.8%20198.8%200%200%200%20134%20128a6%206%200%200%200-6-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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