fingerprint-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
fingerprint-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Use the fingerprint icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 7a3 3 0 0 1 3 3c0 1.244.444 2.28 1.345 3.138a.5.5 0 0 1-.69.724C10.556 12.816 10 11.518 10 10a2 2 0 1 0-4 0c0 .593.215 1.414.572 2.218c.357.803.823 1.513 1.263 1.91a.5.5 0 1 1-.67.743c-.584-.528-1.12-1.377-1.506-2.247S5 10.787 5 10a3 3 0 0 1 3-3m.08 2.26a.5.5 0 0 1 .415.572c-.083.534.111 1.38.5 2.257c.382.865.9 1.642 1.34 2.04a.5.5 0 0 1-.67.742c-.584-.527-1.173-1.443-1.586-2.378c-.408-.923-.7-1.989-.571-2.815a.5.5 0 0 1 .571-.417M8 5c1.734 0 3.262.883 4.158 2.222a.5.5 0 0 1-.83.556A4 4 0 0 0 4 10c-.001 1.173.234 1.98.456 2.48c.111.25.22.426.296.536c.052.074.11.142.167.213a.5.5 0 0 1-.698.687a1.6 1.6 0 0 1-.287-.327a4 4 0 0 1-.392-.704C3.265 12.256 3 11.312 3 10a5 5 0 0 1 5-5M6.385 3.188a.5.5 0 0 1 .23.973q-.234.056-.462.129a6.004 6.004 0 0 0-3.993 7.096a.5.5 0 1 1-.973.23a7.004 7.004 0 0 1 5.197-8.428M12.464 9a.5.5 0 0 1 .509.491c.003.198.05.536.18.86c.131.326.322.577.57.702a.5.5 0 0 1-.447.894c-.55-.275-.87-.775-1.05-1.223a3.6 3.6 0 0 1-.253-1.215a.5.5 0 0 1 .49-.509M8.538 3.02c3.435.262 6.2 3.004 6.461 6.443a.5.5 0 0 1-.998.075c-.224-2.943-2.592-5.295-5.54-5.52a.501.501 0 0 1 .077-.997m-6.379.196a.5.5 0 1 1 .683.73a6 6 0 0 0-.76.85a.5.5 0 0 1-.805-.593q.393-.53.882-.987M8.001 1c1.784 0 3.437.511 4.772 1.38a.5.5 0 1 1-.546.839C11.058 2.457 9.595 2 8.002 2a7.9 7.9 0 0 0-3.292.704a.5.5 0 0 1-.417-.91A8.9 8.9 0 0 1 8.001 1"/></svg>

React

import type { SVGProps } from "react";

