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

Name
fingerprint-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M14.858 12.158c.56.573.877 1.268 1.106 2.228l.1.456l.178.947c.09.445.158.692.255.908q.449 1.012 1.595 2.065a.75.75 0 0 1-1.013 1.106q-1.363-1.246-1.952-2.56c-.149-.334-.24-.65-.347-1.18l-.21-1.1l-.013-.06c-.18-.85-.404-1.385-.772-1.762c-.713-.73-2.357-.537-2.797.158c-.562.889-.705 2.396-.26 3.916q.518 1.761 1.373 3.467a.75.75 0 0 1-1.34.672a22.3 22.3 0 0 1-1.471-3.717c-.562-1.912-.376-3.864.43-5.14c.953-1.506 3.742-1.834 5.138-.404m-2.366 2.315a.75.75 0 0 1 .775.725a7.93 7.93 0 0 0 1.444 4.304l.196.266l.3.39a.75.75 0 0 1-1.114.998l-.074-.083l-.3-.39a9.43 9.43 0 0 1-1.951-5.435a.75.75 0 0 1 .724-.775M8.782 9.39c2.113-1.563 4.875-1.478 6.733-.284c.93.598 1.635 1.295 2.103 2.093a.75.75 0 0 1-1.294.76c-.342-.584-.878-1.115-1.62-1.591c-1.362-.876-3.451-.94-5.029.228c-1.638 1.213-2.328 3.291-2.123 5.482q.172 1.84 1.114 3.724a.75.75 0 0 1-1.342.67Q6.26 18.346 6.06 16.219c-.25-2.67.61-5.263 2.724-6.828m9.18 4.301a.75.75 0 0 1 .788.71c.031.604.18 1.097.442 1.494c.22.333.414.525.563.6l.061.024a.75.75 0 0 1-.434 1.436c-.547-.165-1.017-.588-1.443-1.235c-.416-.63-.643-1.382-.687-2.241a.75.75 0 0 1 .71-.788m-7.451-7.589a.75.75 0 0 1-.377.992c-1.84.828-3.194 2.008-4.083 3.548c-1.114 1.928-1.414 4.181-1.165 6.08a.75.75 0 1 1-1.487.196c-.289-2.201.055-4.778 1.353-7.026C5.804 8.071 7.4 6.68 9.519 5.726a.75.75 0 0 1 .992.376m2.343-.787c1.83.037 3.652.878 5.459 2.486c1.823 1.622 2.921 3.827 3.294 6.58a.75.75 0 1 1-1.486.202c-.327-2.412-1.261-4.287-2.805-5.661c-1.56-1.388-3.055-2.078-4.493-2.107a.75.75 0 1 1 .031-1.5m-6.871.014a.75.75 0 0 1-.062 1.06q-.403.357-.843.854q-.415.468-.846 1.213a.75.75 0 1 1-1.3-.75a9 9 0 0 1 1.024-1.458q.497-.56.968-.98a.75.75 0 0 1 1.059.061m6.585-2.966c2.193.103 4.03.703 5.53 1.861a.75.75 0 0 1-.917 1.188c-1.245-.962-2.785-1.461-4.683-1.55c-1.903-.09-3.462.284-4.715.979c-.384.213-.814.106-1.031-.247a.74.74 0 0 1 .246-1.031c1.536-.904 3.383-1.302 5.57-1.2"/></svg>

React

import type { SVGProps } from "react";

