fingerprint-sharp from Material Symbols Light by Google · Sharp · Actions · Apache-2.0 Free for personal and commercial use.

Name
fingerprint-sharp
Set
Material Symbols Light
Style
Sharp
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
fingerprint-outline-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

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="M11.987 4.571q2.786 0 5.102 1.203q2.315 1.203 4.007 3.526l-.665.446q-1.518-2.162-3.659-3.284t-4.785-1.121q-2.562 0-4.681 1.115T3.592 9.777l-.588-.46q1.717-2.31 4.01-3.527t4.973-1.219m0 2.35q3.386 0 5.757 2.256t2.372 5.473q0 1.187-.86 2.008q-.858.82-2.075.82q-1.243 0-2.114-.82q-.87-.822-.87-2.008q0-.858-.63-1.461q-.629-.604-1.542-.604q-.933 0-1.571.604q-.639.603-.639 1.461q0 2.375 1.445 4.08q1.444 1.705 4.161 2.51l-.211.745q-2.916-.794-4.54-2.713q-1.624-1.918-1.624-4.622q0-1.186.871-2.01t2.108-.824q1.217 0 2.079.824q.861.824.861 2.01q0 .858.642 1.462q.641.604 1.574.604q.907 0 1.536-.604q.63-.604.63-1.462q0-2.908-2.14-4.936q-2.138-2.03-5.215-2.03q-3.038 0-5.177 2.03q-2.138 2.028-2.138 4.93q0 .818.188 1.77t.612 2.209l-.689.312q-.45-1.189-.665-2.25q-.215-1.062-.215-2.035q0-3.217 2.355-5.473t5.723-2.256m.039-4.8q1.606 0 3.127.4t3.22 1.281l-.324.714q-1.513-.856-2.96-1.241t-3.063-.384q-1.515 0-2.944.39T6.03 4.508l-.258-.683q1.516-.867 3.046-1.285t3.206-.419m0 7.245q2.423 0 3.982 1.601q1.558 1.602 1.558 4.068h-.769q0-2.143-1.338-3.521q-1.339-1.38-3.433-1.38q-1.983 0-3.371 1.327T7.266 14.65q0 1.906.665 3.363q.665 1.456 2.396 3.281l-.546.547q-1.779-1.893-2.532-3.53q-.753-1.638-.753-3.661q0-2.211 1.609-3.748q1.608-1.536 3.92-1.536m1.183 8.982q-.8-.75-1.206-1.77t-.406-2.312h.77q0 1.144.35 2.03q.35.887 1.038 1.525q.65.595 1.481.917t1.746.322q.367 0 .719-.059t.708-.132l.155.687q-.386.123-.779.198q-.392.075-.803.075q-1.062 0-2.04-.378t-1.733-1.103"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFingerprintSharp(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="M11.987 4.571q2.786 0 5.102 1.203q2.315 1.203 4.007 3.526l-.665.446q-1.518-2.162-3.659-3.284t-4.785-1.121q-2.562 0-4.681 1.115T3.592 9.777l-.588-.46q1.717-2.31 4.01-3.527t4.973-1.219m0 2.35q3.386 0 5.757 2.256t2.372 5.473q0 1.187-.86 2.008q-.858.82-2.075.82q-1.243 0-2.114-.82q-.87-.822-.87-2.008q0-.858-.63-1.461q-.629-.604-1.542-.604q-.933 0-1.571.604q-.639.603-.639 1.461q0 2.375 1.445 4.08q1.444 1.705 4.161 2.51l-.211.745q-2.916-.794-4.54-2.713q-1.624-1.918-1.624-4.622q0-1.186.871-2.01t2.108-.824q1.217 0 2.079.824q.861.824.861 2.01q0 .858.642 1.462q.641.604 1.574.604q.907 0 1.536-.604q.63-.604.63-1.462q0-2.908-2.14-4.936q-2.138-2.03-5.215-2.03q-3.038 0-5.177 2.03q-2.138 2.028-2.138 4.93q0 .818.188 1.77t.612 2.209l-.689.312q-.45-1.189-.665-2.25q-.215-1.062-.215-2.035q0-3.217 2.355-5.473t5.723-2.256m.039-4.8q1.606 0 3.127.4t3.22 1.281l-.324.714q-1.513-.856-2.96-1.241t-3.063-.384q-1.515 0-2.944.39T6.03 4.508l-.258-.683q1.516-.867 3.046-1.285t3.206-.419m0 7.245q2.423 0 3.982 1.601q1.558 1.602 1.558 4.068h-.769q0-2.143-1.338-3.521q-1.339-1.38-3.433-1.38q-1.983 0-3.371 1.327T7.266 14.65q0 1.906.665 3.363q.665 1.456 2.396 3.281l-.546.547q-1.779-1.893-2.532-3.53q-.753-1.638-.753-3.661q0-2.211 1.609-3.748q1.608-1.536 3.92-1.536m1.183 8.982q-.8-.75-1.206-1.77t-.406-2.312h.77q0 1.144.35 2.03q.35.887 1.038 1.525q.65.595 1.481.917t1.746.322q.367 0 .719-.059t.708-.132l.155.687q-.386.123-.779.198q-.392.075-.803.075q-1.062 0-2.04-.378t-1.733-1.103"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.987 4.571q2.786 0 5.102 1.203q2.315 1.203 4.007 3.526l-.665.446q-1.518-2.162-3.659-3.284t-4.785-1.121q-2.562 0-4.681 1.115T3.592 9.777l-.588-.46q1.717-2.31 4.01-3.527t4.973-1.219m0 2.35q3.386 0 5.757 2.256t2.372 5.473q0 1.187-.86 2.008q-.858.82-2.075.82q-1.243 0-2.114-.82q-.87-.822-.87-2.008q0-.858-.63-1.461q-.629-.604-1.542-.604q-.933 0-1.571.604q-.639.603-.639 1.461q0 2.375 1.445 4.08q1.444 1.705 4.161 2.51l-.211.745q-2.916-.794-4.54-2.713q-1.624-1.918-1.624-4.622q0-1.186.871-2.01t2.108-.824q1.217 0 2.079.824q.861.824.861 2.01q0 .858.642 1.462q.641.604 1.574.604q.907 0 1.536-.604q.63-.604.63-1.462q0-2.908-2.14-4.936q-2.138-2.03-5.215-2.03q-3.038 0-5.177 2.03q-2.138 2.028-2.138 4.93q0 .818.188 1.77t.612 2.209l-.689.312q-.45-1.189-.665-2.25q-.215-1.062-.215-2.035q0-3.217 2.355-5.473t5.723-2.256m.039-4.8q1.606 0 3.127.4t3.22 1.281l-.324.714q-1.513-.856-2.96-1.241t-3.063-.384q-1.515 0-2.944.39T6.03 4.508l-.258-.683q1.516-.867 3.046-1.285t3.206-.419m0 7.245q2.423 0 3.982 1.601q1.558 1.602 1.558 4.068h-.769q0-2.143-1.338-3.521q-1.339-1.38-3.433-1.38q-1.983 0-3.371 1.327T7.266 14.65q0 1.906.665 3.363q.665 1.456 2.396 3.281l-.546.547q-1.779-1.893-2.532-3.53q-.753-1.638-.753-3.661q0-2.211 1.609-3.748q1.608-1.536 3.92-1.536m1.183 8.982q-.8-.75-1.206-1.77t-.406-2.312h.77q0 1.144.35 2.03q.35.887 1.038 1.525q.65.595 1.481.917t1.746.322q.367 0 .719-.059t.708-.132l.155.687q-.386.123-.779.198q-.392.075-.803.075q-1.062 0-2.04-.378t-1.733-1.103"/></svg>
</template>

CSS

.icon-fingerprint-sharp {
  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%22M11.987%204.571q2.786%200%205.102%201.203q2.315%201.203%204.007%203.526l-.665.446q-1.518-2.162-3.659-3.284t-4.785-1.121q-2.562%200-4.681%201.115T3.592%209.777l-.588-.46q1.717-2.31%204.01-3.527t4.973-1.219m0%202.35q3.386%200%205.757%202.256t2.372%205.473q0%201.187-.86%202.008q-.858.82-2.075.82q-1.243%200-2.114-.82q-.87-.822-.87-2.008q0-.858-.63-1.461q-.629-.604-1.542-.604q-.933%200-1.571.604q-.639.603-.639%201.461q0%202.375%201.445%204.08q1.444%201.705%204.161%202.51l-.211.745q-2.916-.794-4.54-2.713q-1.624-1.918-1.624-4.622q0-1.186.871-2.01t2.108-.824q1.217%200%202.079.824q.861.824.861%202.01q0%20.858.642%201.462q.641.604%201.574.604q.907%200%201.536-.604q.63-.604.63-1.462q0-2.908-2.14-4.936q-2.138-2.03-5.215-2.03q-3.038%200-5.177%202.03q-2.138%202.028-2.138%204.93q0%20.818.188%201.77t.612%202.209l-.689.312q-.45-1.189-.665-2.25q-.215-1.062-.215-2.035q0-3.217%202.355-5.473t5.723-2.256m.039-4.8q1.606%200%203.127.4t3.22%201.281l-.324.714q-1.513-.856-2.96-1.241t-3.063-.384q-1.515%200-2.944.39T6.03%204.508l-.258-.683q1.516-.867%203.046-1.285t3.206-.419m0%207.245q2.423%200%203.982%201.601q1.558%201.602%201.558%204.068h-.769q0-2.143-1.338-3.521q-1.339-1.38-3.433-1.38q-1.983%200-3.371%201.327T7.266%2014.65q0%201.906.665%203.363q.665%201.456%202.396%203.281l-.546.547q-1.779-1.893-2.532-3.53q-.753-1.638-.753-3.661q0-2.211%201.609-3.748q1.608-1.536%203.92-1.536m1.183%208.982q-.8-.75-1.206-1.77t-.406-2.312h.77q0%201.144.35%202.03q.35.887%201.038%201.525q.65.595%201.481.917t1.746.322q.367%200%20.719-.059t.708-.132l.155.687q-.386.123-.779.198q-.392.075-.803.075q-1.062%200-2.04-.378t-1.733-1.103%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%22M11.987%204.571q2.786%200%205.102%201.203q2.315%201.203%204.007%203.526l-.665.446q-1.518-2.162-3.659-3.284t-4.785-1.121q-2.562%200-4.681%201.115T3.592%209.777l-.588-.46q1.717-2.31%204.01-3.527t4.973-1.219m0%202.35q3.386%200%205.757%202.256t2.372%205.473q0%201.187-.86%202.008q-.858.82-2.075.82q-1.243%200-2.114-.82q-.87-.822-.87-2.008q0-.858-.63-1.461q-.629-.604-1.542-.604q-.933%200-1.571.604q-.639.603-.639%201.461q0%202.375%201.445%204.08q1.444%201.705%204.161%202.51l-.211.745q-2.916-.794-4.54-2.713q-1.624-1.918-1.624-4.622q0-1.186.871-2.01t2.108-.824q1.217%200%202.079.824q.861.824.861%202.01q0%20.858.642%201.462q.641.604%201.574.604q.907%200%201.536-.604q.63-.604.63-1.462q0-2.908-2.14-4.936q-2.138-2.03-5.215-2.03q-3.038%200-5.177%202.03q-2.138%202.028-2.138%204.93q0%20.818.188%201.77t.612%202.209l-.689.312q-.45-1.189-.665-2.25q-.215-1.062-.215-2.035q0-3.217%202.355-5.473t5.723-2.256m.039-4.8q1.606%200%203.127.4t3.22%201.281l-.324.714q-1.513-.856-2.96-1.241t-3.063-.384q-1.515%200-2.944.39T6.03%204.508l-.258-.683q1.516-.867%203.046-1.285t3.206-.419m0%207.245q2.423%200%203.982%201.601q1.558%201.602%201.558%204.068h-.769q0-2.143-1.338-3.521q-1.339-1.38-3.433-1.38q-1.983%200-3.371%201.327T7.266%2014.65q0%201.906.665%203.363q.665%201.456%202.396%203.281l-.546.547q-1.779-1.893-2.532-3.53q-.753-1.638-.753-3.661q0-2.211%201.609-3.748q1.608-1.536%203.92-1.536m1.183%208.982q-.8-.75-1.206-1.77t-.406-2.312h.77q0%201.144.35%202.03q.35.887%201.038%201.525q.65.595%201.481.917t1.746.322q.367%200%20.719-.059t.708-.132l.155.687q-.386.123-.779.198q-.392.075-.803.075q-1.062%200-2.04-.378t-1.733-1.103%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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