fingerprint simple icon

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

Name
fingerprint-simple-thin
Set
Phosphor
Style
Thin
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="M180 128a242.6 242.6 0 0 1-18.23 92.72a4 4 0 0 1-7.4-3A234.8 234.8 0 0 0 172 128a4 4 0 0 1 8 0m-19.21-29.33a4 4 0 0 0 6-5.33A52 52 0 0 0 76 128a140 140 0 0 1-17.48 67.8a4 4 0 0 0 7 3.88A148.1 148.1 0 0 0 84 128a44 44 0 0 1 76.79-29.34ZM128 28a99.9 99.9 0 0 0-33.33 5.69a4 4 0 1 0 2.66 7.54A92.08 92.08 0 0 1 220 128a285.7 285.7 0 0 1-7 63.12a4 4 0 0 0 3 4.78a4 4 0 0 0 .89.1a4 4 0 0 0 3.89-3.12A293 293 0 0 0 228 128A100.11 100.11 0 0 0 128 28M66.67 59.43a4 4 0 0 0-5.34-6A100.17 100.17 0 0 0 28 128a91.3 91.3 0 0 1-8.34 38.33a4 4 0 0 0 2 5.3a3.9 3.9 0 0 0 1.66.37a4 4 0 0 0 3.64-2.33A99.15 99.15 0 0 0 36 128a92.16 92.16 0 0 1 30.67-68.57m45.58 144.94a4 4 0 0 0-5.31 2c-2 4.29-4.13 8.57-6.42 12.71a4 4 0 1 0 7 3.88c2.39-4.32 4.65-8.78 6.7-13.25a4 4 0 0 0-1.97-5.34M128 124a4 4 0 0 0-4 4a188.7 188.7 0 0 1-5.92 47a4 4 0 0 0 2.87 4.87a4 4 0 0 0 1 .13a4 4 0 0 0 3.87-3a196.6 196.6 0 0 0 6.18-49a4 4 0 0 0-4-4"/></svg>

React

import type { SVGProps } from "react";

