fingerprint icon
fingerprint-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- fingerprint-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All fingerprint icons →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 EmojifingerprintOpenMojifingerprintPhosphorfingerprint-fillRemix IconfingerprintTabler IconsfingerprintTDesign Icons
More ui icons from Reicon
Use the fingerprint icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.636 3.746a9 9 0 0 1 11.989-.662a1 1 0 0 1-1.25 1.561A7 7 0 0 0 5 10.11V17a1 1 0 1 1-2 0v-6.89a9 9 0 0 1 2.636-6.364"/><path d="M8.464 6.464A5 5 0 0 1 17 10v8.11a5 5 0 0 1-5 5a1 1 0 0 1 0-2a3 3 0 0 0 3-3V10a3 3 0 0 0-6 0v1.11a1 1 0 0 1-2 0V10a5 5 0 0 1 1.464-3.536m11.032.678a1 1 0 0 1 1.218.718A9 9 0 0 1 21 10.11v8a1 1 0 0 1-2 0v-8c0-.596-.076-1.183-.222-1.75a1 1 0 0 1 .718-1.218"/><path d="M12 9a1 1 0 0 1 1 1v8.11a1 1 0 0 1-2 0V10a1 1 0 0 1 1-1m-4 5.61a1 1 0 0 1 1 1v2.5a1 1 0 0 1-2 0v-2.5a1 1 0 0 1 1-1"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFingerprintFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.636 3.746a9 9 0 0 1 11.989-.662a1 1 0 0 1-1.25 1.561A7 7 0 0 0 5 10.11V17a1 1 0 1 1-2 0v-6.89a9 9 0 0 1 2.636-6.364"/><path d="M8.464 6.464A5 5 0 0 1 17 10v8.11a5 5 0 0 1-5 5a1 1 0 0 1 0-2a3 3 0 0 0 3-3V10a3 3 0 0 0-6 0v1.11a1 1 0 0 1-2 0V10a5 5 0 0 1 1.464-3.536m11.032.678a1 1 0 0 1 1.218.718A9 9 0 0 1 21 10.11v8a1 1 0 0 1-2 0v-8c0-.596-.076-1.183-.222-1.75a1 1 0 0 1 .718-1.218"/><path d="M12 9a1 1 0 0 1 1 1v8.11a1 1 0 0 1-2 0V10a1 1 0 0 1 1-1m-4 5.61a1 1 0 0 1 1 1v2.5a1 1 0 0 1-2 0v-2.5a1 1 0 0 1 1-1"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.636 3.746a9 9 0 0 1 11.989-.662a1 1 0 0 1-1.25 1.561A7 7 0 0 0 5 10.11V17a1 1 0 1 1-2 0v-6.89a9 9 0 0 1 2.636-6.364"/><path d="M8.464 6.464A5 5 0 0 1 17 10v8.11a5 5 0 0 1-5 5a1 1 0 0 1 0-2a3 3 0 0 0 3-3V10a3 3 0 0 0-6 0v1.11a1 1 0 0 1-2 0V10a5 5 0 0 1 1.464-3.536m11.032.678a1 1 0 0 1 1.218.718A9 9 0 0 1 21 10.11v8a1 1 0 0 1-2 0v-8c0-.596-.076-1.183-.222-1.75a1 1 0 0 1 .718-1.218"/><path d="M12 9a1 1 0 0 1 1 1v8.11a1 1 0 0 1-2 0V10a1 1 0 0 1 1-1m-4 5.61a1 1 0 0 1 1 1v2.5a1 1 0 0 1-2 0v-2.5a1 1 0 0 1 1-1"/></g></svg> </template>
CSS
.icon-fingerprint-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.636%203.746a9%209%200%200%201%2011.989-.662a1%201%200%200%201-1.25%201.561A7%207%200%200%200%205%2010.11V17a1%201%200%201%201-2%200v-6.89a9%209%200%200%201%202.636-6.364%22%2F%3E%3Cpath%20d%3D%22M8.464%206.464A5%205%200%200%201%2017%2010v8.11a5%205%200%200%201-5%205a1%201%200%200%201%200-2a3%203%200%200%200%203-3V10a3%203%200%200%200-6%200v1.11a1%201%200%200%201-2%200V10a5%205%200%200%201%201.464-3.536m11.032.678a1%201%200%200%201%201.218.718A9%209%200%200%201%2021%2010.11v8a1%201%200%200%201-2%200v-8c0-.596-.076-1.183-.222-1.75a1%201%200%200%201%20.718-1.218%22%2F%3E%3Cpath%20d%3D%22M12%209a1%201%200%200%201%201%201v8.11a1%201%200%200%201-2%200V10a1%201%200%200%201%201-1m-4%205.61a1%201%200%200%201%201%201v2.5a1%201%200%200%201-2%200v-2.5a1%201%200%200%201%201-1%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.636%203.746a9%209%200%200%201%2011.989-.662a1%201%200%200%201-1.25%201.561A7%207%200%200%200%205%2010.11V17a1%201%200%201%201-2%200v-6.89a9%209%200%200%201%202.636-6.364%22%2F%3E%3Cpath%20d%3D%22M8.464%206.464A5%205%200%200%201%2017%2010v8.11a5%205%200%200%201-5%205a1%201%200%200%201%200-2a3%203%200%200%200%203-3V10a3%203%200%200%200-6%200v1.11a1%201%200%200%201-2%200V10a5%205%200%200%201%201.464-3.536m11.032.678a1%201%200%200%201%201.218.718A9%209%200%200%201%2021%2010.11v8a1%201%200%200%201-2%200v-8c0-.596-.076-1.183-.222-1.75a1%201%200%200%201%20.718-1.218%22%2F%3E%3Cpath%20d%3D%22M12%209a1%201%200%200%201%201%201v8.11a1%201%200%200%201-2%200V10a1%201%200%200%201%201-1m-4%205.61a1%201%200%200%201%201%201v2.5a1%201%200%200%201-2%200v-2.5a1%201%200%200%201%201-1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/fingerprint-filled.svg?color=%231a73e8&size=48