finger scan icon
finger-scan from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- finger-scan
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the finger scan icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M12 14.88c-.91 0-1.65-.74-1.65-1.65v-2.47c0-.91.74-1.65 1.65-1.65s1.65.74 1.65 1.65v2.47c0 .91-.74 1.65-1.65 1.65Z"/><path d="M16.98 13.47c-.2 2.58-2.36 4.6-4.98 4.6c-2.76 0-5-2.24-5-5v-2.14c0-2.76 2.24-5 5-5c2.59 0 4.72 1.97 4.97 4.49"/><path stroke-linejoin="round" stroke-miterlimit="10" d="M15 2h2c3 0 5 2 5 5v2M2 9V7c0-3 2-5 5-5h2m6 20h2c3 0 5-2 5-5v-2M2 15v2c0 3 2 5 5 5h2"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFingerScan(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M12 14.88c-.91 0-1.65-.74-1.65-1.65v-2.47c0-.91.74-1.65 1.65-1.65s1.65.74 1.65 1.65v2.47c0 .91-.74 1.65-1.65 1.65Z"/><path d="M16.98 13.47c-.2 2.58-2.36 4.6-4.98 4.6c-2.76 0-5-2.24-5-5v-2.14c0-2.76 2.24-5 5-5c2.59 0 4.72 1.97 4.97 4.49"/><path strokeLinejoin="round" strokeMiterlimit="10" d="M15 2h2c3 0 5 2 5 5v2M2 9V7c0-3 2-5 5-5h2m6 20h2c3 0 5-2 5-5v-2M2 15v2c0 3 2 5 5 5h2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M12 14.88c-.91 0-1.65-.74-1.65-1.65v-2.47c0-.91.74-1.65 1.65-1.65s1.65.74 1.65 1.65v2.47c0 .91-.74 1.65-1.65 1.65Z"/><path d="M16.98 13.47c-.2 2.58-2.36 4.6-4.98 4.6c-2.76 0-5-2.24-5-5v-2.14c0-2.76 2.24-5 5-5c2.59 0 4.72 1.97 4.97 4.49"/><path stroke-linejoin="round" stroke-miterlimit="10" d="M15 2h2c3 0 5 2 5 5v2M2 9V7c0-3 2-5 5-5h2m6 20h2c3 0 5-2 5-5v-2M2 15v2c0 3 2 5 5 5h2"/></g></svg> </template>
CSS
.icon-finger-scan {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2014.88c-.91%200-1.65-.74-1.65-1.65v-2.47c0-.91.74-1.65%201.65-1.65s1.65.74%201.65%201.65v2.47c0%20.91-.74%201.65-1.65%201.65Z%22%2F%3E%3Cpath%20d%3D%22M16.98%2013.47c-.2%202.58-2.36%204.6-4.98%204.6c-2.76%200-5-2.24-5-5v-2.14c0-2.76%202.24-5%205-5c2.59%200%204.72%201.97%204.97%204.49%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M15%202h2c3%200%205%202%205%205v2M2%209V7c0-3%202-5%205-5h2m6%2020h2c3%200%205-2%205-5v-2M2%2015v2c0%203%202%205%205%205h2%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2014.88c-.91%200-1.65-.74-1.65-1.65v-2.47c0-.91.74-1.65%201.65-1.65s1.65.74%201.65%201.65v2.47c0%20.91-.74%201.65-1.65%201.65Z%22%2F%3E%3Cpath%20d%3D%22M16.98%2013.47c-.2%202.58-2.36%204.6-4.98%204.6c-2.76%200-5-2.24-5-5v-2.14c0-2.76%202.24-5%205-5c2.59%200%204.72%201.97%204.97%204.49%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M15%202h2c3%200%205%202%205%205v2M2%209V7c0-3%202-5%205-5h2m6%2020h2c3%200%205-2%205-5v-2M2%2015v2c0%203%202%205%205%205h2%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/finger-scan.svg?color=%231a73e8&size=48