fingerprint icon
fingerprint from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- fingerprint
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
fingerprintBootstrap IconsfingerprintBoxIcons v2fingerprintFont Awesome 6 Solidfingerprint-16-filledFluent UI System IconsfingerprintHumbleiconsfingerprintIconoirfingerprintLine AwesomefingerprintMage IconsfingerprintMaterial SymbolsfingerprintMaterial Design Iconsfingerprint-fillMingCute IconfingerprintNoto EmojifingerprintOpenMojifingerprintPhosphorfingerprint-fillRemix IconfingerprintTabler Iconsfingerprint-outlineTeenyiconsfingerprintTwitter Emoji
Use the fingerprint icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -2 24 24"><path fill="currentColor" d="M2 7a1 1 0 1 1-2 0a7 7 0 1 1 14 0v2a1 1 0 0 1-2 0V7A5 5 0 1 0 2 7m3 3a1 1 0 0 1-2 0V7a4 4 0 1 1 8 0a1 1 0 0 1-2 0a2 2 0 1 0-4 0zm-2 3a1 1 0 0 1 2 0a2 2 0 1 0 4 0v-3a1 1 0 1 1 2 0v3a4 4 0 1 1-8 0m3-5a1 1 0 1 1 2 0v4a1 1 0 0 1-2 0zm-6 3a1 1 0 0 1 2 0v2a5 5 0 0 0 10 0a1 1 0 0 1 2 0a7 7 0 0 1-14 0z"/></svg>
React
import type { SVGProps } from "react";
export function JamFingerprint(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -2 24 24"><path fill="currentColor" d="M2 7a1 1 0 1 1-2 0a7 7 0 1 1 14 0v2a1 1 0 0 1-2 0V7A5 5 0 1 0 2 7m3 3a1 1 0 0 1-2 0V7a4 4 0 1 1 8 0a1 1 0 0 1-2 0a2 2 0 1 0-4 0zm-2 3a1 1 0 0 1 2 0a2 2 0 1 0 4 0v-3a1 1 0 1 1 2 0v3a4 4 0 1 1-8 0m3-5a1 1 0 1 1 2 0v4a1 1 0 0 1-2 0zm-6 3a1 1 0 0 1 2 0v2a5 5 0 0 0 10 0a1 1 0 0 1 2 0a7 7 0 0 1-14 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -2 24 24"><path fill="currentColor" d="M2 7a1 1 0 1 1-2 0a7 7 0 1 1 14 0v2a1 1 0 0 1-2 0V7A5 5 0 1 0 2 7m3 3a1 1 0 0 1-2 0V7a4 4 0 1 1 8 0a1 1 0 0 1-2 0a2 2 0 1 0-4 0zm-2 3a1 1 0 0 1 2 0a2 2 0 1 0 4 0v-3a1 1 0 1 1 2 0v3a4 4 0 1 1-8 0m3-5a1 1 0 1 1 2 0v4a1 1 0 0 1-2 0zm-6 3a1 1 0 0 1 2 0v2a5 5 0 0 0 10 0a1 1 0 0 1 2 0a7 7 0 0 1-14 0z"/></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%22-5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%207a1%201%200%201%201-2%200a7%207%200%201%201%2014%200v2a1%201%200%200%201-2%200V7A5%205%200%201%200%202%207m3%203a1%201%200%200%201-2%200V7a4%204%200%201%201%208%200a1%201%200%200%201-2%200a2%202%200%201%200-4%200zm-2%203a1%201%200%200%201%202%200a2%202%200%201%200%204%200v-3a1%201%200%201%201%202%200v3a4%204%200%201%201-8%200m3-5a1%201%200%201%201%202%200v4a1%201%200%200%201-2%200zm-6%203a1%201%200%200%201%202%200v2a5%205%200%200%200%2010%200a1%201%200%200%201%202%200a7%207%200%200%201-14%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%22-5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%207a1%201%200%201%201-2%200a7%207%200%201%201%2014%200v2a1%201%200%200%201-2%200V7A5%205%200%201%200%202%207m3%203a1%201%200%200%201-2%200V7a4%204%200%201%201%208%200a1%201%200%200%201-2%200a2%202%200%201%200-4%200zm-2%203a1%201%200%200%201%202%200a2%202%200%201%200%204%200v-3a1%201%200%201%201%202%200v3a4%204%200%201%201-8%200m3-5a1%201%200%201%201%202%200v4a1%201%200%200%201-2%200zm-6%203a1%201%200%200%201%202%200v2a5%205%200%200%200%2010%200a1%201%200%200%201%202%200a7%207%200%200%201-14%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/fingerprint.svg?color=%231a73e8&size=48