export function FluentFingerprint24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.858 12.158c.56.573.877 1.268 1.106 2.228l.1.456l.178.947c.09.445.158.692.255.908q.449 1.012 1.595 2.065a.75.75 0 0 1-1.013 1.106q-1.363-1.246-1.952-2.56c-.149-.334-.24-.65-.347-1.18l-.21-1.1l-.013-.06c-.18-.85-.404-1.385-.772-1.762c-.713-.73-2.357-.537-2.797.158c-.562.889-.705 2.396-.26 3.916q.518 1.761 1.373 3.467a.75.75 0 0 1-1.34.672a22.3 22.3 0 0 1-1.471-3.717c-.562-1.912-.376-3.864.43-5.14c.953-1.506 3.742-1.834 5.138-.404m-2.366 2.315a.75.75 0 0 1 .775.725a7.93 7.93 0 0 0 1.444 4.304l.196.266l.3.39a.75.75 0 0 1-1.114.998l-.074-.083l-.3-.39a9.43 9.43 0 0 1-1.951-5.435a.75.75 0 0 1 .724-.775M8.782 9.39c2.113-1.563 4.875-1.478 6.733-.284c.93.598 1.635 1.295 2.103 2.093a.75.75 0 0 1-1.294.76c-.342-.584-.878-1.115-1.62-1.591c-1.362-.876-3.451-.94-5.029.228c-1.638 1.213-2.328 3.291-2.123 5.482q.172 1.84 1.114 3.724a.75.75 0 0 1-1.342.67Q6.26 18.346 6.06 16.219c-.25-2.67.61-5.263 2.724-6.828m9.18 4.301a.75.75 0 0 1 .788.71c.031.604.18 1.097.442 1.494c.22.333.414.525.563.6l.061.024a.75.75 0 0 1-.434 1.436c-.547-.165-1.017-.588-1.443-1.235c-.416-.63-.643-1.382-.687-2.241a.75.75 0 0 1 .71-.788m-7.451-7.589a.75.75 0 0 1-.377.992c-1.84.828-3.194 2.008-4.083 3.548c-1.114 1.928-1.414 4.181-1.165 6.08a.75.75 0 1 1-1.487.196c-.289-2.201.055-4.778 1.353-7.026C5.804 8.071 7.4 6.68 9.519 5.726a.75.75 0 0 1 .992.376m2.343-.787c1.83.037 3.652.878 5.459 2.486c1.823 1.622 2.921 3.827 3.294 6.58a.75.75 0 1 1-1.486.202c-.327-2.412-1.261-4.287-2.805-5.661c-1.56-1.388-3.055-2.078-4.493-2.107a.75.75 0 1 1 .031-1.5m-6.871.014a.75.75 0 0 1-.062 1.06q-.403.357-.843.854q-.415.468-.846 1.213a.75.75 0 1 1-1.3-.75a9 9 0 0 1 1.024-1.458q.497-.56.968-.98a.75.75 0 0 1 1.059.061m6.585-2.966c2.193.103 4.03.703 5.53 1.861a.75.75 0 0 1-.917 1.188c-1.245-.962-2.785-1.461-4.683-1.55c-1.903-.09-3.462.284-4.715.979c-.384.213-.814.106-1.031-.247a.74.74 0 0 1 .246-1.031c1.536-.904 3.383-1.302 5.57-1.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.858 12.158c.56.573.877 1.268 1.106 2.228l.1.456l.178.947c.09.445.158.692.255.908q.449 1.012 1.595 2.065a.75.75 0 0 1-1.013 1.106q-1.363-1.246-1.952-2.56c-.149-.334-.24-.65-.347-1.18l-.21-1.1l-.013-.06c-.18-.85-.404-1.385-.772-1.762c-.713-.73-2.357-.537-2.797.158c-.562.889-.705 2.396-.26 3.916q.518 1.761 1.373 3.467a.75.75 0 0 1-1.34.672a22.3 22.3 0 0 1-1.471-3.717c-.562-1.912-.376-3.864.43-5.14c.953-1.506 3.742-1.834 5.138-.404m-2.366 2.315a.75.75 0 0 1 .775.725a7.93 7.93 0 0 0 1.444 4.304l.196.266l.3.39a.75.75 0 0 1-1.114.998l-.074-.083l-.3-.39a9.43 9.43 0 0 1-1.951-5.435a.75.75 0 0 1 .724-.775M8.782 9.39c2.113-1.563 4.875-1.478 6.733-.284c.93.598 1.635 1.295 2.103 2.093a.75.75 0 0 1-1.294.76c-.342-.584-.878-1.115-1.62-1.591c-1.362-.876-3.451-.94-5.029.228c-1.638 1.213-2.328 3.291-2.123 5.482q.172 1.84 1.114 3.724a.75.75 0 0 1-1.342.67Q6.26 18.346 6.06 16.219c-.25-2.67.61-5.263 2.724-6.828m9.18 4.301a.75.75 0 0 1 .788.71c.031.604.18 1.097.442 1.494c.22.333.414.525.563.6l.061.024a.75.75 0 0 1-.434 1.436c-.547-.165-1.017-.588-1.443-1.235c-.416-.63-.643-1.382-.687-2.241a.75.75 0 0 1 .71-.788m-7.451-7.589a.75.75 0 0 1-.377.992c-1.84.828-3.194 2.008-4.083 3.548c-1.114 1.928-1.414 4.181-1.165 6.08a.75.75 0 1 1-1.487.196c-.289-2.201.055-4.778 1.353-7.026C5.804 8.071 7.4 6.68 9.519 5.726a.75.75 0 0 1 .992.376m2.343-.787c1.83.037 3.652.878 5.459 2.486c1.823 1.622 2.921 3.827 3.294 6.58a.75.75 0 1 1-1.486.202c-.327-2.412-1.261-4.287-2.805-5.661c-1.56-1.388-3.055-2.078-4.493-2.107a.75.75 0 1 1 .031-1.5m-6.871.014a.75.75 0 0 1-.062 1.06q-.403.357-.843.854q-.415.468-.846 1.213a.75.75 0 1 1-1.3-.75a9 9 0 0 1 1.024-1.458q.497-.56.968-.98a.75.75 0 0 1 1.059.061m6.585-2.966c2.193.103 4.03.703 5.53 1.861a.75.75 0 0 1-.917 1.188c-1.245-.962-2.785-1.461-4.683-1.55c-1.903-.09-3.462.284-4.715.979c-.384.213-.814.106-1.031-.247a.74.74 0 0 1 .246-1.031c1.536-.904 3.383-1.302 5.57-1.2"/></svg>
</template>