export function FluentFingerprint16Regular(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" d="M8 7a3 3 0 0 1 3 3c0 1.244.444 2.28 1.345 3.138a.5.5 0 0 1-.69.724C10.556 12.816 10 11.518 10 10a2 2 0 1 0-4 0c0 .593.215 1.414.572 2.218c.357.803.823 1.513 1.263 1.91a.5.5 0 1 1-.67.743c-.584-.528-1.12-1.377-1.506-2.247S5 10.787 5 10a3 3 0 0 1 3-3m.08 2.26a.5.5 0 0 1 .415.572c-.083.534.111 1.38.5 2.257c.382.865.9 1.642 1.34 2.04a.5.5 0 0 1-.67.742c-.584-.527-1.173-1.443-1.586-2.378c-.408-.923-.7-1.989-.571-2.815a.5.5 0 0 1 .571-.417M8 5c1.734 0 3.262.883 4.158 2.222a.5.5 0 0 1-.83.556A4 4 0 0 0 4 10c-.001 1.173.234 1.98.456 2.48c.111.25.22.426.296.536c.052.074.11.142.167.213a.5.5 0 0 1-.698.687a1.6 1.6 0 0 1-.287-.327a4 4 0 0 1-.392-.704C3.265 12.256 3 11.312 3 10a5 5 0 0 1 5-5M6.385 3.188a.5.5 0 0 1 .23.973q-.234.056-.462.129a6.004 6.004 0 0 0-3.993 7.096a.5.5 0 1 1-.973.23a7.004 7.004 0 0 1 5.197-8.428M12.464 9a.5.5 0 0 1 .509.491c.003.198.05.536.18.86c.131.326.322.577.57.702a.5.5 0 0 1-.447.894c-.55-.275-.87-.775-1.05-1.223a3.6 3.6 0 0 1-.253-1.215a.5.5 0 0 1 .49-.509M8.538 3.02c3.435.262 6.2 3.004 6.461 6.443a.5.5 0 0 1-.998.075c-.224-2.943-2.592-5.295-5.54-5.52a.501.501 0 0 1 .077-.997m-6.379.196a.5.5 0 1 1 .683.73a6 6 0 0 0-.76.85a.5.5 0 0 1-.805-.593q.393-.53.882-.987M8.001 1c1.784 0 3.437.511 4.772 1.38a.5.5 0 1 1-.546.839C11.058 2.457 9.595 2 8.002 2a7.9 7.9 0 0 0-3.292.704a.5.5 0 0 1-.417-.91A8.9 8.9 0 0 1 8.001 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 7a3 3 0 0 1 3 3c0 1.244.444 2.28 1.345 3.138a.5.5 0 0 1-.69.724C10.556 12.816 10 11.518 10 10a2 2 0 1 0-4 0c0 .593.215 1.414.572 2.218c.357.803.823 1.513 1.263 1.91a.5.5 0 1 1-.67.743c-.584-.528-1.12-1.377-1.506-2.247S5 10.787 5 10a3 3 0 0 1 3-3m.08 2.26a.5.5 0 0 1 .415.572c-.083.534.111 1.38.5 2.257c.382.865.9 1.642 1.34 2.04a.5.5 0 0 1-.67.742c-.584-.527-1.173-1.443-1.586-2.378c-.408-.923-.7-1.989-.571-2.815a.5.5 0 0 1 .571-.417M8 5c1.734 0 3.262.883 4.158 2.222a.5.5 0 0 1-.83.556A4 4 0 0 0 4 10c-.001 1.173.234 1.98.456 2.48c.111.25.22.426.296.536c.052.074.11.142.167.213a.5.5 0 0 1-.698.687a1.6 1.6 0 0 1-.287-.327a4 4 0 0 1-.392-.704C3.265 12.256 3 11.312 3 10a5 5 0 0 1 5-5M6.385 3.188a.5.5 0 0 1 .23.973q-.234.056-.462.129a6.004 6.004 0 0 0-3.993 7.096a.5.5 0 1 1-.973.23a7.004 7.004 0 0 1 5.197-8.428M12.464 9a.5.5 0 0 1 .509.491c.003.198.05.536.18.86c.131.326.322.577.57.702a.5.5 0 0 1-.447.894c-.55-.275-.87-.775-1.05-1.223a3.6 3.6 0 0 1-.253-1.215a.5.5 0 0 1 .49-.509M8.538 3.02c3.435.262 6.2 3.004 6.461 6.443a.5.5 0 0 1-.998.075c-.224-2.943-2.592-5.295-5.54-5.52a.501.501 0 0 1 .077-.997m-6.379.196a.5.5 0 1 1 .683.73a6 6 0 0 0-.76.85a.5.5 0 0 1-.805-.593q.393-.53.882-.987M8.001 1c1.784 0 3.437.511 4.772 1.38a.5.5 0 1 1-.546.839C11.058 2.457 9.595 2 8.002 2a7.9 7.9 0 0 0-3.292.704a.5.5 0 0 1-.417-.91A8.9 8.9 0 0 1 8.001 1"/></svg>
</template>

CSS

.icon-fingerprint-16-regular {
  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%20d%3D%22M8%207a3%203%200%200%201%203%203c0%201.244.444%202.28%201.345%203.138a.5.5%200%200%201-.69.724C10.556%2012.816%2010%2011.518%2010%2010a2%202%200%201%200-4%200c0%20.593.215%201.414.572%202.218c.357.803.823%201.513%201.263%201.91a.5.5%200%201%201-.67.743c-.584-.528-1.12-1.377-1.506-2.247S5%2010.787%205%2010a3%203%200%200%201%203-3m.08%202.26a.5.5%200%200%201%20.415.572c-.083.534.111%201.38.5%202.257c.382.865.9%201.642%201.34%202.04a.5.5%200%200%201-.67.742c-.584-.527-1.173-1.443-1.586-2.378c-.408-.923-.7-1.989-.571-2.815a.5.5%200%200%201%20.571-.417M8%205c1.734%200%203.262.883%204.158%202.222a.5.5%200%200%201-.83.556A4%204%200%200%200%204%2010c-.001%201.173.234%201.98.456%202.48c.111.25.22.426.296.536c.052.074.11.142.167.213a.5.5%200%200%201-.698.687a1.6%201.6%200%200%201-.287-.327a4%204%200%200%201-.392-.704C3.265%2012.256%203%2011.312%203%2010a5%205%200%200%201%205-5M6.385%203.188a.5.5%200%200%201%20.23.973q-.234.056-.462.129a6.004%206.004%200%200%200-3.993%207.096a.5.5%200%201%201-.973.23a7.004%207.004%200%200%201%205.197-8.428M12.464%209a.5.5%200%200%201%20.509.491c.003.198.05.536.18.86c.131.326.322.577.57.702a.5.5%200%200%201-.447.894c-.55-.275-.87-.775-1.05-1.223a3.6%203.6%200%200%201-.253-1.215a.5.5%200%200%201%20.49-.509M8.538%203.02c3.435.262%206.2%203.004%206.461%206.443a.5.5%200%200%201-.998.075c-.224-2.943-2.592-5.295-5.54-5.52a.501.501%200%200%201%20.077-.997m-6.379.196a.5.5%200%201%201%20.683.73a6%206%200%200%200-.76.85a.5.5%200%200%201-.805-.593q.393-.53.882-.987M8.001%201c1.784%200%203.437.511%204.772%201.38a.5.5%200%201%201-.546.839C11.058%202.457%209.595%202%208.002%202a7.9%207.9%200%200%200-3.292.704a.5.5%200%200%201-.417-.91A8.9%208.9%200%200%201%208.001%201%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%20d%3D%22M8%207a3%203%200%200%201%203%203c0%201.244.444%202.28%201.345%203.138a.5.5%200%200%201-.69.724C10.556%2012.816%2010%2011.518%2010%2010a2%202%200%201%200-4%200c0%20.593.215%201.414.572%202.218c.357.803.823%201.513%201.263%201.91a.5.5%200%201%201-.67.743c-.584-.528-1.12-1.377-1.506-2.247S5%2010.787%205%2010a3%203%200%200%201%203-3m.08%202.26a.5.5%200%200%201%20.415.572c-.083.534.111%201.38.5%202.257c.382.865.9%201.642%201.34%202.04a.5.5%200%200%201-.67.742c-.584-.527-1.173-1.443-1.586-2.378c-.408-.923-.7-1.989-.571-2.815a.5.5%200%200%201%20.571-.417M8%205c1.734%200%203.262.883%204.158%202.222a.5.5%200%200%201-.83.556A4%204%200%200%200%204%2010c-.001%201.173.234%201.98.456%202.48c.111.25.22.426.296.536c.052.074.11.142.167.213a.5.5%200%200%201-.698.687a1.6%201.6%200%200%201-.287-.327a4%204%200%200%201-.392-.704C3.265%2012.256%203%2011.312%203%2010a5%205%200%200%201%205-5M6.385%203.188a.5.5%200%200%201%20.23.973q-.234.056-.462.129a6.004%206.004%200%200%200-3.993%207.096a.5.5%200%201%201-.973.23a7.004%207.004%200%200%201%205.197-8.428M12.464%209a.5.5%200%200%201%20.509.491c.003.198.05.536.18.86c.131.326.322.577.57.702a.5.5%200%200%201-.447.894c-.55-.275-.87-.775-1.05-1.223a3.6%203.6%200%200%201-.253-1.215a.5.5%200%200%201%20.49-.509M8.538%203.02c3.435.262%206.2%203.004%206.461%206.443a.5.5%200%200%201-.998.075c-.224-2.943-2.592-5.295-5.54-5.52a.501.501%200%200%201%20.077-.997m-6.379.196a.5.5%200%201%201%20.683.73a6%206%200%200%200-.76.85a.5.5%200%200%201-.805-.593q.393-.53.882-.987M8.001%201c1.784%200%203.437.511%204.772%201.38a.5.5%200%201%201-.546.839C11.058%202.457%209.595%202%208.002%202a7.9%207.9%200%200%200-3.292.704a.5.5%200%200%201-.417-.91A8.9%208.9%200%200%201%208.001%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/fingerprint-16-regular.svg?color=%231a73e8&size=48