fingerprint 2 icon

fingerprint-2-fill from Remix Icon by Remix Design · Fill · Device · Apache-2.0 Free for personal and commercial use.

Name
fingerprint-2-fill
Set
Remix Icon
Style
Fill
Category
Device
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More device icons from Remix Icon

Use the fingerprint 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1a9 9 0 0 1 9 9v4a8.99 8.99 0 0 1-3.811 7.355c.527-1.692.811-3.49.811-5.355v-2.001h-2V16l-.003.315a15.9 15.9 0 0 1-1.431 6.315a9.1 9.1 0 0 1-3.576.314A12.93 12.93 0 0 0 13 16V9h-2v7l-.004.288a10.95 10.95 0 0 1-2.088 6.167a9 9 0 0 1-2.625-1.503A7.96 7.96 0 0 0 8 16v-6l.005-.2a4 4 0 0 1 .549-1.832L7.109 6.523A5.97 5.97 0 0 0 6 10v6l-.004.225a5.97 5.97 0 0 1-1.12 3.272A8.95 8.95 0 0 1 3 14v-4a9 9 0 0 1 9-9m0 3c-1.296 0-2.496.41-3.476 1.11l1.444 1.444A4 4 0 0 1 16 10v2h2v-2a6 6 0 0 0-6-6"/></svg>

React

import type { SVGProps } from "react";

export function RiFingerprint2Fill(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="M12 1a9 9 0 0 1 9 9v4a8.99 8.99 0 0 1-3.811 7.355c.527-1.692.811-3.49.811-5.355v-2.001h-2V16l-.003.315a15.9 15.9 0 0 1-1.431 6.315a9.1 9.1 0 0 1-3.576.314A12.93 12.93 0 0 0 13 16V9h-2v7l-.004.288a10.95 10.95 0 0 1-2.088 6.167a9 9 0 0 1-2.625-1.503A7.96 7.96 0 0 0 8 16v-6l.005-.2a4 4 0 0 1 .549-1.832L7.109 6.523A5.97 5.97 0 0 0 6 10v6l-.004.225a5.97 5.97 0 0 1-1.12 3.272A8.95 8.95 0 0 1 3 14v-4a9 9 0 0 1 9-9m0 3c-1.296 0-2.496.41-3.476 1.11l1.444 1.444A4 4 0 0 1 16 10v2h2v-2a6 6 0 0 0-6-6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1a9 9 0 0 1 9 9v4a8.99 8.99 0 0 1-3.811 7.355c.527-1.692.811-3.49.811-5.355v-2.001h-2V16l-.003.315a15.9 15.9 0 0 1-1.431 6.315a9.1 9.1 0 0 1-3.576.314A12.93 12.93 0 0 0 13 16V9h-2v7l-.004.288a10.95 10.95 0 0 1-2.088 6.167a9 9 0 0 1-2.625-1.503A7.96 7.96 0 0 0 8 16v-6l.005-.2a4 4 0 0 1 .549-1.832L7.109 6.523A5.97 5.97 0 0 0 6 10v6l-.004.225a5.97 5.97 0 0 1-1.12 3.272A8.95 8.95 0 0 1 3 14v-4a9 9 0 0 1 9-9m0 3c-1.296 0-2.496.41-3.476 1.11l1.444 1.444A4 4 0 0 1 16 10v2h2v-2a6 6 0 0 0-6-6"/></svg>
</template>

CSS

.icon-fingerprint-2-fill {
  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%22M12%201a9%209%200%200%201%209%209v4a8.99%208.99%200%200%201-3.811%207.355c.527-1.692.811-3.49.811-5.355v-2.001h-2V16l-.003.315a15.9%2015.9%200%200%201-1.431%206.315a9.1%209.1%200%200%201-3.576.314A12.93%2012.93%200%200%200%2013%2016V9h-2v7l-.004.288a10.95%2010.95%200%200%201-2.088%206.167a9%209%200%200%201-2.625-1.503A7.96%207.96%200%200%200%208%2016v-6l.005-.2a4%204%200%200%201%20.549-1.832L7.109%206.523A5.97%205.97%200%200%200%206%2010v6l-.004.225a5.97%205.97%200%200%201-1.12%203.272A8.95%208.95%200%200%201%203%2014v-4a9%209%200%200%201%209-9m0%203c-1.296%200-2.496.41-3.476%201.11l1.444%201.444A4%204%200%200%201%2016%2010v2h2v-2a6%206%200%200%200-6-6%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%22M12%201a9%209%200%200%201%209%209v4a8.99%208.99%200%200%201-3.811%207.355c.527-1.692.811-3.49.811-5.355v-2.001h-2V16l-.003.315a15.9%2015.9%200%200%201-1.431%206.315a9.1%209.1%200%200%201-3.576.314A12.93%2012.93%200%200%200%2013%2016V9h-2v7l-.004.288a10.95%2010.95%200%200%201-2.088%206.167a9%209%200%200%201-2.625-1.503A7.96%207.96%200%200%200%208%2016v-6l.005-.2a4%204%200%200%201%20.549-1.832L7.109%206.523A5.97%205.97%200%200%200%206%2010v6l-.004.225a5.97%205.97%200%200%201-1.12%203.272A8.95%208.95%200%200%201%203%2014v-4a9%209%200%200%201%209-9m0%203c-1.296%200-2.496.41-3.476%201.11l1.444%201.444A4%204%200%200%201%2016%2010v2h2v-2a6%206%200%200%200-6-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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