fingerprint icon
fingerprint-solid from Flowbite Icons by Themesberg · Solid · MIT Free for personal and commercial use.
- Name
- fingerprint-solid
- Set
- Flowbite Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
The same icon in other sets
fingerprintBootstrap IconsfingerprintBoxIcons v2fingerprintFont Awesome 6 SolidfingerprintFont Awesome Solidfingerprint-16-filledFluent UI System 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 12c.1 3-.2 6-1 9M7.1 4.4a9 9 0 0 1 13 3.7M3 15v-3a9 9 0 0 1 1.7-5.3m12.9 3c.3.8.4 1.5.4 2.3c0 2 0 4.2-.5 6.2M6 12a6 6 0 0 1 9.4-5M4 21a6 6 0 0 1 1-3.3a5 5 0 0 0 .8-2m8.7 2.5a14 14 0 0 1-1 2.7m-6-1.6C9 17.1 9 14.8 9 12a3 3 0 1 1 6 0v2.3M12 12c0 3 0 6-2 9"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteFingerprintSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M21 12c.1 3-.2 6-1 9M7.1 4.4a9 9 0 0 1 13 3.7M3 15v-3a9 9 0 0 1 1.7-5.3m12.9 3c.3.8.4 1.5.4 2.3c0 2 0 4.2-.5 6.2M6 12a6 6 0 0 1 9.4-5M4 21a6 6 0 0 1 1-3.3a5 5 0 0 0 .8-2m8.7 2.5a14 14 0 0 1-1 2.7m-6-1.6C9 17.1 9 14.8 9 12a3 3 0 1 1 6 0v2.3M12 12c0 3 0 6-2 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 12c.1 3-.2 6-1 9M7.1 4.4a9 9 0 0 1 13 3.7M3 15v-3a9 9 0 0 1 1.7-5.3m12.9 3c.3.8.4 1.5.4 2.3c0 2 0 4.2-.5 6.2M6 12a6 6 0 0 1 9.4-5M4 21a6 6 0 0 1 1-3.3a5 5 0 0 0 .8-2m8.7 2.5a14 14 0 0 1-1 2.7m-6-1.6C9 17.1 9 14.8 9 12a3 3 0 1 1 6 0v2.3M12 12c0 3 0 6-2 9"/></svg> </template>
CSS
.icon-fingerprint-solid {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M21%2012c.1%203-.2%206-1%209M7.1%204.4a9%209%200%200%201%2013%203.7M3%2015v-3a9%209%200%200%201%201.7-5.3m12.9%203c.3.8.4%201.5.4%202.3c0%202%200%204.2-.5%206.2M6%2012a6%206%200%200%201%209.4-5M4%2021a6%206%200%200%201%201-3.3a5%205%200%200%200%20.8-2m8.7%202.5a14%2014%200%200%201-1%202.7m-6-1.6C9%2017.1%209%2014.8%209%2012a3%203%200%201%201%206%200v2.3M12%2012c0%203%200%206-2%209%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M21%2012c.1%203-.2%206-1%209M7.1%204.4a9%209%200%200%201%2013%203.7M3%2015v-3a9%209%200%200%201%201.7-5.3m12.9%203c.3.8.4%201.5.4%202.3c0%202%200%204.2-.5%206.2M6%2012a6%206%200%200%201%209.4-5M4%2021a6%206%200%200%201%201-3.3a5%205%200%200%200%20.8-2m8.7%202.5a14%2014%200%200%201-1%202.7m-6-1.6C9%2017.1%209%2014.8%209%2012a3%203%200%201%201%206%200v2.3M12%2012c0%203%200%206-2%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/fingerprint-solid.svg?color=%231a73e8&size=48