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

Name
fingerprint-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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 8.5a2 2 0 0 1 2 2c0 .73.223 1.55.825 2.269a.75.75 0 0 1-1.15.963A5 5 0 0 1 8.5 10.5a.5.5 0 0 0-1 0c0 .85.314 1.66.657 2.282c.169.307.338.556.463.727a4 4 0 0 0 .192.245a.75.75 0 0 1-1.07 1.048q-.073-.074-.139-.155a8 8 0 0 1-.76-1.14C6.436 12.766 6 11.7 6 10.499a2 2 0 0 1 2-2M8 6c1.47 0 2.776.706 3.596 1.794a.75.75 0 1 1-1.199.902A3 3 0 0 0 5 10.5c0 .943.17 1.526.313 1.85c.062.139.134.29.247.396a.75.75 0 0 1-1.056 1.062l-.001-.001a1.5 1.5 0 0 1-.22-.25a3.2 3.2 0 0 1-.342-.603C3.706 12.421 3.5 11.63 3.5 10.5A4.5 4.5 0 0 1 8 6M6.039 3.778a.75.75 0 0 1 .42 1.44a5.503 5.503 0 0 0-3.742 6.817a.75.75 0 0 1-1.44.418A7.003 7.003 0 0 1 6.04 3.778m5.703 5.972a.75.75 0 0 1 .75.75c0 .185.067.369.155.524c.08.138.137.198.196.266a.75.75 0 0 1-1.08 1.031a2 2 0 0 1-.184-.204a3 3 0 0 1-.234-.35a2.6 2.6 0 0 1-.353-1.267a.75.75 0 0 1 .75-.75M8.834 3.549a7 7 0 0 1 6.161 6.678a.75.75 0 0 1-1.499.057A5.5 5.5 0 0 0 8.657 5.04a.75.75 0 0 1 .177-1.49M2.172 3.2a.75.75 0 0 1 1.021 1.1a5.7 5.7 0 0 0-.824.953a.75.75 0 0 1-1.238-.848a7.2 7.2 0 0 1 1.04-1.204M7.999 1c1.725 0 3.33.478 4.646 1.299a.75.75 0 0 1-.794 1.272C10.778 2.901 9.448 2.5 7.999 2.5a7.4 7.4 0 0 0-2.95.599a.75.75 0 0 1-.595-1.376A8.9 8.9 0 0 1 7.999 1"/></svg>

React

import type { SVGProps } from "react";