CSS

.icon-fingerprint-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.858%2012.158c.56.573.877%201.268%201.106%202.228l.1.456l.178.947c.09.445.158.692.255.908q.449%201.012%201.595%202.065a.75.75%200%200%201-1.013%201.106q-1.363-1.246-1.952-2.56c-.149-.334-.24-.65-.347-1.18l-.21-1.1l-.013-.06c-.18-.85-.404-1.385-.772-1.762c-.713-.73-2.357-.537-2.797.158c-.562.889-.705%202.396-.26%203.916q.518%201.761%201.373%203.467a.75.75%200%200%201-1.34.672a22.3%2022.3%200%200%201-1.471-3.717c-.562-1.912-.376-3.864.43-5.14c.953-1.506%203.742-1.834%205.138-.404m-2.366%202.315a.75.75%200%200%201%20.775.725a7.93%207.93%200%200%200%201.444%204.304l.196.266l.3.39a.75.75%200%200%201-1.114.998l-.074-.083l-.3-.39a9.43%209.43%200%200%201-1.951-5.435a.75.75%200%200%201%20.724-.775M8.782%209.39c2.113-1.563%204.875-1.478%206.733-.284c.93.598%201.635%201.295%202.103%202.093a.75.75%200%200%201-1.294.76c-.342-.584-.878-1.115-1.62-1.591c-1.362-.876-3.451-.94-5.029.228c-1.638%201.213-2.328%203.291-2.123%205.482q.172%201.84%201.114%203.724a.75.75%200%200%201-1.342.67Q6.26%2018.346%206.06%2016.219c-.25-2.67.61-5.263%202.724-6.828m9.18%204.301a.75.75%200%200%201%20.788.71c.031.604.18%201.097.442%201.494c.22.333.414.525.563.6l.061.024a.75.75%200%200%201-.434%201.436c-.547-.165-1.017-.588-1.443-1.235c-.416-.63-.643-1.382-.687-2.241a.75.75%200%200%201%20.71-.788m-7.451-7.589a.75.75%200%200%201-.377.992c-1.84.828-3.194%202.008-4.083%203.548c-1.114%201.928-1.414%204.181-1.165%206.08a.75.75%200%201%201-1.487.196c-.289-2.201.055-4.778%201.353-7.026C5.804%208.071%207.4%206.68%209.519%205.726a.75.75%200%200%201%20.992.376m2.343-.787c1.83.037%203.652.878%205.459%202.486c1.823%201.622%202.921%203.827%203.294%206.58a.75.75%200%201%201-1.486.202c-.327-2.412-1.261-4.287-2.805-5.661c-1.56-1.388-3.055-2.078-4.493-2.107a.75.75%200%201%201%20.031-1.5m-6.871.014a.75.75%200%200%201-.062%201.06q-.403.357-.843.854q-.415.468-.846%201.213a.75.75%200%201%201-1.3-.75a9%209%200%200%201%201.024-1.458q.497-.56.968-.98a.75.75%200%200%201%201.059.061m6.585-2.966c2.193.103%204.03.703%205.53%201.861a.75.75%200%200%201-.917%201.188c-1.245-.962-2.785-1.461-4.683-1.55c-1.903-.09-3.462.284-4.715.979c-.384.213-.814.106-1.031-.247a.74.74%200%200%201%20.246-1.031c1.536-.904%203.383-1.302%205.57-1.2%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%22currentColor%22%20d%3D%22M14.858%2012.158c.56.573.877%201.268%201.106%202.228l.1.456l.178.947c.09.445.158.692.255.908q.449%201.012%201.595%202.065a.75.75%200%200%201-1.013%201.106q-1.363-1.246-1.952-2.56c-.149-.334-.24-.65-.347-1.18l-.21-1.1l-.013-.06c-.18-.85-.404-1.385-.772-1.762c-.713-.73-2.357-.537-2.797.158c-.562.889-.705%202.396-.26%203.916q.518%201.761%201.373%203.467a.75.75%200%200%201-1.34.672a22.3%2022.3%200%200%201-1.471-3.717c-.562-1.912-.376-3.864.43-5.14c.953-1.506%203.742-1.834%205.138-.404m-2.366%202.315a.75.75%200%200%201%20.775.725a7.93%207.93%200%200%200%201.444%204.304l.196.266l.3.39a.75.75%200%200%201-1.114.998l-.074-.083l-.3-.39a9.43%209.43%200%200%201-1.951-5.435a.75.75%200%200%201%20.724-.775M8.782%209.39c2.113-1.563%204.875-1.478%206.733-.284c.93.598%201.635%201.295%202.103%202.093a.75.75%200%200%201-1.294.76c-.342-.584-.878-1.115-1.62-1.591c-1.362-.876-3.451-.94-5.029.228c-1.638%201.213-2.328%203.291-2.123%205.482q.172%201.84%201.114%203.724a.75.75%200%200%201-1.342.67Q6.26%2018.346%206.06%2016.219c-.25-2.67.61-5.263%202.724-6.828m9.18%204.301a.75.75%200%200%201%20.788.71c.031.604.18%201.097.442%201.494c.22.333.414.525.563.6l.061.024a.75.75%200%200%201-.434%201.436c-.547-.165-1.017-.588-1.443-1.235c-.416-.63-.643-1.382-.687-2.241a.75.75%200%200%201%20.71-.788m-7.451-7.589a.75.75%200%200%201-.377.992c-1.84.828-3.194%202.008-4.083%203.548c-1.114%201.928-1.414%204.181-1.165%206.08a.75.75%200%201%201-1.487.196c-.289-2.201.055-4.778%201.353-7.026C5.804%208.071%207.4%206.68%209.519%205.726a.75.75%200%200%201%20.992.376m2.343-.787c1.83.037%203.652.878%205.459%202.486c1.823%201.622%202.921%203.827%203.294%206.58a.75.75%200%201%201-1.486.202c-.327-2.412-1.261-4.287-2.805-5.661c-1.56-1.388-3.055-2.078-4.493-2.107a.75.75%200%201%201%20.031-1.5m-6.871.014a.75.75%200%200%201-.062%201.06q-.403.357-.843.854q-.415.468-.846%201.213a.75.75%200%201%201-1.3-.75a9%209%200%200%201%201.024-1.458q.497-.56.968-.98a.75.75%200%200%201%201.059.061m6.585-2.966c2.193.103%204.03.703%205.53%201.861a.75.75%200%200%201-.917%201.188c-1.245-.962-2.785-1.461-4.683-1.55c-1.903-.09-3.462.284-4.715.979c-.384.213-.814.106-1.031-.247a.74.74%200%200%201%20.246-1.031c1.536-.904%203.383-1.302%205.57-1.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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