fingerprint icon
fingerprint-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- fingerprint-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
fingerprintBootstrap IconsfingerprintBoxIcons v2fingerprintFont Awesome 6 SolidfingerprintFont Awesome Solidfingerprint-outlineFlowbite Iconsfingerprint-16-filledFluent UI System IconsfingerprintHealth IconsfingerprintHumbleiconsfingerprintIconParkfingerprintIconPark OutlinefingerprintIconoirfingerprintJam IconsfingerprintLine AwesomefingerprintMage IconsfingerprintMaterial SymbolsfingerprintMaterial Symbols LightfingerprintMaterial Design Iconsfingerprint-fillMingCute IconfingerprintNoto EmojifingerprintOpenMojifingerprint-fillRemix IconfingerprintTabler IconsfingerprintTDesign Iconsfingerprint-outlineTeenyicons
Related icons in Phosphor
Use the fingerprint icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M160 128a224.5 224.5 0 0 1-26.37 105.54a12 12 0 1 1-21.16-11.32A200.3 200.3 0 0 0 136 128a8 8 0 0 0-16 0a12 12 0 0 1-24 0a32 32 0 0 1 64 0m-32-72a12 12 0 1 0 0 24a48.05 48.05 0 0 1 48 48c0 7.62-.36 15.32-1.07 22.87A12 12 0 0 0 185.74 164h1.14a12 12 0 0 0 11.93-10.87c.79-8.3 1.18-16.76 1.18-25.13A72.08 72.08 0 0 0 128 56M96 92.23a12 12 0 0 0-16-17.88A72.1 72.1 0 0 0 56 128a120.1 120.1 0 0 1-15.12 58.37a12 12 0 0 0 21 11.69A144.14 144.14 0 0 0 80 128a48.08 48.08 0 0 1 16-35.77m10.1 64.1a12 12 0 0 0-14.46 8.9a158.6 158.6 0 0 1-18.88 45.86a12 12 0 0 0 20.5 12.48A182.9 182.9 0 0 0 115 170.79a12 12 0 0 0-8.9-14.46m76.73 24.07a12 12 0 0 0-14.64 8.6a242 242 0 0 1-8 24.87a12 12 0 0 0 6.91 15.49a11.8 11.8 0 0 0 4.29.8a12 12 0 0 0 11.21-7.71a260 260 0 0 0 8.79-27.37a12 12 0 0 0-8.56-14.68M128 16A112.12 112.12 0 0 0 16 127.44v.57a79.8 79.8 0 0 1-5 27.82a12 12 0 1 0 22.5 8.35a103.6 103.6 0 0 0 6.5-35.6v-.57a88 88 0 0 1 176-.5v.5a282 282 0 0 1-6.74 61.38a12 12 0 0 0 9.09 14.33a11.8 11.8 0 0 0 2.65.28a12 12 0 0 0 11.7-9.38a306 306 0 0 0 7.3-66.07v-.54A112.13 112.13 0 0 0 128 16"/></svg>
React
import type { SVGProps } from "react";
export function PhFingerprintBold(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="M160 128a224.5 224.5 0 0 1-26.37 105.54a12 12 0 1 1-21.16-11.32A200.3 200.3 0 0 0 136 128a8 8 0 0 0-16 0a12 12 0 0 1-24 0a32 32 0 0 1 64 0m-32-72a12 12 0 1 0 0 24a48.05 48.05 0 0 1 48 48c0 7.62-.36 15.32-1.07 22.87A12 12 0 0 0 185.74 164h1.14a12 12 0 0 0 11.93-10.87c.79-8.3 1.18-16.76 1.18-25.13A72.08 72.08 0 0 0 128 56M96 92.23a12 12 0 0 0-16-17.88A72.1 72.1 0 0 0 56 128a120.1 120.1 0 0 1-15.12 58.37a12 12 0 0 0 21 11.69A144.14 144.14 0 0 0 80 128a48.08 48.08 0 0 1 16-35.77m10.1 64.1a12 12 0 0 0-14.46 8.9a158.6 158.6 0 0 1-18.88 45.86a12 12 0 0 0 20.5 12.48A182.9 182.9 0 0 0 115 170.79a12 12 0 0 0-8.9-14.46m76.73 24.07a12 12 0 0 0-14.64 8.6a242 242 0 0 1-8 24.87a12 12 0 0 0 6.91 15.49a11.8 11.8 0 0 0 4.29.8a12 12 0 0 0 11.21-7.71a260 260 0 0 0 8.79-27.37a12 12 0 0 0-8.56-14.68M128 16A112.12 112.12 0 0 0 16 127.44v.57a79.8 79.8 0 0 1-5 27.82a12 12 0 1 0 22.5 8.35a103.6 103.6 0 0 0 6.5-35.6v-.57a88 88 0 0 1 176-.5v.5a282 282 0 0 1-6.74 61.38a12 12 0 0 0 9.09 14.33a11.8 11.8 0 0 0 2.65.28a12 12 0 0 0 11.7-9.38a306 306 0 0 0 7.3-66.07v-.54A112.13 112.13 0 0 0 128 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M160 128a224.5 224.5 0 0 1-26.37 105.54a12 12 0 1 1-21.16-11.32A200.3 200.3 0 0 0 136 128a8 8 0 0 0-16 0a12 12 0 0 1-24 0a32 32 0 0 1 64 0m-32-72a12 12 0 1 0 0 24a48.05 48.05 0 0 1 48 48c0 7.62-.36 15.32-1.07 22.87A12 12 0 0 0 185.74 164h1.14a12 12 0 0 0 11.93-10.87c.79-8.3 1.18-16.76 1.18-25.13A72.08 72.08 0 0 0 128 56M96 92.23a12 12 0 0 0-16-17.88A72.1 72.1 0 0 0 56 128a120.1 120.1 0 0 1-15.12 58.37a12 12 0 0 0 21 11.69A144.14 144.14 0 0 0 80 128a48.08 48.08 0 0 1 16-35.77m10.1 64.1a12 12 0 0 0-14.46 8.9a158.6 158.6 0 0 1-18.88 45.86a12 12 0 0 0 20.5 12.48A182.9 182.9 0 0 0 115 170.79a12 12 0 0 0-8.9-14.46m76.73 24.07a12 12 0 0 0-14.64 8.6a242 242 0 0 1-8 24.87a12 12 0 0 0 6.91 15.49a11.8 11.8 0 0 0 4.29.8a12 12 0 0 0 11.21-7.71a260 260 0 0 0 8.79-27.37a12 12 0 0 0-8.56-14.68M128 16A112.12 112.12 0 0 0 16 127.44v.57a79.8 79.8 0 0 1-5 27.82a12 12 0 1 0 22.5 8.35a103.6 103.6 0 0 0 6.5-35.6v-.57a88 88 0 0 1 176-.5v.5a282 282 0 0 1-6.74 61.38a12 12 0 0 0 9.09 14.33a11.8 11.8 0 0 0 2.65.28a12 12 0 0 0 11.7-9.38a306 306 0 0 0 7.3-66.07v-.54A112.13 112.13 0 0 0 128 16"/></svg> </template>
CSS
.icon-fingerprint-bold {
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%22M160%20128a224.5%20224.5%200%200%201-26.37%20105.54a12%2012%200%201%201-21.16-11.32A200.3%20200.3%200%200%200%20136%20128a8%208%200%200%200-16%200a12%2012%200%200%201-24%200a32%2032%200%200%201%2064%200m-32-72a12%2012%200%201%200%200%2024a48.05%2048.05%200%200%201%2048%2048c0%207.62-.36%2015.32-1.07%2022.87A12%2012%200%200%200%20185.74%20164h1.14a12%2012%200%200%200%2011.93-10.87c.79-8.3%201.18-16.76%201.18-25.13A72.08%2072.08%200%200%200%20128%2056M96%2092.23a12%2012%200%200%200-16-17.88A72.1%2072.1%200%200%200%2056%20128a120.1%20120.1%200%200%201-15.12%2058.37a12%2012%200%200%200%2021%2011.69A144.14%20144.14%200%200%200%2080%20128a48.08%2048.08%200%200%201%2016-35.77m10.1%2064.1a12%2012%200%200%200-14.46%208.9a158.6%20158.6%200%200%201-18.88%2045.86a12%2012%200%200%200%2020.5%2012.48A182.9%20182.9%200%200%200%20115%20170.79a12%2012%200%200%200-8.9-14.46m76.73%2024.07a12%2012%200%200%200-14.64%208.6a242%20242%200%200%201-8%2024.87a12%2012%200%200%200%206.91%2015.49a11.8%2011.8%200%200%200%204.29.8a12%2012%200%200%200%2011.21-7.71a260%20260%200%200%200%208.79-27.37a12%2012%200%200%200-8.56-14.68M128%2016A112.12%20112.12%200%200%200%2016%20127.44v.57a79.8%2079.8%200%200%201-5%2027.82a12%2012%200%201%200%2022.5%208.35a103.6%20103.6%200%200%200%206.5-35.6v-.57a88%2088%200%200%201%20176-.5v.5a282%20282%200%200%201-6.74%2061.38a12%2012%200%200%200%209.09%2014.33a11.8%2011.8%200%200%200%202.65.28a12%2012%200%200%200%2011.7-9.38a306%20306%200%200%200%207.3-66.07v-.54A112.13%20112.13%200%200%200%20128%2016%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%22M160%20128a224.5%20224.5%200%200%201-26.37%20105.54a12%2012%200%201%201-21.16-11.32A200.3%20200.3%200%200%200%20136%20128a8%208%200%200%200-16%200a12%2012%200%200%201-24%200a32%2032%200%200%201%2064%200m-32-72a12%2012%200%201%200%200%2024a48.05%2048.05%200%200%201%2048%2048c0%207.62-.36%2015.32-1.07%2022.87A12%2012%200%200%200%20185.74%20164h1.14a12%2012%200%200%200%2011.93-10.87c.79-8.3%201.18-16.76%201.18-25.13A72.08%2072.08%200%200%200%20128%2056M96%2092.23a12%2012%200%200%200-16-17.88A72.1%2072.1%200%200%200%2056%20128a120.1%20120.1%200%200%201-15.12%2058.37a12%2012%200%200%200%2021%2011.69A144.14%20144.14%200%200%200%2080%20128a48.08%2048.08%200%200%201%2016-35.77m10.1%2064.1a12%2012%200%200%200-14.46%208.9a158.6%20158.6%200%200%201-18.88%2045.86a12%2012%200%200%200%2020.5%2012.48A182.9%20182.9%200%200%200%20115%20170.79a12%2012%200%200%200-8.9-14.46m76.73%2024.07a12%2012%200%200%200-14.64%208.6a242%20242%200%200%201-8%2024.87a12%2012%200%200%200%206.91%2015.49a11.8%2011.8%200%200%200%204.29.8a12%2012%200%200%200%2011.21-7.71a260%20260%200%200%200%208.79-27.37a12%2012%200%200%200-8.56-14.68M128%2016A112.12%20112.12%200%200%200%2016%20127.44v.57a79.8%2079.8%200%200%201-5%2027.82a12%2012%200%201%200%2022.5%208.35a103.6%20103.6%200%200%200%206.5-35.6v-.57a88%2088%200%200%201%20176-.5v.5a282%20282%200%200%201-6.74%2061.38a12%2012%200%200%200%209.09%2014.33a11.8%2011.8%200%200%200%202.65.28a12%2012%200%200%200%2011.7-9.38a306%20306%200%200%200%207.3-66.07v-.54A112.13%20112.13%200%200%200%20128%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/fingerprint-bold.svg?color=%231a73e8&size=48