Fingerprint icon

Fingerprint is a Google Material Symbol from the Actions category. It's one of the 500 most used Material Symbols. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

fingerprint_outlined_fill0_wght400.svg

Fingerprint icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=fingerprint" />

<span class="material-symbols-outlined">fingerprint</span>

Fingerprint icon in React

// With the font from the HTML tab:
export function FingerprintIcon() {
  return (
    <span className="material-symbols-outlined">
      fingerprint
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import FingerprintIcon from "@material-symbols/svg-400/outlined/fingerprint.svg?react";

Fingerprint icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">fingerprint</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import FingerprintIcon from "@material-symbols/svg-400/outlined/fingerprint.svg?component"; -->

Fingerprint icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">fingerprint</mat-icon>

Fingerprint icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.fingerprint, fill: 0, weight: 400)

Fingerprint icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/fingerprint.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M12.025 4.525q2.7 0 5.088 1.15T21.075 8.975q.075 .125 .063 .2t-.088 .15q-.075 .075-.187 .075t-.213-.125q-1.475-2.05-3.762-3.15T12.025 5.025q-2.575 0-4.825 1.113T3.45 9.275q-.1 .125-.187 .15t-.188-.025q-.1-.05-.1-.162t.05-.213q1.55-2.15 3.925-3.325t5.075-1.175Zm0 2.4q3.4 0 5.838 2.25T20.3 14.725q0 1.15-.85 1.95t-2.05 .8q-1.225 0-2.1-.8t-.875-1.95q0-.975-.712-1.625T12.025 12.45q-.975 0-1.7 .65t-.725 1.625q0 2.6 1.575 4.338T15.1 21.5q.15 .05 .188 .125t.012 .175q-.025 .125-.1 .175t-.2 0q-2.575-.65-4.237-2.575T9.1 14.725q0-1.175 .863-1.975t2.062-.8q1.2 0 2.063 .8t.862 1.975q0 .95 .738 1.6t1.712 .65q.95 0 1.663-.65t.712-1.6q0-3.075-2.287-5.15T12.025 7.5q-3.175 0-5.462 2.075T4.275 14.725q0 .6 .138 1.563T5 18.475q.05 .125 0 .188t-.125 .112q-.1 .05-.212 .025t-.163-.15q-.325-.95-.512-1.937T3.8 14.725q0-3.225 2.45-5.512T12.025 6.925Zm0-4.925q1.625 0 3.188 .4T18.2 3.525q.125 .05 .138 .15t-.038 .175q-.05 .075-.137 .125t-.213 0q-1.375-.675-2.875-1.062T12.025 2.525q-1.55 0-3.025 .363T6.175 3.975q-.125 .05-.187 .013T5.875 3.875q-.05-.05-.05-.15t.075-.15q1.425-.775 2.988-1.175T12.025 2Zm0 7.45q2.3 0 3.963 1.525T17.65 14.725q0 .125-.062 .188T17.4 14.975q-.125 0-.2-.062t-.075-.188q0-2.025-1.512-3.4T12.025 9.95q-2.075 0-3.562 1.375T6.975 14.725q0 2.125 .738 3.625T9.9 21.35q.1 .1 .088 .188T9.9 21.7q-.05 .05-.162 .088T9.525 21.7q-1.45-1.5-2.262-3.15T6.45 14.725q0-2.225 1.638-3.75T12.025 9.45Zm-.025 5q.125 0 .188 .075t.062 .2q0 2.025 1.488 3.338T17.175 19.375q.2 0 .475-.025t.6-.075q.125-.025 .2 .038t.1 .137q.025 .1-.012 .175t-.163 .1q-.45 .125-.787 .138t-.413 .012q-2.2 0-3.812-1.462T11.75 14.725q0-.125 .063-.2t.187-.075Z" />
</vector>

Fingerprint icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/fingerprint.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/fingerprint.svg" width="24" height="24" alt="Fingerprint">

Fingerprint icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameFingerprint
Ligaturefingerprint
Code pointU+E90D
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/fingerprint.svg, fingerprint-fill.svg
FlutterSymbols.fingerprint
LicenseApache License 2.0 (© Google LLC)

Keywords

actionslineshumansecuritydigitalaccessprivacydigitscanpersonalidentityauthenticationunlock

Related icons