fingerprint pattern icon
fingerprint-pattern from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- fingerprint-pattern
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the fingerprint pattern 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-width="1.5" d="M2 12c0-2.251.744-4.329 2-6m2.999-2.662a9.95 9.95 0 0 1 5-1.338A9.99 9.99 0 0 1 20 6m1.542 3A10 10 0 0 1 22 12a10 10 0 0 1-.832 4M3.5 17.5l.45-.45A7 7 0 0 0 6 12.1V12c0-1.093.292-2.118.803-3M9 6.803A6 6 0 0 1 18 12m-.275 3a16.5 16.5 0 0 1-2.499 6.16L15 21.5M10 12a2 2 0 1 1 4 0v.343c0 1.247-.17 2.476-.499 3.657m-1.233 3A13.7 13.7 0 0 1 10 22m-.294-7A8.5 8.5 0 0 1 6 20"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFingerprintPattern(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" strokeWidth="1.5" d="M2 12c0-2.251.744-4.329 2-6m2.999-2.662a9.95 9.95 0 0 1 5-1.338A9.99 9.99 0 0 1 20 6m1.542 3A10 10 0 0 1 22 12a10 10 0 0 1-.832 4M3.5 17.5l.45-.45A7 7 0 0 0 6 12.1V12c0-1.093.292-2.118.803-3M9 6.803A6 6 0 0 1 18 12m-.275 3a16.5 16.5 0 0 1-2.499 6.16L15 21.5M10 12a2 2 0 1 1 4 0v.343c0 1.247-.17 2.476-.499 3.657m-1.233 3A13.7 13.7 0 0 1 10 22m-.294-7A8.5 8.5 0 0 1 6 20"/></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-width="1.5" d="M2 12c0-2.251.744-4.329 2-6m2.999-2.662a9.95 9.95 0 0 1 5-1.338A9.99 9.99 0 0 1 20 6m1.542 3A10 10 0 0 1 22 12a10 10 0 0 1-.832 4M3.5 17.5l.45-.45A7 7 0 0 0 6 12.1V12c0-1.093.292-2.118.803-3M9 6.803A6 6 0 0 1 18 12m-.275 3a16.5 16.5 0 0 1-2.499 6.16L15 21.5M10 12a2 2 0 1 1 4 0v.343c0 1.247-.17 2.476-.499 3.657m-1.233 3A13.7 13.7 0 0 1 10 22m-.294-7A8.5 8.5 0 0 1 6 20"/></svg> </template>
CSS
.icon-fingerprint-pattern {
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-width%3D%221.5%22%20d%3D%22M2%2012c0-2.251.744-4.329%202-6m2.999-2.662a9.95%209.95%200%200%201%205-1.338A9.99%209.99%200%200%201%2020%206m1.542%203A10%2010%200%200%201%2022%2012a10%2010%200%200%201-.832%204M3.5%2017.5l.45-.45A7%207%200%200%200%206%2012.1V12c0-1.093.292-2.118.803-3M9%206.803A6%206%200%200%201%2018%2012m-.275%203a16.5%2016.5%200%200%201-2.499%206.16L15%2021.5M10%2012a2%202%200%201%201%204%200v.343c0%201.247-.17%202.476-.499%203.657m-1.233%203A13.7%2013.7%200%200%201%2010%2022m-.294-7A8.5%208.5%200%200%201%206%2020%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-width%3D%221.5%22%20d%3D%22M2%2012c0-2.251.744-4.329%202-6m2.999-2.662a9.95%209.95%200%200%201%205-1.338A9.99%209.99%200%200%201%2020%206m1.542%203A10%2010%200%200%201%2022%2012a10%2010%200%200%201-.832%204M3.5%2017.5l.45-.45A7%207%200%200%200%206%2012.1V12c0-1.093.292-2.118.803-3M9%206.803A6%206%200%200%201%2018%2012m-.275%203a16.5%2016.5%200%200%201-2.499%206.16L15%2021.5M10%2012a2%202%200%201%201%204%200v.343c0%201.247-.17%202.476-.499%203.657m-1.233%203A13.7%2013.7%200%200%201%2010%2022m-.294-7A8.5%208.5%200%200%201%206%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/fingerprint-pattern.svg?color=%231a73e8&size=48