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

Name
fingerprint-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M15.248 9.902c2.32-1.339 5.597-2.018 9.026-1.88c3.421.136 6.823 1.08 9.39 2.797a1.5 1.5 0 1 0 1.669-2.493c-3.127-2.091-7.097-3.149-10.939-3.302c-3.834-.154-7.71.586-10.645 2.28a1.5 1.5 0 0 0 1.499 2.598m10.46.893a1.5 1.5 0 0 0-.417 2.97c5.69.8 9.07 4.03 11.104 7.346c2.058 3.355 2.701 6.751 2.838 7.624a1.5 1.5 0 0 0 2.964-.464c-.165-1.053-.891-4.892-3.245-8.729c-2.378-3.876-6.456-7.794-13.244-8.747M18.83 21.298c-3.66 2.947-5.821 9.324-1.85 17.55a1.5 1.5 0 0 1-2.703 1.305c-4.446-9.214-2.293-17.194 2.671-21.191c2.456-1.978 5.562-2.926 8.71-2.474c3.16.453 6.221 2.294 8.63 5.633a1.5 1.5 0 0 1-2.432 1.756c-1.997-2.768-4.372-4.097-6.624-4.42c-2.265-.324-4.547.347-6.402 1.841m4.648 19.542c-2.473-5.083-3.19-9.332-2.722-12.104c.23-1.37.73-2.273 1.327-2.802c.57-.505 1.373-.8 2.526-.69c1.551.147 2.239.645 2.657 1.2c.501.668.783 1.626 1.105 3.072q.06.266.12.545c.588 2.709 1.381 6.364 5.098 9.193a1.5 1.5 0 0 0 1.817-2.387c-2.816-2.143-3.4-4.797-4.004-7.542l-.001-.002l-.101-.46c-.308-1.38-.692-2.965-1.637-4.221c-1.028-1.368-2.568-2.176-4.771-2.385c-1.854-.176-3.518.297-4.798 1.432c-1.254 1.11-1.988 2.72-2.297 4.548c-.612 3.629.367 8.538 2.983 13.916a1.5 1.5 0 0 0 2.698-1.313m-11.87-29.88a1.5 1.5 0 0 1-.093 2.119a18 18 0 0 0-3.324 4.162a1.5 1.5 0 0 1-2.61-1.48c.43-.76 1.752-2.92 3.908-4.895a1.5 1.5 0 0 1 2.12.093m24.866 17.513a1.5 1.5 0 1 0-2.948.555c.56 2.97 1.933 5.452 4.436 6.998a1.5 1.5 0 0 0 1.576-2.552c-1.604-.991-2.616-2.625-3.064-5.001m-12.33.028a1.5 1.5 0 0 1 1.62 1.37c.452 5.391 3.142 8.797 3.879 9.635a1.5 1.5 0 1 1-2.254 1.98c-.964-1.097-4.089-5.089-4.615-11.364a1.5 1.5 0 0 1 1.37-1.62m-4.05-14.267a1.5 1.5 0 0 0-1.193-2.752C12.036 14.459 8.89 19.53 7.533 24.096c-1.343 4.512-.948 8.527-.806 9.605a1.5 1.5 0 0 0 2.974-.393c-.116-.88-.465-4.418.707-8.356c1.156-3.884 3.782-8.157 9.686-10.718"/></svg>

React

import type { SVGProps } from "react";

