finger print icon

finger-print from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
finger-print
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the finger print icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M63.28 202a15.3 15.3 0 0 1-7.7-2a14.84 14.84 0 0 1-5.52-20.46C69.34 147.36 128 72.25 256 72.25c55.47 0 104.12 14.57 144.53 43.29c33.26 23.57 51.9 50.25 60.78 63.1a14.79 14.79 0 0 1-4 20.79a15.52 15.52 0 0 1-21.24-4C420 172.32 371 102 256 102c-112.25 0-163 64.71-179.53 92.46A15 15 0 0 1 63.28 202"/><path fill="currentColor" d="M320.49 496a15.3 15.3 0 0 1-3.79-.43c-92.85-23-127.52-115.82-128.93-119.68l-.22-.85c-.76-2.68-19.39-66.33 9.21-103.61c13.11-17 33.05-25.72 59.38-25.72c24.48 0 42.14 7.61 54.28 23.36c10 12.86 14 28.72 17.87 44c8.13 31.82 14 48.53 47.79 50.25c14.84.75 24.59-7.93 30.12-15.32c14.95-20.15 17.55-53 6.28-82C398 228.57 346.61 158 256 158c-38.68 0-74.22 12.43-102.72 35.79c-23.59 19.35-42.28 46.67-51.28 74.75c-16.69 52.28 5.2 134.46 5.41 135.21A14.83 14.83 0 0 1 96.54 422a15.39 15.39 0 0 1-18.74-10.6c-1-3.75-24.38-91.4-5.1-151.82c21-65.47 85.81-131.47 183.33-131.47c45.07 0 87.65 15.32 123.19 44.25c27.52 22.5 50 52.72 61.76 82.93c14.95 38.57 10.94 81.86-10.19 110.14c-14.08 18.86-34.13 28.72-56.34 27.65c-57.86-2.9-68.26-43.29-75.84-72.75c-7.8-30.22-12.79-44.79-42.58-44.79c-16.36 0-27.85 4.5-35 13.82c-9.75 12.75-10.51 32.68-9.43 47.14a152.4 152.4 0 0 0 5.1 29.79c2.38 6 33.37 82 107.59 100.39a14.88 14.88 0 0 1 11 18.11a15.36 15.36 0 0 1-14.8 11.21"/><path fill="currentColor" d="M201.31 489.14a15.5 15.5 0 0 1-11.16-4.71c-37.16-39-58.18-82.61-66.09-137.14V347c-4.44-36.1 2.06-87.21 33.91-122.35c23.51-25.93 56.56-39.11 98.06-39.11c49.08 0 87.65 22.82 111.7 65.89c17.45 31.29 20.91 62.47 21 63.75a15.07 15.07 0 0 1-13.65 16.4a15.26 15.26 0 0 1-16.79-13.29A154 154 0 0 0 340.43 265c-18.64-32.89-47-49.61-84.51-49.61c-32.4 0-57.75 9.75-75.19 29c-25.14 27.75-30 70.5-26.55 98.78c6.93 48.22 25.46 86.58 58.18 120.86a14.7 14.7 0 0 1-.76 21.11a15.44 15.44 0 0 1-10.29 4"/><path fill="currentColor" d="M372.5 446.18c-32.5 0-60.13-9-82.24-26.89c-44.42-35.79-49.4-94.08-49.62-96.54a15.27 15.27 0 0 1 30.45-2.36c.11.86 4.55 48.54 38.79 76c20.26 16.18 47.34 22.6 80.71 18.85a15.2 15.2 0 0 1 16.91 13.18a14.92 14.92 0 0 1-13.44 16.5a187 187 0 0 1-21.56 1.26m25.68-397.39C385.5 40.54 340.54 16 256 16c-88.74 0-133.81 27.11-143.78 34a11.6 11.6 0 0 0-1.84 1.4a.36.36 0 0 1-.22.1a14.87 14.87 0 0 0-5.09 11.15a15.06 15.06 0 0 0 15.31 14.85a15.56 15.56 0 0 0 8.88-2.79c.43-.32 39.22-28.82 126.77-28.82S382.58 74.29 383 74.5a15.25 15.25 0 0 0 9.21 3a15.06 15.06 0 0 0 15.29-14.89a14.9 14.9 0 0 0-9.32-13.82"/></svg>

React

import type { SVGProps } from "react";