export function PhFingerprintSimpleThin(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="M180 128a242.6 242.6 0 0 1-18.23 92.72a4 4 0 0 1-7.4-3A234.8 234.8 0 0 0 172 128a4 4 0 0 1 8 0m-19.21-29.33a4 4 0 0 0 6-5.33A52 52 0 0 0 76 128a140 140 0 0 1-17.48 67.8a4 4 0 0 0 7 3.88A148.1 148.1 0 0 0 84 128a44 44 0 0 1 76.79-29.34ZM128 28a99.9 99.9 0 0 0-33.33 5.69a4 4 0 1 0 2.66 7.54A92.08 92.08 0 0 1 220 128a285.7 285.7 0 0 1-7 63.12a4 4 0 0 0 3 4.78a4 4 0 0 0 .89.1a4 4 0 0 0 3.89-3.12A293 293 0 0 0 228 128A100.11 100.11 0 0 0 128 28M66.67 59.43a4 4 0 0 0-5.34-6A100.17 100.17 0 0 0 28 128a91.3 91.3 0 0 1-8.34 38.33a4 4 0 0 0 2 5.3a3.9 3.9 0 0 0 1.66.37a4 4 0 0 0 3.64-2.33A99.15 99.15 0 0 0 36 128a92.16 92.16 0 0 1 30.67-68.57m45.58 144.94a4 4 0 0 0-5.31 2c-2 4.29-4.13 8.57-6.42 12.71a4 4 0 1 0 7 3.88c2.39-4.32 4.65-8.78 6.7-13.25a4 4 0 0 0-1.97-5.34M128 124a4 4 0 0 0-4 4a188.7 188.7 0 0 1-5.92 47a4 4 0 0 0 2.87 4.87a4 4 0 0 0 1 .13a4 4 0 0 0 3.87-3a196.6 196.6 0 0 0 6.18-49a4 4 0 0 0-4-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M180 128a242.6 242.6 0 0 1-18.23 92.72a4 4 0 0 1-7.4-3A234.8 234.8 0 0 0 172 128a4 4 0 0 1 8 0m-19.21-29.33a4 4 0 0 0 6-5.33A52 52 0 0 0 76 128a140 140 0 0 1-17.48 67.8a4 4 0 0 0 7 3.88A148.1 148.1 0 0 0 84 128a44 44 0 0 1 76.79-29.34ZM128 28a99.9 99.9 0 0 0-33.33 5.69a4 4 0 1 0 2.66 7.54A92.08 92.08 0 0 1 220 128a285.7 285.7 0 0 1-7 63.12a4 4 0 0 0 3 4.78a4 4 0 0 0 .89.1a4 4 0 0 0 3.89-3.12A293 293 0 0 0 228 128A100.11 100.11 0 0 0 128 28M66.67 59.43a4 4 0 0 0-5.34-6A100.17 100.17 0 0 0 28 128a91.3 91.3 0 0 1-8.34 38.33a4 4 0 0 0 2 5.3a3.9 3.9 0 0 0 1.66.37a4 4 0 0 0 3.64-2.33A99.15 99.15 0 0 0 36 128a92.16 92.16 0 0 1 30.67-68.57m45.58 144.94a4 4 0 0 0-5.31 2c-2 4.29-4.13 8.57-6.42 12.71a4 4 0 1 0 7 3.88c2.39-4.32 4.65-8.78 6.7-13.25a4 4 0 0 0-1.97-5.34M128 124a4 4 0 0 0-4 4a188.7 188.7 0 0 1-5.92 47a4 4 0 0 0 2.87 4.87a4 4 0 0 0 1 .13a4 4 0 0 0 3.87-3a196.6 196.6 0 0 0 6.18-49a4 4 0 0 0-4-4"/></svg>
</template>

CSS

.icon-fingerprint-simple-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%22M180%20128a242.6%20242.6%200%200%201-18.23%2092.72a4%204%200%200%201-7.4-3A234.8%20234.8%200%200%200%20172%20128a4%204%200%200%201%208%200m-19.21-29.33a4%204%200%200%200%206-5.33A52%2052%200%200%200%2076%20128a140%20140%200%200%201-17.48%2067.8a4%204%200%200%200%207%203.88A148.1%20148.1%200%200%200%2084%20128a44%2044%200%200%201%2076.79-29.34ZM128%2028a99.9%2099.9%200%200%200-33.33%205.69a4%204%200%201%200%202.66%207.54A92.08%2092.08%200%200%201%20220%20128a285.7%20285.7%200%200%201-7%2063.12a4%204%200%200%200%203%204.78a4%204%200%200%200%20.89.1a4%204%200%200%200%203.89-3.12A293%20293%200%200%200%20228%20128A100.11%20100.11%200%200%200%20128%2028M66.67%2059.43a4%204%200%200%200-5.34-6A100.17%20100.17%200%200%200%2028%20128a91.3%2091.3%200%200%201-8.34%2038.33a4%204%200%200%200%202%205.3a3.9%203.9%200%200%200%201.66.37a4%204%200%200%200%203.64-2.33A99.15%2099.15%200%200%200%2036%20128a92.16%2092.16%200%200%201%2030.67-68.57m45.58%20144.94a4%204%200%200%200-5.31%202c-2%204.29-4.13%208.57-6.42%2012.71a4%204%200%201%200%207%203.88c2.39-4.32%204.65-8.78%206.7-13.25a4%204%200%200%200-1.97-5.34M128%20124a4%204%200%200%200-4%204a188.7%20188.7%200%200%201-5.92%2047a4%204%200%200%200%202.87%204.87a4%204%200%200%200%201%20.13a4%204%200%200%200%203.87-3a196.6%20196.6%200%200%200%206.18-49a4%204%200%200%200-4-4%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%22M180%20128a242.6%20242.6%200%200%201-18.23%2092.72a4%204%200%200%201-7.4-3A234.8%20234.8%200%200%200%20172%20128a4%204%200%200%201%208%200m-19.21-29.33a4%204%200%200%200%206-5.33A52%2052%200%200%200%2076%20128a140%20140%200%200%201-17.48%2067.8a4%204%200%200%200%207%203.88A148.1%20148.1%200%200%200%2084%20128a44%2044%200%200%201%2076.79-29.34ZM128%2028a99.9%2099.9%200%200%200-33.33%205.69a4%204%200%201%200%202.66%207.54A92.08%2092.08%200%200%201%20220%20128a285.7%20285.7%200%200%201-7%2063.12a4%204%200%200%200%203%204.78a4%204%200%200%200%20.89.1a4%204%200%200%200%203.89-3.12A293%20293%200%200%200%20228%20128A100.11%20100.11%200%200%200%20128%2028M66.67%2059.43a4%204%200%200%200-5.34-6A100.17%20100.17%200%200%200%2028%20128a91.3%2091.3%200%200%201-8.34%2038.33a4%204%200%200%200%202%205.3a3.9%203.9%200%200%200%201.66.37a4%204%200%200%200%203.64-2.33A99.15%2099.15%200%200%200%2036%20128a92.16%2092.16%200%200%201%2030.67-68.57m45.58%20144.94a4%204%200%200%200-5.31%202c-2%204.29-4.13%208.57-6.42%2012.71a4%204%200%201%200%207%203.88c2.39-4.32%204.65-8.78%206.7-13.25a4%204%200%200%200-1.97-5.34M128%20124a4%204%200%200%200-4%204a188.7%20188.7%200%200%201-5.92%2047a4%204%200%200%200%202.87%204.87a4%204%200%200%200%201%20.13a4%204%200%200%200%203.87-3a196.6%20196.6%200%200%200%206.18-49a4%204%200%200%200-4-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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