fingerprint icon
fingerprint from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- fingerprint
- Set
- Reicon
- Style
- Outline
- 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.813 3.923a8.75 8.75 0 0 1 11.656-.644a.75.75 0 0 1-.938 1.171A7.25 7.25 0 0 0 4.75 10.11V17a.75.75 0 0 1-1.5 0v-6.89a8.75 8.75 0 0 1 2.563-6.187"/><path d="M8.641 6.641A4.75 4.75 0 0 1 16.75 10v8.11A4.75 4.75 0 0 1 12 22.86a.75.75 0 0 1 0-1.5a3.25 3.25 0 0 0 3.25-3.25V10a3.25 3.25 0 1 0-6.5 0v1.11a.75.75 0 0 1-1.5 0V10c0-1.26.5-2.468 1.391-3.359m10.918.743a.75.75 0 0 1 .913.538c.183.709.278 1.444.278 2.188v8a.75.75 0 0 1-1.5 0v-8c0-.617-.079-1.226-.23-1.813a.75.75 0 0 1 .538-.913"/><path d="M12 9.25a.75.75 0 0 1 .75.75v8.11a.75.75 0 0 1-1.5 0V10a.75.75 0 0 1 .75-.75m-4 5.61a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFingerprint(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.813 3.923a8.75 8.75 0 0 1 11.656-.644a.75.75 0 0 1-.938 1.171A7.25 7.25 0 0 0 4.75 10.11V17a.75.75 0 0 1-1.5 0v-6.89a8.75 8.75 0 0 1 2.563-6.187"/><path d="M8.641 6.641A4.75 4.75 0 0 1 16.75 10v8.11A4.75 4.75 0 0 1 12 22.86a.75.75 0 0 1 0-1.5a3.25 3.25 0 0 0 3.25-3.25V10a3.25 3.25 0 1 0-6.5 0v1.11a.75.75 0 0 1-1.5 0V10c0-1.26.5-2.468 1.391-3.359m10.918.743a.75.75 0 0 1 .913.538c.183.709.278 1.444.278 2.188v8a.75.75 0 0 1-1.5 0v-8c0-.617-.079-1.226-.23-1.813a.75.75 0 0 1 .538-.913"/><path d="M12 9.25a.75.75 0 0 1 .75.75v8.11a.75.75 0 0 1-1.5 0V10a.75.75 0 0 1 .75-.75m-4 5.61a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75"/></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.813 3.923a8.75 8.75 0 0 1 11.656-.644a.75.75 0 0 1-.938 1.171A7.25 7.25 0 0 0 4.75 10.11V17a.75.75 0 0 1-1.5 0v-6.89a8.75 8.75 0 0 1 2.563-6.187"/><path d="M8.641 6.641A4.75 4.75 0 0 1 16.75 10v8.11A4.75 4.75 0 0 1 12 22.86a.75.75 0 0 1 0-1.5a3.25 3.25 0 0 0 3.25-3.25V10a3.25 3.25 0 1 0-6.5 0v1.11a.75.75 0 0 1-1.5 0V10c0-1.26.5-2.468 1.391-3.359m10.918.743a.75.75 0 0 1 .913.538c.183.709.278 1.444.278 2.188v8a.75.75 0 0 1-1.5 0v-8c0-.617-.079-1.226-.23-1.813a.75.75 0 0 1 .538-.913"/><path d="M12 9.25a.75.75 0 0 1 .75.75v8.11a.75.75 0 0 1-1.5 0V10a.75.75 0 0 1 .75-.75m-4 5.61a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75"/></g></svg> </template>
CSS
.icon-fingerprint {
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.813%203.923a8.75%208.75%200%200%201%2011.656-.644a.75.75%200%200%201-.938%201.171A7.25%207.25%200%200%200%204.75%2010.11V17a.75.75%200%200%201-1.5%200v-6.89a8.75%208.75%200%200%201%202.563-6.187%22%2F%3E%3Cpath%20d%3D%22M8.641%206.641A4.75%204.75%200%200%201%2016.75%2010v8.11A4.75%204.75%200%200%201%2012%2022.86a.75.75%200%200%201%200-1.5a3.25%203.25%200%200%200%203.25-3.25V10a3.25%203.25%200%201%200-6.5%200v1.11a.75.75%200%200%201-1.5%200V10c0-1.26.5-2.468%201.391-3.359m10.918.743a.75.75%200%200%201%20.913.538c.183.709.278%201.444.278%202.188v8a.75.75%200%200%201-1.5%200v-8c0-.617-.079-1.226-.23-1.813a.75.75%200%200%201%20.538-.913%22%2F%3E%3Cpath%20d%3D%22M12%209.25a.75.75%200%200%201%20.75.75v8.11a.75.75%200%200%201-1.5%200V10a.75.75%200%200%201%20.75-.75m-4%205.61a.75.75%200%200%201%20.75.75v2.5a.75.75%200%200%201-1.5%200v-2.5a.75.75%200%200%201%20.75-.75%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.813%203.923a8.75%208.75%200%200%201%2011.656-.644a.75.75%200%200%201-.938%201.171A7.25%207.25%200%200%200%204.75%2010.11V17a.75.75%200%200%201-1.5%200v-6.89a8.75%208.75%200%200%201%202.563-6.187%22%2F%3E%3Cpath%20d%3D%22M8.641%206.641A4.75%204.75%200%200%201%2016.75%2010v8.11A4.75%204.75%200%200%201%2012%2022.86a.75.75%200%200%201%200-1.5a3.25%203.25%200%200%200%203.25-3.25V10a3.25%203.25%200%201%200-6.5%200v1.11a.75.75%200%200%201-1.5%200V10c0-1.26.5-2.468%201.391-3.359m10.918.743a.75.75%200%200%201%20.913.538c.183.709.278%201.444.278%202.188v8a.75.75%200%200%201-1.5%200v-8c0-.617-.079-1.226-.23-1.813a.75.75%200%200%201%20.538-.913%22%2F%3E%3Cpath%20d%3D%22M12%209.25a.75.75%200%200%201%20.75.75v8.11a.75.75%200%200%201-1.5%200V10a.75.75%200%200%201%20.75-.75m-4%205.61a.75.75%200%200%201%20.75.75v2.5a.75.75%200%200%201-1.5%200v-2.5a.75.75%200%200%201%20.75-.75%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.svg?color=%231a73e8&size=48