export function IonFingerPrint(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M63.28 202a15.3 15.3 0 0 1-7.7-2a14.84 14.84 0 0 1-5.52-20.46C69.34 147.36 128 72.25 256 72.25c55.47 0 104.12 14.57 144.53 43.29c33.26 23.57 51.9 50.25 60.78 63.1a14.79 14.79 0 0 1-4 20.79a15.52 15.52 0 0 1-21.24-4C420 172.32 371 102 256 102c-112.25 0-163 64.71-179.53 92.46A15 15 0 0 1 63.28 202"/><path fill="currentColor" d="M320.49 496a15.3 15.3 0 0 1-3.79-.43c-92.85-23-127.52-115.82-128.93-119.68l-.22-.85c-.76-2.68-19.39-66.33 9.21-103.61c13.11-17 33.05-25.72 59.38-25.72c24.48 0 42.14 7.61 54.28 23.36c10 12.86 14 28.72 17.87 44c8.13 31.82 14 48.53 47.79 50.25c14.84.75 24.59-7.93 30.12-15.32c14.95-20.15 17.55-53 6.28-82C398 228.57 346.61 158 256 158c-38.68 0-74.22 12.43-102.72 35.79c-23.59 19.35-42.28 46.67-51.28 74.75c-16.69 52.28 5.2 134.46 5.41 135.21A14.83 14.83 0 0 1 96.54 422a15.39 15.39 0 0 1-18.74-10.6c-1-3.75-24.38-91.4-5.1-151.82c21-65.47 85.81-131.47 183.33-131.47c45.07 0 87.65 15.32 123.19 44.25c27.52 22.5 50 52.72 61.76 82.93c14.95 38.57 10.94 81.86-10.19 110.14c-14.08 18.86-34.13 28.72-56.34 27.65c-57.86-2.9-68.26-43.29-75.84-72.75c-7.8-30.22-12.79-44.79-42.58-44.79c-16.36 0-27.85 4.5-35 13.82c-9.75 12.75-10.51 32.68-9.43 47.14a152.4 152.4 0 0 0 5.1 29.79c2.38 6 33.37 82 107.59 100.39a14.88 14.88 0 0 1 11 18.11a15.36 15.36 0 0 1-14.8 11.21"/><path fill="currentColor" d="M201.31 489.14a15.5 15.5 0 0 1-11.16-4.71c-37.16-39-58.18-82.61-66.09-137.14V347c-4.44-36.1 2.06-87.21 33.91-122.35c23.51-25.93 56.56-39.11 98.06-39.11c49.08 0 87.65 22.82 111.7 65.89c17.45 31.29 20.91 62.47 21 63.75a15.07 15.07 0 0 1-13.65 16.4a15.26 15.26 0 0 1-16.79-13.29A154 154 0 0 0 340.43 265c-18.64-32.89-47-49.61-84.51-49.61c-32.4 0-57.75 9.75-75.19 29c-25.14 27.75-30 70.5-26.55 98.78c6.93 48.22 25.46 86.58 58.18 120.86a14.7 14.7 0 0 1-.76 21.11a15.44 15.44 0 0 1-10.29 4"/><path fill="currentColor" d="M372.5 446.18c-32.5 0-60.13-9-82.24-26.89c-44.42-35.79-49.4-94.08-49.62-96.54a15.27 15.27 0 0 1 30.45-2.36c.11.86 4.55 48.54 38.79 76c20.26 16.18 47.34 22.6 80.71 18.85a15.2 15.2 0 0 1 16.91 13.18a14.92 14.92 0 0 1-13.44 16.5a187 187 0 0 1-21.56 1.26m25.68-397.39C385.5 40.54 340.54 16 256 16c-88.74 0-133.81 27.11-143.78 34a11.6 11.6 0 0 0-1.84 1.4a.36.36 0 0 1-.22.1a14.87 14.87 0 0 0-5.09 11.15a15.06 15.06 0 0 0 15.31 14.85a15.56 15.56 0 0 0 8.88-2.79c.43-.32 39.22-28.82 126.77-28.82S382.58 74.29 383 74.5a15.25 15.25 0 0 0 9.21 3a15.06 15.06 0 0 0 15.29-14.89a14.9 14.9 0 0 0-9.32-13.82"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M63.28 202a15.3 15.3 0 0 1-7.7-2a14.84 14.84 0 0 1-5.52-20.46C69.34 147.36 128 72.25 256 72.25c55.47 0 104.12 14.57 144.53 43.29c33.26 23.57 51.9 50.25 60.78 63.1a14.79 14.79 0 0 1-4 20.79a15.52 15.52 0 0 1-21.24-4C420 172.32 371 102 256 102c-112.25 0-163 64.71-179.53 92.46A15 15 0 0 1 63.28 202"/><path fill="currentColor" d="M320.49 496a15.3 15.3 0 0 1-3.79-.43c-92.85-23-127.52-115.82-128.93-119.68l-.22-.85c-.76-2.68-19.39-66.33 9.21-103.61c13.11-17 33.05-25.72 59.38-25.72c24.48 0 42.14 7.61 54.28 23.36c10 12.86 14 28.72 17.87 44c8.13 31.82 14 48.53 47.79 50.25c14.84.75 24.59-7.93 30.12-15.32c14.95-20.15 17.55-53 6.28-82C398 228.57 346.61 158 256 158c-38.68 0-74.22 12.43-102.72 35.79c-23.59 19.35-42.28 46.67-51.28 74.75c-16.69 52.28 5.2 134.46 5.41 135.21A14.83 14.83 0 0 1 96.54 422a15.39 15.39 0 0 1-18.74-10.6c-1-3.75-24.38-91.4-5.1-151.82c21-65.47 85.81-131.47 183.33-131.47c45.07 0 87.65 15.32 123.19 44.25c27.52 22.5 50 52.72 61.76 82.93c14.95 38.57 10.94 81.86-10.19 110.14c-14.08 18.86-34.13 28.72-56.34 27.65c-57.86-2.9-68.26-43.29-75.84-72.75c-7.8-30.22-12.79-44.79-42.58-44.79c-16.36 0-27.85 4.5-35 13.82c-9.75 12.75-10.51 32.68-9.43 47.14a152.4 152.4 0 0 0 5.1 29.79c2.38 6 33.37 82 107.59 100.39a14.88 14.88 0 0 1 11 18.11a15.36 15.36 0 0 1-14.8 11.21"/><path fill="currentColor" d="M201.31 489.14a15.5 15.5 0 0 1-11.16-4.71c-37.16-39-58.18-82.61-66.09-137.14V347c-4.44-36.1 2.06-87.21 33.91-122.35c23.51-25.93 56.56-39.11 98.06-39.11c49.08 0 87.65 22.82 111.7 65.89c17.45 31.29 20.91 62.47 21 63.75a15.07 15.07 0 0 1-13.65 16.4a15.26 15.26 0 0 1-16.79-13.29A154 154 0 0 0 340.43 265c-18.64-32.89-47-49.61-84.51-49.61c-32.4 0-57.75 9.75-75.19 29c-25.14 27.75-30 70.5-26.55 98.78c6.93 48.22 25.46 86.58 58.18 120.86a14.7 14.7 0 0 1-.76 21.11a15.44 15.44 0 0 1-10.29 4"/><path fill="currentColor" d="M372.5 446.18c-32.5 0-60.13-9-82.24-26.89c-44.42-35.79-49.4-94.08-49.62-96.54a15.27 15.27 0 0 1 30.45-2.36c.11.86 4.55 48.54 38.79 76c20.26 16.18 47.34 22.6 80.71 18.85a15.2 15.2 0 0 1 16.91 13.18a14.92 14.92 0 0 1-13.44 16.5a187 187 0 0 1-21.56 1.26m25.68-397.39C385.5 40.54 340.54 16 256 16c-88.74 0-133.81 27.11-143.78 34a11.6 11.6 0 0 0-1.84 1.4a.36.36 0 0 1-.22.1a14.87 14.87 0 0 0-5.09 11.15a15.06 15.06 0 0 0 15.31 14.85a15.56 15.56 0 0 0 8.88-2.79c.43-.32 39.22-28.82 126.77-28.82S382.58 74.29 383 74.5a15.25 15.25 0 0 0 9.21 3a15.06 15.06 0 0 0 15.29-14.89a14.9 14.9 0 0 0-9.32-13.82"/></svg>
</template>

CSS

.icon-finger-print {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M63.28%20202a15.3%2015.3%200%200%201-7.7-2a14.84%2014.84%200%200%201-5.52-20.46C69.34%20147.36%20128%2072.25%20256%2072.25c55.47%200%20104.12%2014.57%20144.53%2043.29c33.26%2023.57%2051.9%2050.25%2060.78%2063.1a14.79%2014.79%200%200%201-4%2020.79a15.52%2015.52%200%200%201-21.24-4C420%20172.32%20371%20102%20256%20102c-112.25%200-163%2064.71-179.53%2092.46A15%2015%200%200%201%2063.28%20202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320.49%20496a15.3%2015.3%200%200%201-3.79-.43c-92.85-23-127.52-115.82-128.93-119.68l-.22-.85c-.76-2.68-19.39-66.33%209.21-103.61c13.11-17%2033.05-25.72%2059.38-25.72c24.48%200%2042.14%207.61%2054.28%2023.36c10%2012.86%2014%2028.72%2017.87%2044c8.13%2031.82%2014%2048.53%2047.79%2050.25c14.84.75%2024.59-7.93%2030.12-15.32c14.95-20.15%2017.55-53%206.28-82C398%20228.57%20346.61%20158%20256%20158c-38.68%200-74.22%2012.43-102.72%2035.79c-23.59%2019.35-42.28%2046.67-51.28%2074.75c-16.69%2052.28%205.2%20134.46%205.41%20135.21A14.83%2014.83%200%200%201%2096.54%20422a15.39%2015.39%200%200%201-18.74-10.6c-1-3.75-24.38-91.4-5.1-151.82c21-65.47%2085.81-131.47%20183.33-131.47c45.07%200%2087.65%2015.32%20123.19%2044.25c27.52%2022.5%2050%2052.72%2061.76%2082.93c14.95%2038.57%2010.94%2081.86-10.19%20110.14c-14.08%2018.86-34.13%2028.72-56.34%2027.65c-57.86-2.9-68.26-43.29-75.84-72.75c-7.8-30.22-12.79-44.79-42.58-44.79c-16.36%200-27.85%204.5-35%2013.82c-9.75%2012.75-10.51%2032.68-9.43%2047.14a152.4%20152.4%200%200%200%205.1%2029.79c2.38%206%2033.37%2082%20107.59%20100.39a14.88%2014.88%200%200%201%2011%2018.11a15.36%2015.36%200%200%201-14.8%2011.21%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M201.31%20489.14a15.5%2015.5%200%200%201-11.16-4.71c-37.16-39-58.18-82.61-66.09-137.14V347c-4.44-36.1%202.06-87.21%2033.91-122.35c23.51-25.93%2056.56-39.11%2098.06-39.11c49.08%200%2087.65%2022.82%20111.7%2065.89c17.45%2031.29%2020.91%2062.47%2021%2063.75a15.07%2015.07%200%200%201-13.65%2016.4a15.26%2015.26%200%200%201-16.79-13.29A154%20154%200%200%200%20340.43%20265c-18.64-32.89-47-49.61-84.51-49.61c-32.4%200-57.75%209.75-75.19%2029c-25.14%2027.75-30%2070.5-26.55%2098.78c6.93%2048.22%2025.46%2086.58%2058.18%20120.86a14.7%2014.7%200%200%201-.76%2021.11a15.44%2015.44%200%200%201-10.29%204%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M372.5%20446.18c-32.5%200-60.13-9-82.24-26.89c-44.42-35.79-49.4-94.08-49.62-96.54a15.27%2015.27%200%200%201%2030.45-2.36c.11.86%204.55%2048.54%2038.79%2076c20.26%2016.18%2047.34%2022.6%2080.71%2018.85a15.2%2015.2%200%200%201%2016.91%2013.18a14.92%2014.92%200%200%201-13.44%2016.5a187%20187%200%200%201-21.56%201.26m25.68-397.39C385.5%2040.54%20340.54%2016%20256%2016c-88.74%200-133.81%2027.11-143.78%2034a11.6%2011.6%200%200%200-1.84%201.4a.36.36%200%200%201-.22.1a14.87%2014.87%200%200%200-5.09%2011.15a15.06%2015.06%200%200%200%2015.31%2014.85a15.56%2015.56%200%200%200%208.88-2.79c.43-.32%2039.22-28.82%20126.77-28.82S382.58%2074.29%20383%2074.5a15.25%2015.25%200%200%200%209.21%203a15.06%2015.06%200%200%200%2015.29-14.89a14.9%2014.9%200%200%200-9.32-13.82%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M63.28%20202a15.3%2015.3%200%200%201-7.7-2a14.84%2014.84%200%200%201-5.52-20.46C69.34%20147.36%20128%2072.25%20256%2072.25c55.47%200%20104.12%2014.57%20144.53%2043.29c33.26%2023.57%2051.9%2050.25%2060.78%2063.1a14.79%2014.79%200%200%201-4%2020.79a15.52%2015.52%200%200%201-21.24-4C420%20172.32%20371%20102%20256%20102c-112.25%200-163%2064.71-179.53%2092.46A15%2015%200%200%201%2063.28%20202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320.49%20496a15.3%2015.3%200%200%201-3.79-.43c-92.85-23-127.52-115.82-128.93-119.68l-.22-.85c-.76-2.68-19.39-66.33%209.21-103.61c13.11-17%2033.05-25.72%2059.38-25.72c24.48%200%2042.14%207.61%2054.28%2023.36c10%2012.86%2014%2028.72%2017.87%2044c8.13%2031.82%2014%2048.53%2047.79%2050.25c14.84.75%2024.59-7.93%2030.12-15.32c14.95-20.15%2017.55-53%206.28-82C398%20228.57%20346.61%20158%20256%20158c-38.68%200-74.22%2012.43-102.72%2035.79c-23.59%2019.35-42.28%2046.67-51.28%2074.75c-16.69%2052.28%205.2%20134.46%205.41%20135.21A14.83%2014.83%200%200%201%2096.54%20422a15.39%2015.39%200%200%201-18.74-10.6c-1-3.75-24.38-91.4-5.1-151.82c21-65.47%2085.81-131.47%20183.33-131.47c45.07%200%2087.65%2015.32%20123.19%2044.25c27.52%2022.5%2050%2052.72%2061.76%2082.93c14.95%2038.57%2010.94%2081.86-10.19%20110.14c-14.08%2018.86-34.13%2028.72-56.34%2027.65c-57.86-2.9-68.26-43.29-75.84-72.75c-7.8-30.22-12.79-44.79-42.58-44.79c-16.36%200-27.85%204.5-35%2013.82c-9.75%2012.75-10.51%2032.68-9.43%2047.14a152.4%20152.4%200%200%200%205.1%2029.79c2.38%206%2033.37%2082%20107.59%20100.39a14.88%2014.88%200%200%201%2011%2018.11a15.36%2015.36%200%200%201-14.8%2011.21%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M201.31%20489.14a15.5%2015.5%200%200%201-11.16-4.71c-37.16-39-58.18-82.61-66.09-137.14V347c-4.44-36.1%202.06-87.21%2033.91-122.35c23.51-25.93%2056.56-39.11%2098.06-39.11c49.08%200%2087.65%2022.82%20111.7%2065.89c17.45%2031.29%2020.91%2062.47%2021%2063.75a15.07%2015.07%200%200%201-13.65%2016.4a15.26%2015.26%200%200%201-16.79-13.29A154%20154%200%200%200%20340.43%20265c-18.64-32.89-47-49.61-84.51-49.61c-32.4%200-57.75%209.75-75.19%2029c-25.14%2027.75-30%2070.5-26.55%2098.78c6.93%2048.22%2025.46%2086.58%2058.18%20120.86a14.7%2014.7%200%200%201-.76%2021.11a15.44%2015.44%200%200%201-10.29%204%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M372.5%20446.18c-32.5%200-60.13-9-82.24-26.89c-44.42-35.79-49.4-94.08-49.62-96.54a15.27%2015.27%200%200%201%2030.45-2.36c.11.86%204.55%2048.54%2038.79%2076c20.26%2016.18%2047.34%2022.6%2080.71%2018.85a15.2%2015.2%200%200%201%2016.91%2013.18a14.92%2014.92%200%200%201-13.44%2016.5a187%20187%200%200%201-21.56%201.26m25.68-397.39C385.5%2040.54%20340.54%2016%20256%2016c-88.74%200-133.81%2027.11-143.78%2034a11.6%2011.6%200%200%200-1.84%201.4a.36.36%200%200%201-.22.1a14.87%2014.87%200%200%200-5.09%2011.15a15.06%2015.06%200%200%200%2015.31%2014.85a15.56%2015.56%200%200%200%208.88-2.79c.43-.32%2039.22-28.82%20126.77-28.82S382.58%2074.29%20383%2074.5a15.25%2015.25%200%200%200%209.21%203a15.06%2015.06%200%200%200%2015.29-14.89a14.9%2014.9%200%200%200-9.32-13.82%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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