fingerprint icon
fingerprint-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- fingerprint-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
fingerprintBootstrap IconsfingerprintBoxIcons v2fingerprintFont Awesome 6 SolidfingerprintFont Awesome Solidfingerprint-outlineFlowbite IconsfingerprintHealth IconsfingerprintHumbleiconsfingerprintIconParkfingerprintIconPark OutlinefingerprintIconoirfingerprintJam IconsfingerprintLine AwesomefingerprintMage IconsfingerprintMaterial SymbolsfingerprintMaterial Symbols LightfingerprintMaterial Design Iconsfingerprint-fillMingCute IconfingerprintNoto EmojifingerprintOpenMojifingerprintPhosphorfingerprint-fillRemix IconfingerprintTabler IconsfingerprintTDesign Iconsfingerprint-outlineTeenyicons
Use the fingerprint icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.9 9.817c2.39-1.456 5.803-2.23 9.358-2.112c3.55.119 7.093 1.123 9.758 3.057a1.25 1.25 0 1 0 1.468-2.024c-3.16-2.292-7.22-3.4-11.142-3.531c-3.915-.131-7.84.707-10.742 2.476a1.25 1.25 0 1 0 1.3 2.134m10.497 1.188a1.25 1.25 0 1 0-.294 2.483c7.829.93 12.924 6.976 14.416 15.478a1.25 1.25 0 0 0 2.462-.432c-1.624-9.255-7.355-16.433-16.584-17.529m-6.702 10.08c-3.817 3.055-6.002 9.67-1.825 18.11a1.25 1.25 0 0 1-2.24 1.11c-4.584-9.261-2.42-17.233 2.503-21.172c2.439-1.952 5.522-2.865 8.632-2.377c3.12.49 6.145 2.372 8.511 5.781a1.25 1.25 0 1 1-2.053 1.426c-2.034-2.93-4.492-4.367-6.846-4.737c-2.366-.372-4.75.313-6.682 1.859m4.679 20.11c-2.56-5.17-3.34-9.54-2.876-12.433c.23-1.434.75-2.413 1.403-3.001c.631-.567 1.51-.882 2.731-.767c1.624.154 2.383.688 2.852 1.325c.542.736.828 1.77 1.154 3.243l.098.447c.605 2.784 1.405 6.457 5.286 9.255a1.25 1.25 0 1 0 1.462-2.028c-3.09-2.228-3.71-5.048-4.326-7.854l-.08-.36c-.31-1.402-.678-2.96-1.581-4.185c-.976-1.325-2.453-2.125-4.629-2.331c-1.81-.172-3.413.295-4.637 1.395c-1.201 1.08-1.91 2.65-2.202 4.465c-.578 3.605.423 8.522 3.104 13.938a1.25 1.25 0 0 0 2.24-1.108M11.688 10.924a1.25 1.25 0 0 1-.11 1.764c-1.597 1.409-2.674 2.827-3.744 4.687a1.25 1.25 0 1 1-2.167-1.248c1.176-2.043 2.416-3.69 4.256-5.313a1.25 1.25 0 0 1 1.765.11m24.547 17.635a1.25 1.25 0 0 0-2.47.384c.51 3.277 2.205 5.347 4.255 6.823a1.25 1.25 0 1 0 1.46-2.03c-1.625-1.17-2.858-2.694-3.245-5.177m-12.078-.055a1.25 1.25 0 0 1 1.34 1.154c.305 4.075 1.797 7.527 4.194 10.27a1.25 1.25 0 1 1-1.882 1.645c-2.762-3.16-4.46-7.126-4.805-11.729a1.25 1.25 0 0 1 1.153-1.34m-3.922-14.6a1.25 1.25 0 0 0-.97-2.305C10.294 15.372 5.821 23.813 7.01 33.896a1.25 1.25 0 1 0 2.483-.292c-1.073-9.1 2.907-16.405 10.743-19.702"/></svg>
React
import type { SVGProps } from "react";
export function FluentFingerprint48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.9 9.817c2.39-1.456 5.803-2.23 9.358-2.112c3.55.119 7.093 1.123 9.758 3.057a1.25 1.25 0 1 0 1.468-2.024c-3.16-2.292-7.22-3.4-11.142-3.531c-3.915-.131-7.84.707-10.742 2.476a1.25 1.25 0 1 0 1.3 2.134m10.497 1.188a1.25 1.25 0 1 0-.294 2.483c7.829.93 12.924 6.976 14.416 15.478a1.25 1.25 0 0 0 2.462-.432c-1.624-9.255-7.355-16.433-16.584-17.529m-6.702 10.08c-3.817 3.055-6.002 9.67-1.825 18.11a1.25 1.25 0 0 1-2.24 1.11c-4.584-9.261-2.42-17.233 2.503-21.172c2.439-1.952 5.522-2.865 8.632-2.377c3.12.49 6.145 2.372 8.511 5.781a1.25 1.25 0 1 1-2.053 1.426c-2.034-2.93-4.492-4.367-6.846-4.737c-2.366-.372-4.75.313-6.682 1.859m4.679 20.11c-2.56-5.17-3.34-9.54-2.876-12.433c.23-1.434.75-2.413 1.403-3.001c.631-.567 1.51-.882 2.731-.767c1.624.154 2.383.688 2.852 1.325c.542.736.828 1.77 1.154 3.243l.098.447c.605 2.784 1.405 6.457 5.286 9.255a1.25 1.25 0 1 0 1.462-2.028c-3.09-2.228-3.71-5.048-4.326-7.854l-.08-.36c-.31-1.402-.678-2.96-1.581-4.185c-.976-1.325-2.453-2.125-4.629-2.331c-1.81-.172-3.413.295-4.637 1.395c-1.201 1.08-1.91 2.65-2.202 4.465c-.578 3.605.423 8.522 3.104 13.938a1.25 1.25 0 0 0 2.24-1.108M11.688 10.924a1.25 1.25 0 0 1-.11 1.764c-1.597 1.409-2.674 2.827-3.744 4.687a1.25 1.25 0 1 1-2.167-1.248c1.176-2.043 2.416-3.69 4.256-5.313a1.25 1.25 0 0 1 1.765.11m24.547 17.635a1.25 1.25 0 0 0-2.47.384c.51 3.277 2.205 5.347 4.255 6.823a1.25 1.25 0 1 0 1.46-2.03c-1.625-1.17-2.858-2.694-3.245-5.177m-12.078-.055a1.25 1.25 0 0 1 1.34 1.154c.305 4.075 1.797 7.527 4.194 10.27a1.25 1.25 0 1 1-1.882 1.645c-2.762-3.16-4.46-7.126-4.805-11.729a1.25 1.25 0 0 1 1.153-1.34m-3.922-14.6a1.25 1.25 0 0 0-.97-2.305C10.294 15.372 5.821 23.813 7.01 33.896a1.25 1.25 0 1 0 2.483-.292c-1.073-9.1 2.907-16.405 10.743-19.702"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.9 9.817c2.39-1.456 5.803-2.23 9.358-2.112c3.55.119 7.093 1.123 9.758 3.057a1.25 1.25 0 1 0 1.468-2.024c-3.16-2.292-7.22-3.4-11.142-3.531c-3.915-.131-7.84.707-10.742 2.476a1.25 1.25 0 1 0 1.3 2.134m10.497 1.188a1.25 1.25 0 1 0-.294 2.483c7.829.93 12.924 6.976 14.416 15.478a1.25 1.25 0 0 0 2.462-.432c-1.624-9.255-7.355-16.433-16.584-17.529m-6.702 10.08c-3.817 3.055-6.002 9.67-1.825 18.11a1.25 1.25 0 0 1-2.24 1.11c-4.584-9.261-2.42-17.233 2.503-21.172c2.439-1.952 5.522-2.865 8.632-2.377c3.12.49 6.145 2.372 8.511 5.781a1.25 1.25 0 1 1-2.053 1.426c-2.034-2.93-4.492-4.367-6.846-4.737c-2.366-.372-4.75.313-6.682 1.859m4.679 20.11c-2.56-5.17-3.34-9.54-2.876-12.433c.23-1.434.75-2.413 1.403-3.001c.631-.567 1.51-.882 2.731-.767c1.624.154 2.383.688 2.852 1.325c.542.736.828 1.77 1.154 3.243l.098.447c.605 2.784 1.405 6.457 5.286 9.255a1.25 1.25 0 1 0 1.462-2.028c-3.09-2.228-3.71-5.048-4.326-7.854l-.08-.36c-.31-1.402-.678-2.96-1.581-4.185c-.976-1.325-2.453-2.125-4.629-2.331c-1.81-.172-3.413.295-4.637 1.395c-1.201 1.08-1.91 2.65-2.202 4.465c-.578 3.605.423 8.522 3.104 13.938a1.25 1.25 0 0 0 2.24-1.108M11.688 10.924a1.25 1.25 0 0 1-.11 1.764c-1.597 1.409-2.674 2.827-3.744 4.687a1.25 1.25 0 1 1-2.167-1.248c1.176-2.043 2.416-3.69 4.256-5.313a1.25 1.25 0 0 1 1.765.11m24.547 17.635a1.25 1.25 0 0 0-2.47.384c.51 3.277 2.205 5.347 4.255 6.823a1.25 1.25 0 1 0 1.46-2.03c-1.625-1.17-2.858-2.694-3.245-5.177m-12.078-.055a1.25 1.25 0 0 1 1.34 1.154c.305 4.075 1.797 7.527 4.194 10.27a1.25 1.25 0 1 1-1.882 1.645c-2.762-3.16-4.46-7.126-4.805-11.729a1.25 1.25 0 0 1 1.153-1.34m-3.922-14.6a1.25 1.25 0 0 0-.97-2.305C10.294 15.372 5.821 23.813 7.01 33.896a1.25 1.25 0 1 0 2.483-.292c-1.073-9.1 2.907-16.405 10.743-19.702"/></svg> </template>
CSS
.icon-fingerprint-48-regular {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.9%209.817c2.39-1.456%205.803-2.23%209.358-2.112c3.55.119%207.093%201.123%209.758%203.057a1.25%201.25%200%201%200%201.468-2.024c-3.16-2.292-7.22-3.4-11.142-3.531c-3.915-.131-7.84.707-10.742%202.476a1.25%201.25%200%201%200%201.3%202.134m10.497%201.188a1.25%201.25%200%201%200-.294%202.483c7.829.93%2012.924%206.976%2014.416%2015.478a1.25%201.25%200%200%200%202.462-.432c-1.624-9.255-7.355-16.433-16.584-17.529m-6.702%2010.08c-3.817%203.055-6.002%209.67-1.825%2018.11a1.25%201.25%200%200%201-2.24%201.11c-4.584-9.261-2.42-17.233%202.503-21.172c2.439-1.952%205.522-2.865%208.632-2.377c3.12.49%206.145%202.372%208.511%205.781a1.25%201.25%200%201%201-2.053%201.426c-2.034-2.93-4.492-4.367-6.846-4.737c-2.366-.372-4.75.313-6.682%201.859m4.679%2020.11c-2.56-5.17-3.34-9.54-2.876-12.433c.23-1.434.75-2.413%201.403-3.001c.631-.567%201.51-.882%202.731-.767c1.624.154%202.383.688%202.852%201.325c.542.736.828%201.77%201.154%203.243l.098.447c.605%202.784%201.405%206.457%205.286%209.255a1.25%201.25%200%201%200%201.462-2.028c-3.09-2.228-3.71-5.048-4.326-7.854l-.08-.36c-.31-1.402-.678-2.96-1.581-4.185c-.976-1.325-2.453-2.125-4.629-2.331c-1.81-.172-3.413.295-4.637%201.395c-1.201%201.08-1.91%202.65-2.202%204.465c-.578%203.605.423%208.522%203.104%2013.938a1.25%201.25%200%200%200%202.24-1.108M11.688%2010.924a1.25%201.25%200%200%201-.11%201.764c-1.597%201.409-2.674%202.827-3.744%204.687a1.25%201.25%200%201%201-2.167-1.248c1.176-2.043%202.416-3.69%204.256-5.313a1.25%201.25%200%200%201%201.765.11m24.547%2017.635a1.25%201.25%200%200%200-2.47.384c.51%203.277%202.205%205.347%204.255%206.823a1.25%201.25%200%201%200%201.46-2.03c-1.625-1.17-2.858-2.694-3.245-5.177m-12.078-.055a1.25%201.25%200%200%201%201.34%201.154c.305%204.075%201.797%207.527%204.194%2010.27a1.25%201.25%200%201%201-1.882%201.645c-2.762-3.16-4.46-7.126-4.805-11.729a1.25%201.25%200%200%201%201.153-1.34m-3.922-14.6a1.25%201.25%200%200%200-.97-2.305C10.294%2015.372%205.821%2023.813%207.01%2033.896a1.25%201.25%200%201%200%202.483-.292c-1.073-9.1%202.907-16.405%2010.743-19.702%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.9%209.817c2.39-1.456%205.803-2.23%209.358-2.112c3.55.119%207.093%201.123%209.758%203.057a1.25%201.25%200%201%200%201.468-2.024c-3.16-2.292-7.22-3.4-11.142-3.531c-3.915-.131-7.84.707-10.742%202.476a1.25%201.25%200%201%200%201.3%202.134m10.497%201.188a1.25%201.25%200%201%200-.294%202.483c7.829.93%2012.924%206.976%2014.416%2015.478a1.25%201.25%200%200%200%202.462-.432c-1.624-9.255-7.355-16.433-16.584-17.529m-6.702%2010.08c-3.817%203.055-6.002%209.67-1.825%2018.11a1.25%201.25%200%200%201-2.24%201.11c-4.584-9.261-2.42-17.233%202.503-21.172c2.439-1.952%205.522-2.865%208.632-2.377c3.12.49%206.145%202.372%208.511%205.781a1.25%201.25%200%201%201-2.053%201.426c-2.034-2.93-4.492-4.367-6.846-4.737c-2.366-.372-4.75.313-6.682%201.859m4.679%2020.11c-2.56-5.17-3.34-9.54-2.876-12.433c.23-1.434.75-2.413%201.403-3.001c.631-.567%201.51-.882%202.731-.767c1.624.154%202.383.688%202.852%201.325c.542.736.828%201.77%201.154%203.243l.098.447c.605%202.784%201.405%206.457%205.286%209.255a1.25%201.25%200%201%200%201.462-2.028c-3.09-2.228-3.71-5.048-4.326-7.854l-.08-.36c-.31-1.402-.678-2.96-1.581-4.185c-.976-1.325-2.453-2.125-4.629-2.331c-1.81-.172-3.413.295-4.637%201.395c-1.201%201.08-1.91%202.65-2.202%204.465c-.578%203.605.423%208.522%203.104%2013.938a1.25%201.25%200%200%200%202.24-1.108M11.688%2010.924a1.25%201.25%200%200%201-.11%201.764c-1.597%201.409-2.674%202.827-3.744%204.687a1.25%201.25%200%201%201-2.167-1.248c1.176-2.043%202.416-3.69%204.256-5.313a1.25%201.25%200%200%201%201.765.11m24.547%2017.635a1.25%201.25%200%200%200-2.47.384c.51%203.277%202.205%205.347%204.255%206.823a1.25%201.25%200%201%200%201.46-2.03c-1.625-1.17-2.858-2.694-3.245-5.177m-12.078-.055a1.25%201.25%200%200%201%201.34%201.154c.305%204.075%201.797%207.527%204.194%2010.27a1.25%201.25%200%201%201-1.882%201.645c-2.762-3.16-4.46-7.126-4.805-11.729a1.25%201.25%200%200%201%201.153-1.34m-3.922-14.6a1.25%201.25%200%200%200-.97-2.305C10.294%2015.372%205.821%2023.813%207.01%2033.896a1.25%201.25%200%201%200%202.483-.292c-1.073-9.1%202.907-16.405%2010.743-19.702%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/fingerprint-48-regular.svg?color=%231a73e8&size=48