export function FluentFingerprint16Filled(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 8.5a2 2 0 0 1 2 2c0 .73.223 1.55.825 2.269a.75.75 0 0 1-1.15.963A5 5 0 0 1 8.5 10.5a.5.5 0 0 0-1 0c0 .85.314 1.66.657 2.282c.169.307.338.556.463.727a4 4 0 0 0 .192.245a.75.75 0 0 1-1.07 1.048q-.073-.074-.139-.155a8 8 0 0 1-.76-1.14C6.436 12.766 6 11.7 6 10.499a2 2 0 0 1 2-2M8 6c1.47 0 2.776.706 3.596 1.794a.75.75 0 1 1-1.199.902A3 3 0 0 0 5 10.5c0 .943.17 1.526.313 1.85c.062.139.134.29.247.396a.75.75 0 0 1-1.056 1.062l-.001-.001a1.5 1.5 0 0 1-.22-.25a3.2 3.2 0 0 1-.342-.603C3.706 12.421 3.5 11.63 3.5 10.5A4.5 4.5 0 0 1 8 6M6.039 3.778a.75.75 0 0 1 .42 1.44a5.503 5.503 0 0 0-3.742 6.817a.75.75 0 0 1-1.44.418A7.003 7.003 0 0 1 6.04 3.778m5.703 5.972a.75.75 0 0 1 .75.75c0 .185.067.369.155.524c.08.138.137.198.196.266a.75.75 0 0 1-1.08 1.031a2 2 0 0 1-.184-.204a3 3 0 0 1-.234-.35a2.6 2.6 0 0 1-.353-1.267a.75.75 0 0 1 .75-.75M8.834 3.549a7 7 0 0 1 6.161 6.678a.75.75 0 0 1-1.499.057A5.5 5.5 0 0 0 8.657 5.04a.75.75 0 0 1 .177-1.49M2.172 3.2a.75.75 0 0 1 1.021 1.1a5.7 5.7 0 0 0-.824.953a.75.75 0 0 1-1.238-.848a7.2 7.2 0 0 1 1.04-1.204M7.999 1c1.725 0 3.33.478 4.646 1.299a.75.75 0 0 1-.794 1.272C10.778 2.901 9.448 2.5 7.999 2.5a7.4 7.4 0 0 0-2.95.599a.75.75 0 0 1-.595-1.376A8.9 8.9 0 0 1 7.999 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 8.5a2 2 0 0 1 2 2c0 .73.223 1.55.825 2.269a.75.75 0 0 1-1.15.963A5 5 0 0 1 8.5 10.5a.5.5 0 0 0-1 0c0 .85.314 1.66.657 2.282c.169.307.338.556.463.727a4 4 0 0 0 .192.245a.75.75 0 0 1-1.07 1.048q-.073-.074-.139-.155a8 8 0 0 1-.76-1.14C6.436 12.766 6 11.7 6 10.499a2 2 0 0 1 2-2M8 6c1.47 0 2.776.706 3.596 1.794a.75.75 0 1 1-1.199.902A3 3 0 0 0 5 10.5c0 .943.17 1.526.313 1.85c.062.139.134.29.247.396a.75.75 0 0 1-1.056 1.062l-.001-.001a1.5 1.5 0 0 1-.22-.25a3.2 3.2 0 0 1-.342-.603C3.706 12.421 3.5 11.63 3.5 10.5A4.5 4.5 0 0 1 8 6M6.039 3.778a.75.75 0 0 1 .42 1.44a5.503 5.503 0 0 0-3.742 6.817a.75.75 0 0 1-1.44.418A7.003 7.003 0 0 1 6.04 3.778m5.703 5.972a.75.75 0 0 1 .75.75c0 .185.067.369.155.524c.08.138.137.198.196.266a.75.75 0 0 1-1.08 1.031a2 2 0 0 1-.184-.204a3 3 0 0 1-.234-.35a2.6 2.6 0 0 1-.353-1.267a.75.75 0 0 1 .75-.75M8.834 3.549a7 7 0 0 1 6.161 6.678a.75.75 0 0 1-1.499.057A5.5 5.5 0 0 0 8.657 5.04a.75.75 0 0 1 .177-1.49M2.172 3.2a.75.75 0 0 1 1.021 1.1a5.7 5.7 0 0 0-.824.953a.75.75 0 0 1-1.238-.848a7.2 7.2 0 0 1 1.04-1.204M7.999 1c1.725 0 3.33.478 4.646 1.299a.75.75 0 0 1-.794 1.272C10.778 2.901 9.448 2.5 7.999 2.5a7.4 7.4 0 0 0-2.95.599a.75.75 0 0 1-.595-1.376A8.9 8.9 0 0 1 7.999 1"/></svg>
</template>

CSS

.icon-fingerprint-16-filled {
  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%208.5a2%202%200%200%201%202%202c0%20.73.223%201.55.825%202.269a.75.75%200%200%201-1.15.963A5%205%200%200%201%208.5%2010.5a.5.5%200%200%200-1%200c0%20.85.314%201.66.657%202.282c.169.307.338.556.463.727a4%204%200%200%200%20.192.245a.75.75%200%200%201-1.07%201.048q-.073-.074-.139-.155a8%208%200%200%201-.76-1.14C6.436%2012.766%206%2011.7%206%2010.499a2%202%200%200%201%202-2M8%206c1.47%200%202.776.706%203.596%201.794a.75.75%200%201%201-1.199.902A3%203%200%200%200%205%2010.5c0%20.943.17%201.526.313%201.85c.062.139.134.29.247.396a.75.75%200%200%201-1.056%201.062l-.001-.001a1.5%201.5%200%200%201-.22-.25a3.2%203.2%200%200%201-.342-.603C3.706%2012.421%203.5%2011.63%203.5%2010.5A4.5%204.5%200%200%201%208%206M6.039%203.778a.75.75%200%200%201%20.42%201.44a5.503%205.503%200%200%200-3.742%206.817a.75.75%200%200%201-1.44.418A7.003%207.003%200%200%201%206.04%203.778m5.703%205.972a.75.75%200%200%201%20.75.75c0%20.185.067.369.155.524c.08.138.137.198.196.266a.75.75%200%200%201-1.08%201.031a2%202%200%200%201-.184-.204a3%203%200%200%201-.234-.35a2.6%202.6%200%200%201-.353-1.267a.75.75%200%200%201%20.75-.75M8.834%203.549a7%207%200%200%201%206.161%206.678a.75.75%200%200%201-1.499.057A5.5%205.5%200%200%200%208.657%205.04a.75.75%200%200%201%20.177-1.49M2.172%203.2a.75.75%200%200%201%201.021%201.1a5.7%205.7%200%200%200-.824.953a.75.75%200%200%201-1.238-.848a7.2%207.2%200%200%201%201.04-1.204M7.999%201c1.725%200%203.33.478%204.646%201.299a.75.75%200%200%201-.794%201.272C10.778%202.901%209.448%202.5%207.999%202.5a7.4%207.4%200%200%200-2.95.599a.75.75%200%200%201-.595-1.376A8.9%208.9%200%200%201%207.999%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%208.5a2%202%200%200%201%202%202c0%20.73.223%201.55.825%202.269a.75.75%200%200%201-1.15.963A5%205%200%200%201%208.5%2010.5a.5.5%200%200%200-1%200c0%20.85.314%201.66.657%202.282c.169.307.338.556.463.727a4%204%200%200%200%20.192.245a.75.75%200%200%201-1.07%201.048q-.073-.074-.139-.155a8%208%200%200%201-.76-1.14C6.436%2012.766%206%2011.7%206%2010.499a2%202%200%200%201%202-2M8%206c1.47%200%202.776.706%203.596%201.794a.75.75%200%201%201-1.199.902A3%203%200%200%200%205%2010.5c0%20.943.17%201.526.313%201.85c.062.139.134.29.247.396a.75.75%200%200%201-1.056%201.062l-.001-.001a1.5%201.5%200%200%201-.22-.25a3.2%203.2%200%200%201-.342-.603C3.706%2012.421%203.5%2011.63%203.5%2010.5A4.5%204.5%200%200%201%208%206M6.039%203.778a.75.75%200%200%201%20.42%201.44a5.503%205.503%200%200%200-3.742%206.817a.75.75%200%200%201-1.44.418A7.003%207.003%200%200%201%206.04%203.778m5.703%205.972a.75.75%200%200%201%20.75.75c0%20.185.067.369.155.524c.08.138.137.198.196.266a.75.75%200%200%201-1.08%201.031a2%202%200%200%201-.184-.204a3%203%200%200%201-.234-.35a2.6%202.6%200%200%201-.353-1.267a.75.75%200%200%201%20.75-.75M8.834%203.549a7%207%200%200%201%206.161%206.678a.75.75%200%200%201-1.499.057A5.5%205.5%200%200%200%208.657%205.04a.75.75%200%200%201%20.177-1.49M2.172%203.2a.75.75%200%200%201%201.021%201.1a5.7%205.7%200%200%200-.824.953a.75.75%200%200%201-1.238-.848a7.2%207.2%200%200%201%201.04-1.204M7.999%201c1.725%200%203.33.478%204.646%201.299a.75.75%200%200%201-.794%201.272C10.778%202.901%209.448%202.5%207.999%202.5a7.4%207.4%200%200%200-2.95.599a.75.75%200%200%201-.595-1.376A8.9%208.9%200%200%201%207.999%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-filled.svg?color=%231a73e8&size=48