finger print icon
finger-print-16-solid from HeroIcons by Refactoring UI Inc · Solid 16x16 · MIT Free for personal and commercial use.
- Name
- finger-print-16-solid
- Set
- HeroIcons
- Style
- Solid 16x16
- Viewbox
- 16×16
- License
- MIT
3 other variants in HeroIcons
The same icon in other sets
Use the finger print icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8 3c-.988 0-1.908.286-2.682.78a.75.75 0 0 1-.806-1.266A6.5 6.5 0 0 1 14.5 8c0 1.665-.333 3.254-.936 4.704a.75.75 0 0 1-1.385-.577C12.708 10.857 13 9.464 13 8a5 5 0 0 0-5-5M3.55 4.282a.75.75 0 0 1 .23 1.036A4.97 4.97 0 0 0 3 8a.75.75 0 0 1-1.5 0c0-1.282.372-2.48 1.014-3.488a.75.75 0 0 1 1.036-.23M8 5.875A2.125 2.125 0 0 0 5.875 8a3.625 3.625 0 0 1-3.625 3.625h-.037a.75.75 0 1 1 .008-1.5h.03A2.125 2.125 0 0 0 4.376 8a3.625 3.625 0 1 1 7.25 0q0 .117-.003.233a.75.75 0 1 1-1.5-.036q.003-.098.003-.197A2.125 2.125 0 0 0 8 5.875M7.995 7.25a.75.75 0 0 1 .75.75a6.5 6.5 0 0 1-4.343 6.134a.75.75 0 1 1-.498-1.416A5 5 0 0 0 7.245 8a.75.75 0 0 1 .75-.75m2.651 2.87a.75.75 0 0 1 .463.955a9.4 9.4 0 0 1-3.008 4.25a.75.75 0 0 1-.936-1.171a7.9 7.9 0 0 0 2.527-3.57a.75.75 0 0 1 .954-.463" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HeroiconsFingerPrint16Solid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="M8 3c-.988 0-1.908.286-2.682.78a.75.75 0 0 1-.806-1.266A6.5 6.5 0 0 1 14.5 8c0 1.665-.333 3.254-.936 4.704a.75.75 0 0 1-1.385-.577C12.708 10.857 13 9.464 13 8a5 5 0 0 0-5-5M3.55 4.282a.75.75 0 0 1 .23 1.036A4.97 4.97 0 0 0 3 8a.75.75 0 0 1-1.5 0c0-1.282.372-2.48 1.014-3.488a.75.75 0 0 1 1.036-.23M8 5.875A2.125 2.125 0 0 0 5.875 8a3.625 3.625 0 0 1-3.625 3.625h-.037a.75.75 0 1 1 .008-1.5h.03A2.125 2.125 0 0 0 4.376 8a3.625 3.625 0 1 1 7.25 0q0 .117-.003.233a.75.75 0 1 1-1.5-.036q.003-.098.003-.197A2.125 2.125 0 0 0 8 5.875M7.995 7.25a.75.75 0 0 1 .75.75a6.5 6.5 0 0 1-4.343 6.134a.75.75 0 1 1-.498-1.416A5 5 0 0 0 7.245 8a.75.75 0 0 1 .75-.75m2.651 2.87a.75.75 0 0 1 .463.955a9.4 9.4 0 0 1-3.008 4.25a.75.75 0 0 1-.936-1.171a7.9 7.9 0 0 0 2.527-3.57a.75.75 0 0 1 .954-.463" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8 3c-.988 0-1.908.286-2.682.78a.75.75 0 0 1-.806-1.266A6.5 6.5 0 0 1 14.5 8c0 1.665-.333 3.254-.936 4.704a.75.75 0 0 1-1.385-.577C12.708 10.857 13 9.464 13 8a5 5 0 0 0-5-5M3.55 4.282a.75.75 0 0 1 .23 1.036A4.97 4.97 0 0 0 3 8a.75.75 0 0 1-1.5 0c0-1.282.372-2.48 1.014-3.488a.75.75 0 0 1 1.036-.23M8 5.875A2.125 2.125 0 0 0 5.875 8a3.625 3.625 0 0 1-3.625 3.625h-.037a.75.75 0 1 1 .008-1.5h.03A2.125 2.125 0 0 0 4.376 8a3.625 3.625 0 1 1 7.25 0q0 .117-.003.233a.75.75 0 1 1-1.5-.036q.003-.098.003-.197A2.125 2.125 0 0 0 8 5.875M7.995 7.25a.75.75 0 0 1 .75.75a6.5 6.5 0 0 1-4.343 6.134a.75.75 0 1 1-.498-1.416A5 5 0 0 0 7.245 8a.75.75 0 0 1 .75-.75m2.651 2.87a.75.75 0 0 1 .463.955a9.4 9.4 0 0 1-3.008 4.25a.75.75 0 0 1-.936-1.171a7.9 7.9 0 0 0 2.527-3.57a.75.75 0 0 1 .954-.463" clip-rule="evenodd"/></svg> </template>
CSS
.icon-finger-print-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%203c-.988%200-1.908.286-2.682.78a.75.75%200%200%201-.806-1.266A6.5%206.5%200%200%201%2014.5%208c0%201.665-.333%203.254-.936%204.704a.75.75%200%200%201-1.385-.577C12.708%2010.857%2013%209.464%2013%208a5%205%200%200%200-5-5M3.55%204.282a.75.75%200%200%201%20.23%201.036A4.97%204.97%200%200%200%203%208a.75.75%200%200%201-1.5%200c0-1.282.372-2.48%201.014-3.488a.75.75%200%200%201%201.036-.23M8%205.875A2.125%202.125%200%200%200%205.875%208a3.625%203.625%200%200%201-3.625%203.625h-.037a.75.75%200%201%201%20.008-1.5h.03A2.125%202.125%200%200%200%204.376%208a3.625%203.625%200%201%201%207.25%200q0%20.117-.003.233a.75.75%200%201%201-1.5-.036q.003-.098.003-.197A2.125%202.125%200%200%200%208%205.875M7.995%207.25a.75.75%200%200%201%20.75.75a6.5%206.5%200%200%201-4.343%206.134a.75.75%200%201%201-.498-1.416A5%205%200%200%200%207.245%208a.75.75%200%200%201%20.75-.75m2.651%202.87a.75.75%200%200%201%20.463.955a9.4%209.4%200%200%201-3.008%204.25a.75.75%200%200%201-.936-1.171a7.9%207.9%200%200%200%202.527-3.57a.75.75%200%200%201%20.954-.463%22%20clip-rule%3D%22evenodd%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%203c-.988%200-1.908.286-2.682.78a.75.75%200%200%201-.806-1.266A6.5%206.5%200%200%201%2014.5%208c0%201.665-.333%203.254-.936%204.704a.75.75%200%200%201-1.385-.577C12.708%2010.857%2013%209.464%2013%208a5%205%200%200%200-5-5M3.55%204.282a.75.75%200%200%201%20.23%201.036A4.97%204.97%200%200%200%203%208a.75.75%200%200%201-1.5%200c0-1.282.372-2.48%201.014-3.488a.75.75%200%200%201%201.036-.23M8%205.875A2.125%202.125%200%200%200%205.875%208a3.625%203.625%200%200%201-3.625%203.625h-.037a.75.75%200%201%201%20.008-1.5h.03A2.125%202.125%200%200%200%204.376%208a3.625%203.625%200%201%201%207.25%200q0%20.117-.003.233a.75.75%200%201%201-1.5-.036q.003-.098.003-.197A2.125%202.125%200%200%200%208%205.875M7.995%207.25a.75.75%200%200%201%20.75.75a6.5%206.5%200%200%201-4.343%206.134a.75.75%200%201%201-.498-1.416A5%205%200%200%200%207.245%208a.75.75%200%200%201%20.75-.75m2.651%202.87a.75.75%200%200%201%20.463.955a9.4%209.4%200%200%201-3.008%204.25a.75.75%200%200%201-.936-1.171a7.9%207.9%200%200%200%202.527-3.57a.75.75%200%200%201%20.954-.463%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/finger-print-16-solid.svg?color=%231a73e8&size=48