fingerprint icon
fingerprint-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- fingerprint-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
fingerprintBootstrap IconsfingerprintBoxIcons v2fingerprintFont Awesome 6 SolidfingerprintFont Awesome Solidfingerprint-outlineFlowbite Iconsfingerprint-16-filledFluent UI System IconsfingerprintHealth IconsfingerprintHumbleiconsfingerprintIconParkfingerprintIconPark OutlinefingerprintIconoirfingerprintJam IconsfingerprintLine AwesomefingerprintMage IconsfingerprintMaterial SymbolsfingerprintMaterial Symbols LightfingerprintMaterial Design IconsfingerprintNoto EmojifingerprintOpenMojifingerprintPhosphorfingerprint-fillRemix IconfingerprintTabler IconsfingerprintTDesign Iconsfingerprint-outlineTeenyicons
Related icons in MingCute Icon
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="M12 2a9 9 0 0 1 9 9v3c0 .594-.042 1.19-.098 1.782c-.097 1.01-.293 2.35-.705 3.544c-.493 1.43-1.99 2.506-4.197 2.674q-.545.042-1.104.054A11.96 11.96 0 0 0 18 14v-3a6 6 0 0 0-12 0v.5c0 1.927-.99 3.622-2.49 4.604a11 11 0 0 1-.333-1.442a15 15 0 0 1-.143-1.138c-.055-.622-.047-1.246-.04-1.87Q3 11.329 3 11a9 9 0 0 1 9-9"/><path fill="currentColor" d="M16 14a9.98 9.98 0 0 1-3.885 7.913c-1.295-.167-2.564-.486-3.714-.996A9.99 9.99 0 0 0 13 12.5V11a1 1 0 1 0-2 0v1.5a8 8 0 0 1-4.605 7.246c-.775-.557-1.462-1.18-1.98-1.848A7.5 7.5 0 0 0 8 11.5V11a4 4 0 1 1 8 0z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteFingerprintFill(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="M12 2a9 9 0 0 1 9 9v3c0 .594-.042 1.19-.098 1.782c-.097 1.01-.293 2.35-.705 3.544c-.493 1.43-1.99 2.506-4.197 2.674q-.545.042-1.104.054A11.96 11.96 0 0 0 18 14v-3a6 6 0 0 0-12 0v.5c0 1.927-.99 3.622-2.49 4.604a11 11 0 0 1-.333-1.442a15 15 0 0 1-.143-1.138c-.055-.622-.047-1.246-.04-1.87Q3 11.329 3 11a9 9 0 0 1 9-9"/><path fill="currentColor" d="M16 14a9.98 9.98 0 0 1-3.885 7.913c-1.295-.167-2.564-.486-3.714-.996A9.99 9.99 0 0 0 13 12.5V11a1 1 0 1 0-2 0v1.5a8 8 0 0 1-4.605 7.246c-.775-.557-1.462-1.18-1.98-1.848A7.5 7.5 0 0 0 8 11.5V11a4 4 0 1 1 8 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a9 9 0 0 1 9 9v3c0 .594-.042 1.19-.098 1.782c-.097 1.01-.293 2.35-.705 3.544c-.493 1.43-1.99 2.506-4.197 2.674q-.545.042-1.104.054A11.96 11.96 0 0 0 18 14v-3a6 6 0 0 0-12 0v.5c0 1.927-.99 3.622-2.49 4.604a11 11 0 0 1-.333-1.442a15 15 0 0 1-.143-1.138c-.055-.622-.047-1.246-.04-1.87Q3 11.329 3 11a9 9 0 0 1 9-9"/><path fill="currentColor" d="M16 14a9.98 9.98 0 0 1-3.885 7.913c-1.295-.167-2.564-.486-3.714-.996A9.99 9.99 0 0 0 13 12.5V11a1 1 0 1 0-2 0v1.5a8 8 0 0 1-4.605 7.246c-.775-.557-1.462-1.18-1.98-1.848A7.5 7.5 0 0 0 8 11.5V11a4 4 0 1 1 8 0z"/></svg> </template>
CSS
.icon-fingerprint-fill {
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%22M12%202a9%209%200%200%201%209%209v3c0%20.594-.042%201.19-.098%201.782c-.097%201.01-.293%202.35-.705%203.544c-.493%201.43-1.99%202.506-4.197%202.674q-.545.042-1.104.054A11.96%2011.96%200%200%200%2018%2014v-3a6%206%200%200%200-12%200v.5c0%201.927-.99%203.622-2.49%204.604a11%2011%200%200%201-.333-1.442a15%2015%200%200%201-.143-1.138c-.055-.622-.047-1.246-.04-1.87Q3%2011.329%203%2011a9%209%200%200%201%209-9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2014a9.98%209.98%200%200%201-3.885%207.913c-1.295-.167-2.564-.486-3.714-.996A9.99%209.99%200%200%200%2013%2012.5V11a1%201%200%201%200-2%200v1.5a8%208%200%200%201-4.605%207.246c-.775-.557-1.462-1.18-1.98-1.848A7.5%207.5%200%200%200%208%2011.5V11a4%204%200%201%201%208%200z%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%22M12%202a9%209%200%200%201%209%209v3c0%20.594-.042%201.19-.098%201.782c-.097%201.01-.293%202.35-.705%203.544c-.493%201.43-1.99%202.506-4.197%202.674q-.545.042-1.104.054A11.96%2011.96%200%200%200%2018%2014v-3a6%206%200%200%200-12%200v.5c0%201.927-.99%203.622-2.49%204.604a11%2011%200%200%201-.333-1.442a15%2015%200%200%201-.143-1.138c-.055-.622-.047-1.246-.04-1.87Q3%2011.329%203%2011a9%209%200%200%201%209-9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2014a9.98%209.98%200%200%201-3.885%207.913c-1.295-.167-2.564-.486-3.714-.996A9.99%209.99%200%200%200%2013%2012.5V11a1%201%200%201%200-2%200v1.5a8%208%200%200%201-4.605%207.246c-.775-.557-1.462-1.18-1.98-1.848A7.5%207.5%200%200%200%208%2011.5V11a4%204%200%201%201%208%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/fingerprint-fill.svg?color=%231a73e8&size=48