export function FluentFingerprint48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15.248 9.902c2.32-1.339 5.597-2.018 9.026-1.88c3.421.136 6.823 1.08 9.39 2.797a1.5 1.5 0 1 0 1.669-2.493c-3.127-2.091-7.097-3.149-10.939-3.302c-3.834-.154-7.71.586-10.645 2.28a1.5 1.5 0 0 0 1.499 2.598m10.46.893a1.5 1.5 0 0 0-.417 2.97c5.69.8 9.07 4.03 11.104 7.346c2.058 3.355 2.701 6.751 2.838 7.624a1.5 1.5 0 0 0 2.964-.464c-.165-1.053-.891-4.892-3.245-8.729c-2.378-3.876-6.456-7.794-13.244-8.747M18.83 21.298c-3.66 2.947-5.821 9.324-1.85 17.55a1.5 1.5 0 0 1-2.703 1.305c-4.446-9.214-2.293-17.194 2.671-21.191c2.456-1.978 5.562-2.926 8.71-2.474c3.16.453 6.221 2.294 8.63 5.633a1.5 1.5 0 0 1-2.432 1.756c-1.997-2.768-4.372-4.097-6.624-4.42c-2.265-.324-4.547.347-6.402 1.841m4.648 19.542c-2.473-5.083-3.19-9.332-2.722-12.104c.23-1.37.73-2.273 1.327-2.802c.57-.505 1.373-.8 2.526-.69c1.551.147 2.239.645 2.657 1.2c.501.668.783 1.626 1.105 3.072q.06.266.12.545c.588 2.709 1.381 6.364 5.098 9.193a1.5 1.5 0 0 0 1.817-2.387c-2.816-2.143-3.4-4.797-4.004-7.542l-.001-.002l-.101-.46c-.308-1.38-.692-2.965-1.637-4.221c-1.028-1.368-2.568-2.176-4.771-2.385c-1.854-.176-3.518.297-4.798 1.432c-1.254 1.11-1.988 2.72-2.297 4.548c-.612 3.629.367 8.538 2.983 13.916a1.5 1.5 0 0 0 2.698-1.313m-11.87-29.88a1.5 1.5 0 0 1-.093 2.119a18 18 0 0 0-3.324 4.162a1.5 1.5 0 0 1-2.61-1.48c.43-.76 1.752-2.92 3.908-4.895a1.5 1.5 0 0 1 2.12.093m24.866 17.513a1.5 1.5 0 1 0-2.948.555c.56 2.97 1.933 5.452 4.436 6.998a1.5 1.5 0 0 0 1.576-2.552c-1.604-.991-2.616-2.625-3.064-5.001m-12.33.028a1.5 1.5 0 0 1 1.62 1.37c.452 5.391 3.142 8.797 3.879 9.635a1.5 1.5 0 1 1-2.254 1.98c-.964-1.097-4.089-5.089-4.615-11.364a1.5 1.5 0 0 1 1.37-1.62m-4.05-14.267a1.5 1.5 0 0 0-1.193-2.752C12.036 14.459 8.89 19.53 7.533 24.096c-1.343 4.512-.948 8.527-.806 9.605a1.5 1.5 0 0 0 2.974-.393c-.116-.88-.465-4.418.707-8.356c1.156-3.884 3.782-8.157 9.686-10.718"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15.248 9.902c2.32-1.339 5.597-2.018 9.026-1.88c3.421.136 6.823 1.08 9.39 2.797a1.5 1.5 0 1 0 1.669-2.493c-3.127-2.091-7.097-3.149-10.939-3.302c-3.834-.154-7.71.586-10.645 2.28a1.5 1.5 0 0 0 1.499 2.598m10.46.893a1.5 1.5 0 0 0-.417 2.97c5.69.8 9.07 4.03 11.104 7.346c2.058 3.355 2.701 6.751 2.838 7.624a1.5 1.5 0 0 0 2.964-.464c-.165-1.053-.891-4.892-3.245-8.729c-2.378-3.876-6.456-7.794-13.244-8.747M18.83 21.298c-3.66 2.947-5.821 9.324-1.85 17.55a1.5 1.5 0 0 1-2.703 1.305c-4.446-9.214-2.293-17.194 2.671-21.191c2.456-1.978 5.562-2.926 8.71-2.474c3.16.453 6.221 2.294 8.63 5.633a1.5 1.5 0 0 1-2.432 1.756c-1.997-2.768-4.372-4.097-6.624-4.42c-2.265-.324-4.547.347-6.402 1.841m4.648 19.542c-2.473-5.083-3.19-9.332-2.722-12.104c.23-1.37.73-2.273 1.327-2.802c.57-.505 1.373-.8 2.526-.69c1.551.147 2.239.645 2.657 1.2c.501.668.783 1.626 1.105 3.072q.06.266.12.545c.588 2.709 1.381 6.364 5.098 9.193a1.5 1.5 0 0 0 1.817-2.387c-2.816-2.143-3.4-4.797-4.004-7.542l-.001-.002l-.101-.46c-.308-1.38-.692-2.965-1.637-4.221c-1.028-1.368-2.568-2.176-4.771-2.385c-1.854-.176-3.518.297-4.798 1.432c-1.254 1.11-1.988 2.72-2.297 4.548c-.612 3.629.367 8.538 2.983 13.916a1.5 1.5 0 0 0 2.698-1.313m-11.87-29.88a1.5 1.5 0 0 1-.093 2.119a18 18 0 0 0-3.324 4.162a1.5 1.5 0 0 1-2.61-1.48c.43-.76 1.752-2.92 3.908-4.895a1.5 1.5 0 0 1 2.12.093m24.866 17.513a1.5 1.5 0 1 0-2.948.555c.56 2.97 1.933 5.452 4.436 6.998a1.5 1.5 0 0 0 1.576-2.552c-1.604-.991-2.616-2.625-3.064-5.001m-12.33.028a1.5 1.5 0 0 1 1.62 1.37c.452 5.391 3.142 8.797 3.879 9.635a1.5 1.5 0 1 1-2.254 1.98c-.964-1.097-4.089-5.089-4.615-11.364a1.5 1.5 0 0 1 1.37-1.62m-4.05-14.267a1.5 1.5 0 0 0-1.193-2.752C12.036 14.459 8.89 19.53 7.533 24.096c-1.343 4.512-.948 8.527-.806 9.605a1.5 1.5 0 0 0 2.974-.393c-.116-.88-.465-4.418.707-8.356c1.156-3.884 3.782-8.157 9.686-10.718"/></svg>
</template>

