fingerprint icon
fingerprint-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- fingerprint-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M14.976 11.975c.596.607.93 1.332 1.168 2.324l.115.53l.096.509c.124.667.198.972.308 1.215q.425.955 1.535 1.97c.407.37.435.998.061 1.402a1.005 1.005 0 0 1-1.412.061c-.931-.847-1.605-1.719-2.01-2.623c-.158-.35-.252-.677-.362-1.216l-.189-.99l-.035-.167c-.171-.802-.378-1.293-.707-1.627c-.598-.61-2.052-.44-2.406.117c-.521.818-.658 2.241-.232 3.685q.51 1.727 1.356 3.4a.99.99 0 0 1-.446 1.333a1.003 1.003 0 0 1-1.342-.442a22.3 22.3 0 0 1-1.487-3.731c-.58-1.964-.387-3.976.46-5.306c1.04-1.63 4.02-1.979 5.529-.444M12.473 14.1a1 1 0 0 1 1.033.966a7.7 7.7 0 0 0 1.398 4.168l.19.259l.3.39a1 1 0 0 1-1.502 1.314l-.082-.095l-.3-.39a9.68 9.68 0 0 1-2.003-5.58a1 1 0 0 1 .966-1.032m-3.9-4.912c2.201-1.63 5.076-1.541 7.017-.294c.961.618 1.693 1.343 2.183 2.178a1 1 0 0 1-1.726 1.011c-.32-.547-.829-1.05-1.539-1.506c-1.28-.823-3.256-.884-4.745.219c-1.559 1.154-2.22 3.146-2.022 5.257q.167 1.792 1.087 3.635a1 1 0 0 1-1.788.895q-1.086-2.169-1.29-4.343c-.258-2.75.631-5.429 2.823-7.052m10.574 5.16c.029.56.165 1.01.4 1.367c.222.337.399.496.488.523a1 1 0 1 1-.579 1.915c-.611-.186-1.123-.646-1.579-1.337c-.441-.67-.681-1.464-.728-2.366a1 1 0 1 1 1.998-.103m-8.682-8.395a1 1 0 0 1-.501 1.322c-1.794.808-3.108 1.953-3.97 3.446c-1.082 1.874-1.376 4.074-1.133 5.923a1 1 0 1 1-1.983.26c-.295-2.251.055-4.882 1.384-7.183c1.079-1.868 2.716-3.295 4.88-4.27a1 1 0 0 1 1.323.502m2.464-1.032c1.895.039 3.77.905 5.62 2.55c1.869 1.663 2.995 3.923 3.375 6.733a1 1 0 1 1-1.982.268c-.319-2.354-1.226-4.175-2.723-5.507c-1.518-1.35-2.96-2.016-4.331-2.044a1 1 0 1 1 .04-2m-7.318.23a1 1 0 0 1-.082 1.412q-.39.348-.822.834A7.2 7.2 0 0 0 3.89 8.57a1 1 0 1 1-1.732-1a9 9 0 0 1 1.052-1.5q.506-.57.989-1a1 1 0 0 1 1.412.081m6.885-3.134c2.242.105 4.322.595 5.865 1.787a1 1 0 1 1-1.223 1.582c-1.202-.928-2.887-1.285-4.735-1.371c-1.856-.087-3.365.242-4.551.97a1 1 0 0 1-1.047-1.704c1.552-.953 3.457-1.369 5.692-1.264"/></svg>
React
import type { SVGProps } from "react";
export function FluentFingerprint24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.976 11.975c.596.607.93 1.332 1.168 2.324l.115.53l.096.509c.124.667.198.972.308 1.215q.425.955 1.535 1.97c.407.37.435.998.061 1.402a1.005 1.005 0 0 1-1.412.061c-.931-.847-1.605-1.719-2.01-2.623c-.158-.35-.252-.677-.362-1.216l-.189-.99l-.035-.167c-.171-.802-.378-1.293-.707-1.627c-.598-.61-2.052-.44-2.406.117c-.521.818-.658 2.241-.232 3.685q.51 1.727 1.356 3.4a.99.99 0 0 1-.446 1.333a1.003 1.003 0 0 1-1.342-.442a22.3 22.3 0 0 1-1.487-3.731c-.58-1.964-.387-3.976.46-5.306c1.04-1.63 4.02-1.979 5.529-.444M12.473 14.1a1 1 0 0 1 1.033.966a7.7 7.7 0 0 0 1.398 4.168l.19.259l.3.39a1 1 0 0 1-1.502 1.314l-.082-.095l-.3-.39a9.68 9.68 0 0 1-2.003-5.58a1 1 0 0 1 .966-1.032m-3.9-4.912c2.201-1.63 5.076-1.541 7.017-.294c.961.618 1.693 1.343 2.183 2.178a1 1 0 0 1-1.726 1.011c-.32-.547-.829-1.05-1.539-1.506c-1.28-.823-3.256-.884-4.745.219c-1.559 1.154-2.22 3.146-2.022 5.257q.167 1.792 1.087 3.635a1 1 0 0 1-1.788.895q-1.086-2.169-1.29-4.343c-.258-2.75.631-5.429 2.823-7.052m10.574 5.16c.029.56.165 1.01.4 1.367c.222.337.399.496.488.523a1 1 0 1 1-.579 1.915c-.611-.186-1.123-.646-1.579-1.337c-.441-.67-.681-1.464-.728-2.366a1 1 0 1 1 1.998-.103m-8.682-8.395a1 1 0 0 1-.501 1.322c-1.794.808-3.108 1.953-3.97 3.446c-1.082 1.874-1.376 4.074-1.133 5.923a1 1 0 1 1-1.983.26c-.295-2.251.055-4.882 1.384-7.183c1.079-1.868 2.716-3.295 4.88-4.27a1 1 0 0 1 1.323.502m2.464-1.032c1.895.039 3.77.905 5.62 2.55c1.869 1.663 2.995 3.923 3.375 6.733a1 1 0 1 1-1.982.268c-.319-2.354-1.226-4.175-2.723-5.507c-1.518-1.35-2.96-2.016-4.331-2.044a1 1 0 1 1 .04-2m-7.318.23a1 1 0 0 1-.082 1.412q-.39.348-.822.834A7.2 7.2 0 0 0 3.89 8.57a1 1 0 1 1-1.732-1a9 9 0 0 1 1.052-1.5q.506-.57.989-1a1 1 0 0 1 1.412.081m6.885-3.134c2.242.105 4.322.595 5.865 1.787a1 1 0 1 1-1.223 1.582c-1.202-.928-2.887-1.285-4.735-1.371c-1.856-.087-3.365.242-4.551.97a1 1 0 0 1-1.047-1.704c1.552-.953 3.457-1.369 5.692-1.264"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.976 11.975c.596.607.93 1.332 1.168 2.324l.115.53l.096.509c.124.667.198.972.308 1.215q.425.955 1.535 1.97c.407.37.435.998.061 1.402a1.005 1.005 0 0 1-1.412.061c-.931-.847-1.605-1.719-2.01-2.623c-.158-.35-.252-.677-.362-1.216l-.189-.99l-.035-.167c-.171-.802-.378-1.293-.707-1.627c-.598-.61-2.052-.44-2.406.117c-.521.818-.658 2.241-.232 3.685q.51 1.727 1.356 3.4a.99.99 0 0 1-.446 1.333a1.003 1.003 0 0 1-1.342-.442a22.3 22.3 0 0 1-1.487-3.731c-.58-1.964-.387-3.976.46-5.306c1.04-1.63 4.02-1.979 5.529-.444M12.473 14.1a1 1 0 0 1 1.033.966a7.7 7.7 0 0 0 1.398 4.168l.19.259l.3.39a1 1 0 0 1-1.502 1.314l-.082-.095l-.3-.39a9.68 9.68 0 0 1-2.003-5.58a1 1 0 0 1 .966-1.032m-3.9-4.912c2.201-1.63 5.076-1.541 7.017-.294c.961.618 1.693 1.343 2.183 2.178a1 1 0 0 1-1.726 1.011c-.32-.547-.829-1.05-1.539-1.506c-1.28-.823-3.256-.884-4.745.219c-1.559 1.154-2.22 3.146-2.022 5.257q.167 1.792 1.087 3.635a1 1 0 0 1-1.788.895q-1.086-2.169-1.29-4.343c-.258-2.75.631-5.429 2.823-7.052m10.574 5.16c.029.56.165 1.01.4 1.367c.222.337.399.496.488.523a1 1 0 1 1-.579 1.915c-.611-.186-1.123-.646-1.579-1.337c-.441-.67-.681-1.464-.728-2.366a1 1 0 1 1 1.998-.103m-8.682-8.395a1 1 0 0 1-.501 1.322c-1.794.808-3.108 1.953-3.97 3.446c-1.082 1.874-1.376 4.074-1.133 5.923a1 1 0 1 1-1.983.26c-.295-2.251.055-4.882 1.384-7.183c1.079-1.868 2.716-3.295 4.88-4.27a1 1 0 0 1 1.323.502m2.464-1.032c1.895.039 3.77.905 5.62 2.55c1.869 1.663 2.995 3.923 3.375 6.733a1 1 0 1 1-1.982.268c-.319-2.354-1.226-4.175-2.723-5.507c-1.518-1.35-2.96-2.016-4.331-2.044a1 1 0 1 1 .04-2m-7.318.23a1 1 0 0 1-.082 1.412q-.39.348-.822.834A7.2 7.2 0 0 0 3.89 8.57a1 1 0 1 1-1.732-1a9 9 0 0 1 1.052-1.5q.506-.57.989-1a1 1 0 0 1 1.412.081m6.885-3.134c2.242.105 4.322.595 5.865 1.787a1 1 0 1 1-1.223 1.582c-1.202-.928-2.887-1.285-4.735-1.371c-1.856-.087-3.365.242-4.551.97a1 1 0 0 1-1.047-1.704c1.552-.953 3.457-1.369 5.692-1.264"/></svg> </template>
CSS
.icon-fingerprint-24-filled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.976%2011.975c.596.607.93%201.332%201.168%202.324l.115.53l.096.509c.124.667.198.972.308%201.215q.425.955%201.535%201.97c.407.37.435.998.061%201.402a1.005%201.005%200%200%201-1.412.061c-.931-.847-1.605-1.719-2.01-2.623c-.158-.35-.252-.677-.362-1.216l-.189-.99l-.035-.167c-.171-.802-.378-1.293-.707-1.627c-.598-.61-2.052-.44-2.406.117c-.521.818-.658%202.241-.232%203.685q.51%201.727%201.356%203.4a.99.99%200%200%201-.446%201.333a1.003%201.003%200%200%201-1.342-.442a22.3%2022.3%200%200%201-1.487-3.731c-.58-1.964-.387-3.976.46-5.306c1.04-1.63%204.02-1.979%205.529-.444M12.473%2014.1a1%201%200%200%201%201.033.966a7.7%207.7%200%200%200%201.398%204.168l.19.259l.3.39a1%201%200%200%201-1.502%201.314l-.082-.095l-.3-.39a9.68%209.68%200%200%201-2.003-5.58a1%201%200%200%201%20.966-1.032m-3.9-4.912c2.201-1.63%205.076-1.541%207.017-.294c.961.618%201.693%201.343%202.183%202.178a1%201%200%200%201-1.726%201.011c-.32-.547-.829-1.05-1.539-1.506c-1.28-.823-3.256-.884-4.745.219c-1.559%201.154-2.22%203.146-2.022%205.257q.167%201.792%201.087%203.635a1%201%200%200%201-1.788.895q-1.086-2.169-1.29-4.343c-.258-2.75.631-5.429%202.823-7.052m10.574%205.16c.029.56.165%201.01.4%201.367c.222.337.399.496.488.523a1%201%200%201%201-.579%201.915c-.611-.186-1.123-.646-1.579-1.337c-.441-.67-.681-1.464-.728-2.366a1%201%200%201%201%201.998-.103m-8.682-8.395a1%201%200%200%201-.501%201.322c-1.794.808-3.108%201.953-3.97%203.446c-1.082%201.874-1.376%204.074-1.133%205.923a1%201%200%201%201-1.983.26c-.295-2.251.055-4.882%201.384-7.183c1.079-1.868%202.716-3.295%204.88-4.27a1%201%200%200%201%201.323.502m2.464-1.032c1.895.039%203.77.905%205.62%202.55c1.869%201.663%202.995%203.923%203.375%206.733a1%201%200%201%201-1.982.268c-.319-2.354-1.226-4.175-2.723-5.507c-1.518-1.35-2.96-2.016-4.331-2.044a1%201%200%201%201%20.04-2m-7.318.23a1%201%200%200%201-.082%201.412q-.39.348-.822.834A7.2%207.2%200%200%200%203.89%208.57a1%201%200%201%201-1.732-1a9%209%200%200%201%201.052-1.5q.506-.57.989-1a1%201%200%200%201%201.412.081m6.885-3.134c2.242.105%204.322.595%205.865%201.787a1%201%200%201%201-1.223%201.582c-1.202-.928-2.887-1.285-4.735-1.371c-1.856-.087-3.365.242-4.551.97a1%201%200%200%201-1.047-1.704c1.552-.953%203.457-1.369%205.692-1.264%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.976%2011.975c.596.607.93%201.332%201.168%202.324l.115.53l.096.509c.124.667.198.972.308%201.215q.425.955%201.535%201.97c.407.37.435.998.061%201.402a1.005%201.005%200%200%201-1.412.061c-.931-.847-1.605-1.719-2.01-2.623c-.158-.35-.252-.677-.362-1.216l-.189-.99l-.035-.167c-.171-.802-.378-1.293-.707-1.627c-.598-.61-2.052-.44-2.406.117c-.521.818-.658%202.241-.232%203.685q.51%201.727%201.356%203.4a.99.99%200%200%201-.446%201.333a1.003%201.003%200%200%201-1.342-.442a22.3%2022.3%200%200%201-1.487-3.731c-.58-1.964-.387-3.976.46-5.306c1.04-1.63%204.02-1.979%205.529-.444M12.473%2014.1a1%201%200%200%201%201.033.966a7.7%207.7%200%200%200%201.398%204.168l.19.259l.3.39a1%201%200%200%201-1.502%201.314l-.082-.095l-.3-.39a9.68%209.68%200%200%201-2.003-5.58a1%201%200%200%201%20.966-1.032m-3.9-4.912c2.201-1.63%205.076-1.541%207.017-.294c.961.618%201.693%201.343%202.183%202.178a1%201%200%200%201-1.726%201.011c-.32-.547-.829-1.05-1.539-1.506c-1.28-.823-3.256-.884-4.745.219c-1.559%201.154-2.22%203.146-2.022%205.257q.167%201.792%201.087%203.635a1%201%200%200%201-1.788.895q-1.086-2.169-1.29-4.343c-.258-2.75.631-5.429%202.823-7.052m10.574%205.16c.029.56.165%201.01.4%201.367c.222.337.399.496.488.523a1%201%200%201%201-.579%201.915c-.611-.186-1.123-.646-1.579-1.337c-.441-.67-.681-1.464-.728-2.366a1%201%200%201%201%201.998-.103m-8.682-8.395a1%201%200%200%201-.501%201.322c-1.794.808-3.108%201.953-3.97%203.446c-1.082%201.874-1.376%204.074-1.133%205.923a1%201%200%201%201-1.983.26c-.295-2.251.055-4.882%201.384-7.183c1.079-1.868%202.716-3.295%204.88-4.27a1%201%200%200%201%201.323.502m2.464-1.032c1.895.039%203.77.905%205.62%202.55c1.869%201.663%202.995%203.923%203.375%206.733a1%201%200%201%201-1.982.268c-.319-2.354-1.226-4.175-2.723-5.507c-1.518-1.35-2.96-2.016-4.331-2.044a1%201%200%201%201%20.04-2m-7.318.23a1%201%200%200%201-.082%201.412q-.39.348-.822.834A7.2%207.2%200%200%200%203.89%208.57a1%201%200%201%201-1.732-1a9%209%200%200%201%201.052-1.5q.506-.57.989-1a1%201%200%200%201%201.412.081m6.885-3.134c2.242.105%204.322.595%205.865%201.787a1%201%200%201%201-1.223%201.582c-1.202-.928-2.887-1.285-4.735-1.371c-1.856-.087-3.365.242-4.551.97a1%201%200%200%201-1.047-1.704c1.552-.953%203.457-1.369%205.692-1.264%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/fingerprint-24-filled.svg?color=%231a73e8&size=48