finger print icon
finger-print-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- finger-print-sharp
- Set
- IonIcons
- Style
- Sharp
- 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="m56.79 200.58l12.36 7.5l7.35-13.58C93.07 166.75 143.78 102 256 102c115 0 164 70.32 180.1 93.46l8.16 12.7L469.88 192l-8.54-13.36c-8.88-12.85-27.52-39.53-60.78-63.1C360.15 86.82 311.5 72.25 256 72.25c-128.07 0-186.69 75.11-206 107.25L42.63 192L54 198.86a14 14 0 0 0 1.63 1.1a13 13 0 0 0 1.16.62"/><path fill="currentColor" d="M379.22 172.32c-35.54-28.93-78.12-44.25-123.22-44.25c-97.52 0-162.31 66-183.33 131.47C53.42 320 76.82 407.61 77.8 411.36l4.38 13.81l29.93-6.43l-4.74-15c-.21-.75-22.1-82.93-5.41-135.21c9-28.08 27.73-55.4 51.35-74.79C181.81 170.39 217.35 158 256 158c90.58 0 141.93 70.61 156.45 108.11c11.27 28.93 8.67 61.82-6.28 82c-5.53 7.39-15.28 16.07-30.12 15.32c-33.81-1.72-39.66-18.43-47.79-50.25c-3.9-15.32-7.9-31.18-17.87-44c-12.14-15.75-29.8-23.36-54.28-23.36c-26.33 0-46.27 8.68-59.38 25.72c-28.6 37.28-10 100.93-9.21 103.61l.22.85c1.41 3.86 36.08 96.65 128.93 119.68l14.77 3.21l8.09-28.71l-15.27-3.43c-74.22-18.43-105.21-94.39-107.59-100.39a152.4 152.4 0 0 1-5.1-29.79c-1.08-14.46-.32-34.39 9.43-47.14c7.15-9.32 18.64-13.82 35-13.82c29.79 0 34.78 14.57 42.58 44.79c7.58 29.46 18 69.85 75.84 72.75c22.21 1.07 42.26-8.79 56.34-27.65c21.13-28.28 25.14-71.57 10.19-110.14c-11.68-30.36-34.21-60.54-61.73-83.04"/><path fill="currentColor" d="M154.18 343.21c-3.47-28.28 1.41-71 26.55-98.78c17.44-19.29 42.79-29 75.19-29c37.49 0 65.87 16.72 84.51 49.61a154 154 0 0 1 17.88 53.25l1.43 14.69l30-2.2a113 113 0 0 0-1-15.6c-.11-1.28-3.57-32.46-21-63.75c-24.06-43.11-62.63-65.93-111.74-65.93c-41.5 0-74.55 13.18-98.06 39.11c-31.85 35.14-38.35 86.25-33.91 122.35v.33c7.97 54.53 28.97 98.14 66.12 137.14l11.6 11.22l20.95-21.79l-10.34-9.79c-32.72-34.28-51.25-72.64-58.18-120.86M132.47 72.66c11.08-6.72 50.27-26.77 123.53-26.77c87.54 0 126.44 28.72 126.87 28.93l13.9 8.86L413 58.47l-13.22-8.56c-.52-.38-1.06-.76-1.6-1.12C385.5 40.54 340.54 16 256 16c-87.71 0-132.75 26.48-143.41 33.71L99 58.52l16.2 25.21Z"/><path fill="currentColor" d="M390.59 415.21c-33.37 3.75-60.45-2.67-80.71-18.85c-34.24-27.43-38.68-75.11-38.79-76l-1.23-14.88l-30.53 2.23l1.31 15c.22 2.46 5.2 60.75 49.62 96.54c22.11 17.89 49.74 26.89 82.24 26.89a187 187 0 0 0 21.56-1.29l16.59-2.09l-6.1-29.71Z"/></svg>
React
import type { SVGProps } from "react";
export function IonFingerPrintSharp(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="m56.79 200.58l12.36 7.5l7.35-13.58C93.07 166.75 143.78 102 256 102c115 0 164 70.32 180.1 93.46l8.16 12.7L469.88 192l-8.54-13.36c-8.88-12.85-27.52-39.53-60.78-63.1C360.15 86.82 311.5 72.25 256 72.25c-128.07 0-186.69 75.11-206 107.25L42.63 192L54 198.86a14 14 0 0 0 1.63 1.1a13 13 0 0 0 1.16.62"/><path fill="currentColor" d="M379.22 172.32c-35.54-28.93-78.12-44.25-123.22-44.25c-97.52 0-162.31 66-183.33 131.47C53.42 320 76.82 407.61 77.8 411.36l4.38 13.81l29.93-6.43l-4.74-15c-.21-.75-22.1-82.93-5.41-135.21c9-28.08 27.73-55.4 51.35-74.79C181.81 170.39 217.35 158 256 158c90.58 0 141.93 70.61 156.45 108.11c11.27 28.93 8.67 61.82-6.28 82c-5.53 7.39-15.28 16.07-30.12 15.32c-33.81-1.72-39.66-18.43-47.79-50.25c-3.9-15.32-7.9-31.18-17.87-44c-12.14-15.75-29.8-23.36-54.28-23.36c-26.33 0-46.27 8.68-59.38 25.72c-28.6 37.28-10 100.93-9.21 103.61l.22.85c1.41 3.86 36.08 96.65 128.93 119.68l14.77 3.21l8.09-28.71l-15.27-3.43c-74.22-18.43-105.21-94.39-107.59-100.39a152.4 152.4 0 0 1-5.1-29.79c-1.08-14.46-.32-34.39 9.43-47.14c7.15-9.32 18.64-13.82 35-13.82c29.79 0 34.78 14.57 42.58 44.79c7.58 29.46 18 69.85 75.84 72.75c22.21 1.07 42.26-8.79 56.34-27.65c21.13-28.28 25.14-71.57 10.19-110.14c-11.68-30.36-34.21-60.54-61.73-83.04"/><path fill="currentColor" d="M154.18 343.21c-3.47-28.28 1.41-71 26.55-98.78c17.44-19.29 42.79-29 75.19-29c37.49 0 65.87 16.72 84.51 49.61a154 154 0 0 1 17.88 53.25l1.43 14.69l30-2.2a113 113 0 0 0-1-15.6c-.11-1.28-3.57-32.46-21-63.75c-24.06-43.11-62.63-65.93-111.74-65.93c-41.5 0-74.55 13.18-98.06 39.11c-31.85 35.14-38.35 86.25-33.91 122.35v.33c7.97 54.53 28.97 98.14 66.12 137.14l11.6 11.22l20.95-21.79l-10.34-9.79c-32.72-34.28-51.25-72.64-58.18-120.86M132.47 72.66c11.08-6.72 50.27-26.77 123.53-26.77c87.54 0 126.44 28.72 126.87 28.93l13.9 8.86L413 58.47l-13.22-8.56c-.52-.38-1.06-.76-1.6-1.12C385.5 40.54 340.54 16 256 16c-87.71 0-132.75 26.48-143.41 33.71L99 58.52l16.2 25.21Z"/><path fill="currentColor" d="M390.59 415.21c-33.37 3.75-60.45-2.67-80.71-18.85c-34.24-27.43-38.68-75.11-38.79-76l-1.23-14.88l-30.53 2.23l1.31 15c.22 2.46 5.2 60.75 49.62 96.54c22.11 17.89 49.74 26.89 82.24 26.89a187 187 0 0 0 21.56-1.29l16.59-2.09l-6.1-29.71Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m56.79 200.58l12.36 7.5l7.35-13.58C93.07 166.75 143.78 102 256 102c115 0 164 70.32 180.1 93.46l8.16 12.7L469.88 192l-8.54-13.36c-8.88-12.85-27.52-39.53-60.78-63.1C360.15 86.82 311.5 72.25 256 72.25c-128.07 0-186.69 75.11-206 107.25L42.63 192L54 198.86a14 14 0 0 0 1.63 1.1a13 13 0 0 0 1.16.62"/><path fill="currentColor" d="M379.22 172.32c-35.54-28.93-78.12-44.25-123.22-44.25c-97.52 0-162.31 66-183.33 131.47C53.42 320 76.82 407.61 77.8 411.36l4.38 13.81l29.93-6.43l-4.74-15c-.21-.75-22.1-82.93-5.41-135.21c9-28.08 27.73-55.4 51.35-74.79C181.81 170.39 217.35 158 256 158c90.58 0 141.93 70.61 156.45 108.11c11.27 28.93 8.67 61.82-6.28 82c-5.53 7.39-15.28 16.07-30.12 15.32c-33.81-1.72-39.66-18.43-47.79-50.25c-3.9-15.32-7.9-31.18-17.87-44c-12.14-15.75-29.8-23.36-54.28-23.36c-26.33 0-46.27 8.68-59.38 25.72c-28.6 37.28-10 100.93-9.21 103.61l.22.85c1.41 3.86 36.08 96.65 128.93 119.68l14.77 3.21l8.09-28.71l-15.27-3.43c-74.22-18.43-105.21-94.39-107.59-100.39a152.4 152.4 0 0 1-5.1-29.79c-1.08-14.46-.32-34.39 9.43-47.14c7.15-9.32 18.64-13.82 35-13.82c29.79 0 34.78 14.57 42.58 44.79c7.58 29.46 18 69.85 75.84 72.75c22.21 1.07 42.26-8.79 56.34-27.65c21.13-28.28 25.14-71.57 10.19-110.14c-11.68-30.36-34.21-60.54-61.73-83.04"/><path fill="currentColor" d="M154.18 343.21c-3.47-28.28 1.41-71 26.55-98.78c17.44-19.29 42.79-29 75.19-29c37.49 0 65.87 16.72 84.51 49.61a154 154 0 0 1 17.88 53.25l1.43 14.69l30-2.2a113 113 0 0 0-1-15.6c-.11-1.28-3.57-32.46-21-63.75c-24.06-43.11-62.63-65.93-111.74-65.93c-41.5 0-74.55 13.18-98.06 39.11c-31.85 35.14-38.35 86.25-33.91 122.35v.33c7.97 54.53 28.97 98.14 66.12 137.14l11.6 11.22l20.95-21.79l-10.34-9.79c-32.72-34.28-51.25-72.64-58.18-120.86M132.47 72.66c11.08-6.72 50.27-26.77 123.53-26.77c87.54 0 126.44 28.72 126.87 28.93l13.9 8.86L413 58.47l-13.22-8.56c-.52-.38-1.06-.76-1.6-1.12C385.5 40.54 340.54 16 256 16c-87.71 0-132.75 26.48-143.41 33.71L99 58.52l16.2 25.21Z"/><path fill="currentColor" d="M390.59 415.21c-33.37 3.75-60.45-2.67-80.71-18.85c-34.24-27.43-38.68-75.11-38.79-76l-1.23-14.88l-30.53 2.23l1.31 15c.22 2.46 5.2 60.75 49.62 96.54c22.11 17.89 49.74 26.89 82.24 26.89a187 187 0 0 0 21.56-1.29l16.59-2.09l-6.1-29.71Z"/></svg> </template>
CSS
.icon-finger-print-sharp {
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%22m56.79%20200.58l12.36%207.5l7.35-13.58C93.07%20166.75%20143.78%20102%20256%20102c115%200%20164%2070.32%20180.1%2093.46l8.16%2012.7L469.88%20192l-8.54-13.36c-8.88-12.85-27.52-39.53-60.78-63.1C360.15%2086.82%20311.5%2072.25%20256%2072.25c-128.07%200-186.69%2075.11-206%20107.25L42.63%20192L54%20198.86a14%2014%200%200%200%201.63%201.1a13%2013%200%200%200%201.16.62%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M379.22%20172.32c-35.54-28.93-78.12-44.25-123.22-44.25c-97.52%200-162.31%2066-183.33%20131.47C53.42%20320%2076.82%20407.61%2077.8%20411.36l4.38%2013.81l29.93-6.43l-4.74-15c-.21-.75-22.1-82.93-5.41-135.21c9-28.08%2027.73-55.4%2051.35-74.79C181.81%20170.39%20217.35%20158%20256%20158c90.58%200%20141.93%2070.61%20156.45%20108.11c11.27%2028.93%208.67%2061.82-6.28%2082c-5.53%207.39-15.28%2016.07-30.12%2015.32c-33.81-1.72-39.66-18.43-47.79-50.25c-3.9-15.32-7.9-31.18-17.87-44c-12.14-15.75-29.8-23.36-54.28-23.36c-26.33%200-46.27%208.68-59.38%2025.72c-28.6%2037.28-10%20100.93-9.21%20103.61l.22.85c1.41%203.86%2036.08%2096.65%20128.93%20119.68l14.77%203.21l8.09-28.71l-15.27-3.43c-74.22-18.43-105.21-94.39-107.59-100.39a152.4%20152.4%200%200%201-5.1-29.79c-1.08-14.46-.32-34.39%209.43-47.14c7.15-9.32%2018.64-13.82%2035-13.82c29.79%200%2034.78%2014.57%2042.58%2044.79c7.58%2029.46%2018%2069.85%2075.84%2072.75c22.21%201.07%2042.26-8.79%2056.34-27.65c21.13-28.28%2025.14-71.57%2010.19-110.14c-11.68-30.36-34.21-60.54-61.73-83.04%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M154.18%20343.21c-3.47-28.28%201.41-71%2026.55-98.78c17.44-19.29%2042.79-29%2075.19-29c37.49%200%2065.87%2016.72%2084.51%2049.61a154%20154%200%200%201%2017.88%2053.25l1.43%2014.69l30-2.2a113%20113%200%200%200-1-15.6c-.11-1.28-3.57-32.46-21-63.75c-24.06-43.11-62.63-65.93-111.74-65.93c-41.5%200-74.55%2013.18-98.06%2039.11c-31.85%2035.14-38.35%2086.25-33.91%20122.35v.33c7.97%2054.53%2028.97%2098.14%2066.12%20137.14l11.6%2011.22l20.95-21.79l-10.34-9.79c-32.72-34.28-51.25-72.64-58.18-120.86M132.47%2072.66c11.08-6.72%2050.27-26.77%20123.53-26.77c87.54%200%20126.44%2028.72%20126.87%2028.93l13.9%208.86L413%2058.47l-13.22-8.56c-.52-.38-1.06-.76-1.6-1.12C385.5%2040.54%20340.54%2016%20256%2016c-87.71%200-132.75%2026.48-143.41%2033.71L99%2058.52l16.2%2025.21Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M390.59%20415.21c-33.37%203.75-60.45-2.67-80.71-18.85c-34.24-27.43-38.68-75.11-38.79-76l-1.23-14.88l-30.53%202.23l1.31%2015c.22%202.46%205.2%2060.75%2049.62%2096.54c22.11%2017.89%2049.74%2026.89%2082.24%2026.89a187%20187%200%200%200%2021.56-1.29l16.59-2.09l-6.1-29.71Z%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%22m56.79%20200.58l12.36%207.5l7.35-13.58C93.07%20166.75%20143.78%20102%20256%20102c115%200%20164%2070.32%20180.1%2093.46l8.16%2012.7L469.88%20192l-8.54-13.36c-8.88-12.85-27.52-39.53-60.78-63.1C360.15%2086.82%20311.5%2072.25%20256%2072.25c-128.07%200-186.69%2075.11-206%20107.25L42.63%20192L54%20198.86a14%2014%200%200%200%201.63%201.1a13%2013%200%200%200%201.16.62%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M379.22%20172.32c-35.54-28.93-78.12-44.25-123.22-44.25c-97.52%200-162.31%2066-183.33%20131.47C53.42%20320%2076.82%20407.61%2077.8%20411.36l4.38%2013.81l29.93-6.43l-4.74-15c-.21-.75-22.1-82.93-5.41-135.21c9-28.08%2027.73-55.4%2051.35-74.79C181.81%20170.39%20217.35%20158%20256%20158c90.58%200%20141.93%2070.61%20156.45%20108.11c11.27%2028.93%208.67%2061.82-6.28%2082c-5.53%207.39-15.28%2016.07-30.12%2015.32c-33.81-1.72-39.66-18.43-47.79-50.25c-3.9-15.32-7.9-31.18-17.87-44c-12.14-15.75-29.8-23.36-54.28-23.36c-26.33%200-46.27%208.68-59.38%2025.72c-28.6%2037.28-10%20100.93-9.21%20103.61l.22.85c1.41%203.86%2036.08%2096.65%20128.93%20119.68l14.77%203.21l8.09-28.71l-15.27-3.43c-74.22-18.43-105.21-94.39-107.59-100.39a152.4%20152.4%200%200%201-5.1-29.79c-1.08-14.46-.32-34.39%209.43-47.14c7.15-9.32%2018.64-13.82%2035-13.82c29.79%200%2034.78%2014.57%2042.58%2044.79c7.58%2029.46%2018%2069.85%2075.84%2072.75c22.21%201.07%2042.26-8.79%2056.34-27.65c21.13-28.28%2025.14-71.57%2010.19-110.14c-11.68-30.36-34.21-60.54-61.73-83.04%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M154.18%20343.21c-3.47-28.28%201.41-71%2026.55-98.78c17.44-19.29%2042.79-29%2075.19-29c37.49%200%2065.87%2016.72%2084.51%2049.61a154%20154%200%200%201%2017.88%2053.25l1.43%2014.69l30-2.2a113%20113%200%200%200-1-15.6c-.11-1.28-3.57-32.46-21-63.75c-24.06-43.11-62.63-65.93-111.74-65.93c-41.5%200-74.55%2013.18-98.06%2039.11c-31.85%2035.14-38.35%2086.25-33.91%20122.35v.33c7.97%2054.53%2028.97%2098.14%2066.12%20137.14l11.6%2011.22l20.95-21.79l-10.34-9.79c-32.72-34.28-51.25-72.64-58.18-120.86M132.47%2072.66c11.08-6.72%2050.27-26.77%20123.53-26.77c87.54%200%20126.44%2028.72%20126.87%2028.93l13.9%208.86L413%2058.47l-13.22-8.56c-.52-.38-1.06-.76-1.6-1.12C385.5%2040.54%20340.54%2016%20256%2016c-87.71%200-132.75%2026.48-143.41%2033.71L99%2058.52l16.2%2025.21Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M390.59%20415.21c-33.37%203.75-60.45-2.67-80.71-18.85c-34.24-27.43-38.68-75.11-38.79-76l-1.23-14.88l-30.53%202.23l1.31%2015c.22%202.46%205.2%2060.75%2049.62%2096.54c22.11%2017.89%2049.74%2026.89%2082.24%2026.89a187%20187%200%200%200%2021.56-1.29l16.59-2.09l-6.1-29.71Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/finger-print-sharp.svg?color=%231a73e8&size=48