CSS

.icon-fingerprint-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.248%209.902c2.32-1.339%205.597-2.018%209.026-1.88c3.421.136%206.823%201.08%209.39%202.797a1.5%201.5%200%201%200%201.669-2.493c-3.127-2.091-7.097-3.149-10.939-3.302c-3.834-.154-7.71.586-10.645%202.28a1.5%201.5%200%200%200%201.499%202.598m10.46.893a1.5%201.5%200%200%200-.417%202.97c5.69.8%209.07%204.03%2011.104%207.346c2.058%203.355%202.701%206.751%202.838%207.624a1.5%201.5%200%200%200%202.964-.464c-.165-1.053-.891-4.892-3.245-8.729c-2.378-3.876-6.456-7.794-13.244-8.747M18.83%2021.298c-3.66%202.947-5.821%209.324-1.85%2017.55a1.5%201.5%200%200%201-2.703%201.305c-4.446-9.214-2.293-17.194%202.671-21.191c2.456-1.978%205.562-2.926%208.71-2.474c3.16.453%206.221%202.294%208.63%205.633a1.5%201.5%200%200%201-2.432%201.756c-1.997-2.768-4.372-4.097-6.624-4.42c-2.265-.324-4.547.347-6.402%201.841m4.648%2019.542c-2.473-5.083-3.19-9.332-2.722-12.104c.23-1.37.73-2.273%201.327-2.802c.57-.505%201.373-.8%202.526-.69c1.551.147%202.239.645%202.657%201.2c.501.668.783%201.626%201.105%203.072q.06.266.12.545c.588%202.709%201.381%206.364%205.098%209.193a1.5%201.5%200%200%200%201.817-2.387c-2.816-2.143-3.4-4.797-4.004-7.542l-.001-.002l-.101-.46c-.308-1.38-.692-2.965-1.637-4.221c-1.028-1.368-2.568-2.176-4.771-2.385c-1.854-.176-3.518.297-4.798%201.432c-1.254%201.11-1.988%202.72-2.297%204.548c-.612%203.629.367%208.538%202.983%2013.916a1.5%201.5%200%200%200%202.698-1.313m-11.87-29.88a1.5%201.5%200%200%201-.093%202.119a18%2018%200%200%200-3.324%204.162a1.5%201.5%200%200%201-2.61-1.48c.43-.76%201.752-2.92%203.908-4.895a1.5%201.5%200%200%201%202.12.093m24.866%2017.513a1.5%201.5%200%201%200-2.948.555c.56%202.97%201.933%205.452%204.436%206.998a1.5%201.5%200%200%200%201.576-2.552c-1.604-.991-2.616-2.625-3.064-5.001m-12.33.028a1.5%201.5%200%200%201%201.62%201.37c.452%205.391%203.142%208.797%203.879%209.635a1.5%201.5%200%201%201-2.254%201.98c-.964-1.097-4.089-5.089-4.615-11.364a1.5%201.5%200%200%201%201.37-1.62m-4.05-14.267a1.5%201.5%200%200%200-1.193-2.752C12.036%2014.459%208.89%2019.53%207.533%2024.096c-1.343%204.512-.948%208.527-.806%209.605a1.5%201.5%200%200%200%202.974-.393c-.116-.88-.465-4.418.707-8.356c1.156-3.884%203.782-8.157%209.686-10.718%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.248%209.902c2.32-1.339%205.597-2.018%209.026-1.88c3.421.136%206.823%201.08%209.39%202.797a1.5%201.5%200%201%200%201.669-2.493c-3.127-2.091-7.097-3.149-10.939-3.302c-3.834-.154-7.71.586-10.645%202.28a1.5%201.5%200%200%200%201.499%202.598m10.46.893a1.5%201.5%200%200%200-.417%202.97c5.69.8%209.07%204.03%2011.104%207.346c2.058%203.355%202.701%206.751%202.838%207.624a1.5%201.5%200%200%200%202.964-.464c-.165-1.053-.891-4.892-3.245-8.729c-2.378-3.876-6.456-7.794-13.244-8.747M18.83%2021.298c-3.66%202.947-5.821%209.324-1.85%2017.55a1.5%201.5%200%200%201-2.703%201.305c-4.446-9.214-2.293-17.194%202.671-21.191c2.456-1.978%205.562-2.926%208.71-2.474c3.16.453%206.221%202.294%208.63%205.633a1.5%201.5%200%200%201-2.432%201.756c-1.997-2.768-4.372-4.097-6.624-4.42c-2.265-.324-4.547.347-6.402%201.841m4.648%2019.542c-2.473-5.083-3.19-9.332-2.722-12.104c.23-1.37.73-2.273%201.327-2.802c.57-.505%201.373-.8%202.526-.69c1.551.147%202.239.645%202.657%201.2c.501.668.783%201.626%201.105%203.072q.06.266.12.545c.588%202.709%201.381%206.364%205.098%209.193a1.5%201.5%200%200%200%201.817-2.387c-2.816-2.143-3.4-4.797-4.004-7.542l-.001-.002l-.101-.46c-.308-1.38-.692-2.965-1.637-4.221c-1.028-1.368-2.568-2.176-4.771-2.385c-1.854-.176-3.518.297-4.798%201.432c-1.254%201.11-1.988%202.72-2.297%204.548c-.612%203.629.367%208.538%202.983%2013.916a1.5%201.5%200%200%200%202.698-1.313m-11.87-29.88a1.5%201.5%200%200%201-.093%202.119a18%2018%200%200%200-3.324%204.162a1.5%201.5%200%200%201-2.61-1.48c.43-.76%201.752-2.92%203.908-4.895a1.5%201.5%200%200%201%202.12.093m24.866%2017.513a1.5%201.5%200%201%200-2.948.555c.56%202.97%201.933%205.452%204.436%206.998a1.5%201.5%200%200%200%201.576-2.552c-1.604-.991-2.616-2.625-3.064-5.001m-12.33.028a1.5%201.5%200%200%201%201.62%201.37c.452%205.391%203.142%208.797%203.879%209.635a1.5%201.5%200%201%201-2.254%201.98c-.964-1.097-4.089-5.089-4.615-11.364a1.5%201.5%200%200%201%201.37-1.62m-4.05-14.267a1.5%201.5%200%200%200-1.193-2.752C12.036%2014.459%208.89%2019.53%207.533%2024.096c-1.343%204.512-.948%208.527-.806%209.605a1.5%201.5%200%200%200%202.974-.393c-.116-.88-.465-4.418.707-8.356c1.156-3.884%203.782-8.157%209.686-10.718%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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