fingerprint icon
fingerprint from Font Awesome Solid by Dave Gandy · Solid · Interfaces · CC-BY-4.0 Attribution required.
- Name
- fingerprint
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Interfaces
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
fingerprintBootstrap IconsfingerprintBoxIcons v2fingerprintFont Awesome 6 Solidfingerprint-outlineFlowbite Iconsfingerprint-16-filledFluent UI System IconsfingerprintHealth IconsfingerprintHumbleiconsfingerprintIconParkfingerprintIconPark OutlinefingerprintIconoirfingerprintJam IconsfingerprintLine AwesomefingerprintMage IconsfingerprintMaterial SymbolsfingerprintMaterial Symbols LightfingerprintMaterial Design Iconsfingerprint-fillMingCute IconfingerprintNoto EmojifingerprintOpenMojifingerprintPhosphorfingerprint-fillRemix IconfingerprintTabler IconsfingerprintTDesign Iconsfingerprint-outlineTeenyicons
More interfaces icons from Font Awesome Solid
Use the fingerprint icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M112 320c0-114.9 93.1-208 208-208c63.1 0 119.6 28.1 157.8 72.5c8.6 10.1 23.8 11.2 33.8 2.6s11.2-23.8 2.6-33.8C467.3 98.6 397.7 64 320 64C178.6 64 64 178.6 64 320v40c0 13.3 10.7 24 24 24s24-10.7 24-24zm458.5-52.9c-2.7-13-15.5-21.3-28.4-18.5s-21.3 15.5-18.5 28.4c2.9 13.9 4.5 28.3 4.5 43.1v40c0 13.3 10.7 24 24 24s24-10.7 24-24v-40c0-18.1-1.9-35.8-5.5-52.9zM320 144c-19 0-37.4 3-54.5 8.6c-15.2 5-18.7 23.7-8.3 35.9c7.1 8.3 18.8 10.8 29.4 7.9s21.8-4.4 33.4-4.4c70.7 0 128 57.3 128 128v24.9c0 25.2-1.5 50.3-4.4 75.3c-1.7 14.6 9.4 27.8 24.2 27.8c11.8 0 21.9-8.6 23.3-20.3c3.3-27.4 5-55 5-82.7v-24.9c0-97.2-78.8-176-176-176zm-105.3 68.7c-9.1-10.6-25.3-11.4-33.9-.4C157.7 242.1 144 279.4 144 320v24.9c0 24.2-2.6 48.4-7.8 71.9c-3.4 15.6 7.9 31.1 23.9 31.1c10.5 0 19.9-7 22.2-17.3c6.4-28.1 9.7-56.8 9.7-85.8v-24.9c0-27.2 8.5-52.4 22.9-73.1c7.2-10.4 8-24.6-.2-34.2zM320 224c-53 0-96 43-96 96v24.9c0 35.9-4.6 71.5-13.8 106.1c-3.8 14.3 6.7 29 21.5 29c9.5 0 17.9-6.2 20.4-15.4c10.5-39 15.9-79.2 15.9-119.7V320c0-28.7 23.3-52 52-52s52 23.3 52 52v24.9c0 36.3-3.5 72.4-10.4 107.9c-2.7 13.9 7.7 27.2 21.8 27.2c10.2 0 19-7 21-17c7.7-38.8 11.6-78.3 11.6-118.1V320c0-53-43-96-96-96m24 96c0-13.3-10.7-24-24-24s-24 10.7-24 24v24.9c0 59.9-11 119.3-32.5 175.2l-5.9 15.3c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8l5.9-15.3A536.2 536.2 0 0 0 344 344.9z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidFingerprint(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M112 320c0-114.9 93.1-208 208-208c63.1 0 119.6 28.1 157.8 72.5c8.6 10.1 23.8 11.2 33.8 2.6s11.2-23.8 2.6-33.8C467.3 98.6 397.7 64 320 64C178.6 64 64 178.6 64 320v40c0 13.3 10.7 24 24 24s24-10.7 24-24zm458.5-52.9c-2.7-13-15.5-21.3-28.4-18.5s-21.3 15.5-18.5 28.4c2.9 13.9 4.5 28.3 4.5 43.1v40c0 13.3 10.7 24 24 24s24-10.7 24-24v-40c0-18.1-1.9-35.8-5.5-52.9zM320 144c-19 0-37.4 3-54.5 8.6c-15.2 5-18.7 23.7-8.3 35.9c7.1 8.3 18.8 10.8 29.4 7.9s21.8-4.4 33.4-4.4c70.7 0 128 57.3 128 128v24.9c0 25.2-1.5 50.3-4.4 75.3c-1.7 14.6 9.4 27.8 24.2 27.8c11.8 0 21.9-8.6 23.3-20.3c3.3-27.4 5-55 5-82.7v-24.9c0-97.2-78.8-176-176-176zm-105.3 68.7c-9.1-10.6-25.3-11.4-33.9-.4C157.7 242.1 144 279.4 144 320v24.9c0 24.2-2.6 48.4-7.8 71.9c-3.4 15.6 7.9 31.1 23.9 31.1c10.5 0 19.9-7 22.2-17.3c6.4-28.1 9.7-56.8 9.7-85.8v-24.9c0-27.2 8.5-52.4 22.9-73.1c7.2-10.4 8-24.6-.2-34.2zM320 224c-53 0-96 43-96 96v24.9c0 35.9-4.6 71.5-13.8 106.1c-3.8 14.3 6.7 29 21.5 29c9.5 0 17.9-6.2 20.4-15.4c10.5-39 15.9-79.2 15.9-119.7V320c0-28.7 23.3-52 52-52s52 23.3 52 52v24.9c0 36.3-3.5 72.4-10.4 107.9c-2.7 13.9 7.7 27.2 21.8 27.2c10.2 0 19-7 21-17c7.7-38.8 11.6-78.3 11.6-118.1V320c0-53-43-96-96-96m24 96c0-13.3-10.7-24-24-24s-24 10.7-24 24v24.9c0 59.9-11 119.3-32.5 175.2l-5.9 15.3c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8l5.9-15.3A536.2 536.2 0 0 0 344 344.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M112 320c0-114.9 93.1-208 208-208c63.1 0 119.6 28.1 157.8 72.5c8.6 10.1 23.8 11.2 33.8 2.6s11.2-23.8 2.6-33.8C467.3 98.6 397.7 64 320 64C178.6 64 64 178.6 64 320v40c0 13.3 10.7 24 24 24s24-10.7 24-24zm458.5-52.9c-2.7-13-15.5-21.3-28.4-18.5s-21.3 15.5-18.5 28.4c2.9 13.9 4.5 28.3 4.5 43.1v40c0 13.3 10.7 24 24 24s24-10.7 24-24v-40c0-18.1-1.9-35.8-5.5-52.9zM320 144c-19 0-37.4 3-54.5 8.6c-15.2 5-18.7 23.7-8.3 35.9c7.1 8.3 18.8 10.8 29.4 7.9s21.8-4.4 33.4-4.4c70.7 0 128 57.3 128 128v24.9c0 25.2-1.5 50.3-4.4 75.3c-1.7 14.6 9.4 27.8 24.2 27.8c11.8 0 21.9-8.6 23.3-20.3c3.3-27.4 5-55 5-82.7v-24.9c0-97.2-78.8-176-176-176zm-105.3 68.7c-9.1-10.6-25.3-11.4-33.9-.4C157.7 242.1 144 279.4 144 320v24.9c0 24.2-2.6 48.4-7.8 71.9c-3.4 15.6 7.9 31.1 23.9 31.1c10.5 0 19.9-7 22.2-17.3c6.4-28.1 9.7-56.8 9.7-85.8v-24.9c0-27.2 8.5-52.4 22.9-73.1c7.2-10.4 8-24.6-.2-34.2zM320 224c-53 0-96 43-96 96v24.9c0 35.9-4.6 71.5-13.8 106.1c-3.8 14.3 6.7 29 21.5 29c9.5 0 17.9-6.2 20.4-15.4c10.5-39 15.9-79.2 15.9-119.7V320c0-28.7 23.3-52 52-52s52 23.3 52 52v24.9c0 36.3-3.5 72.4-10.4 107.9c-2.7 13.9 7.7 27.2 21.8 27.2c10.2 0 19-7 21-17c7.7-38.8 11.6-78.3 11.6-118.1V320c0-53-43-96-96-96m24 96c0-13.3-10.7-24-24-24s-24 10.7-24 24v24.9c0 59.9-11 119.3-32.5 175.2l-5.9 15.3c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8l5.9-15.3A536.2 536.2 0 0 0 344 344.9z"/></svg> </template>
CSS
.icon-fingerprint {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M112%20320c0-114.9%2093.1-208%20208-208c63.1%200%20119.6%2028.1%20157.8%2072.5c8.6%2010.1%2023.8%2011.2%2033.8%202.6s11.2-23.8%202.6-33.8C467.3%2098.6%20397.7%2064%20320%2064C178.6%2064%2064%20178.6%2064%20320v40c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24zm458.5-52.9c-2.7-13-15.5-21.3-28.4-18.5s-21.3%2015.5-18.5%2028.4c2.9%2013.9%204.5%2028.3%204.5%2043.1v40c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-40c0-18.1-1.9-35.8-5.5-52.9zM320%20144c-19%200-37.4%203-54.5%208.6c-15.2%205-18.7%2023.7-8.3%2035.9c7.1%208.3%2018.8%2010.8%2029.4%207.9s21.8-4.4%2033.4-4.4c70.7%200%20128%2057.3%20128%20128v24.9c0%2025.2-1.5%2050.3-4.4%2075.3c-1.7%2014.6%209.4%2027.8%2024.2%2027.8c11.8%200%2021.9-8.6%2023.3-20.3c3.3-27.4%205-55%205-82.7v-24.9c0-97.2-78.8-176-176-176zm-105.3%2068.7c-9.1-10.6-25.3-11.4-33.9-.4C157.7%20242.1%20144%20279.4%20144%20320v24.9c0%2024.2-2.6%2048.4-7.8%2071.9c-3.4%2015.6%207.9%2031.1%2023.9%2031.1c10.5%200%2019.9-7%2022.2-17.3c6.4-28.1%209.7-56.8%209.7-85.8v-24.9c0-27.2%208.5-52.4%2022.9-73.1c7.2-10.4%208-24.6-.2-34.2zM320%20224c-53%200-96%2043-96%2096v24.9c0%2035.9-4.6%2071.5-13.8%20106.1c-3.8%2014.3%206.7%2029%2021.5%2029c9.5%200%2017.9-6.2%2020.4-15.4c10.5-39%2015.9-79.2%2015.9-119.7V320c0-28.7%2023.3-52%2052-52s52%2023.3%2052%2052v24.9c0%2036.3-3.5%2072.4-10.4%20107.9c-2.7%2013.9%207.7%2027.2%2021.8%2027.2c10.2%200%2019-7%2021-17c7.7-38.8%2011.6-78.3%2011.6-118.1V320c0-53-43-96-96-96m24%2096c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v24.9c0%2059.9-11%20119.3-32.5%20175.2l-5.9%2015.3c-4.8%2012.4%201.4%2026.3%2013.8%2031s26.3-1.4%2031-13.8l5.9-15.3A536.2%20536.2%200%200%200%20344%20344.9z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M112%20320c0-114.9%2093.1-208%20208-208c63.1%200%20119.6%2028.1%20157.8%2072.5c8.6%2010.1%2023.8%2011.2%2033.8%202.6s11.2-23.8%202.6-33.8C467.3%2098.6%20397.7%2064%20320%2064C178.6%2064%2064%20178.6%2064%20320v40c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24zm458.5-52.9c-2.7-13-15.5-21.3-28.4-18.5s-21.3%2015.5-18.5%2028.4c2.9%2013.9%204.5%2028.3%204.5%2043.1v40c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-40c0-18.1-1.9-35.8-5.5-52.9zM320%20144c-19%200-37.4%203-54.5%208.6c-15.2%205-18.7%2023.7-8.3%2035.9c7.1%208.3%2018.8%2010.8%2029.4%207.9s21.8-4.4%2033.4-4.4c70.7%200%20128%2057.3%20128%20128v24.9c0%2025.2-1.5%2050.3-4.4%2075.3c-1.7%2014.6%209.4%2027.8%2024.2%2027.8c11.8%200%2021.9-8.6%2023.3-20.3c3.3-27.4%205-55%205-82.7v-24.9c0-97.2-78.8-176-176-176zm-105.3%2068.7c-9.1-10.6-25.3-11.4-33.9-.4C157.7%20242.1%20144%20279.4%20144%20320v24.9c0%2024.2-2.6%2048.4-7.8%2071.9c-3.4%2015.6%207.9%2031.1%2023.9%2031.1c10.5%200%2019.9-7%2022.2-17.3c6.4-28.1%209.7-56.8%209.7-85.8v-24.9c0-27.2%208.5-52.4%2022.9-73.1c7.2-10.4%208-24.6-.2-34.2zM320%20224c-53%200-96%2043-96%2096v24.9c0%2035.9-4.6%2071.5-13.8%20106.1c-3.8%2014.3%206.7%2029%2021.5%2029c9.5%200%2017.9-6.2%2020.4-15.4c10.5-39%2015.9-79.2%2015.9-119.7V320c0-28.7%2023.3-52%2052-52s52%2023.3%2052%2052v24.9c0%2036.3-3.5%2072.4-10.4%20107.9c-2.7%2013.9%207.7%2027.2%2021.8%2027.2c10.2%200%2019-7%2021-17c7.7-38.8%2011.6-78.3%2011.6-118.1V320c0-53-43-96-96-96m24%2096c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v24.9c0%2059.9-11%20119.3-32.5%20175.2l-5.9%2015.3c-4.8%2012.4%201.4%2026.3%2013.8%2031s26.3-1.4%2031-13.8l5.9-15.3A536.2%20536.2%200%200%200%20344%20344.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/fingerprint.svg?color=%231a73e8&size=48