fingerprint 2 icon

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

Name
fingerprint-2-line
Set
Remix Icon
Style
Line
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 9v4a9 9 0 0 1-12.092 8.455q.192-.265.369-.542l.17-.28a10.9 10.9 0 0 0 1.55-5.345L11 16V9h2v7a13 13 0 0 1-.997 5.002a7 7 0 0 0 2.27-.38c.442-1.36.693-2.807.724-4.308L15 16v-3.001h2V16a17 17 0 0 1-.298 3.185a6.98 6.98 0 0 0 2.294-4.944L19 14v-4A7 7 0 0 0 7.808 4.394L6.383 2.968A8.96 8.96 0 0 1 12 1m-5 9a5 5 0 0 1 10 0v1h-2v-1a3 3 0 0 0-5.995-.176L9 10v6c0 1.567-.4 3.04-1.104 4.323l-.024.04q-.345.622-.782 1.179a9 9 0 0 1-1.237-.97l-.308-.3A8.97 8.97 0 0 1 3 14v-4c0-2.125.736-4.078 1.968-5.617l1.426 1.425a6.97 6.97 0 0 0-1.39 3.951L5 10v4a6.97 6.97 0 0 0 1.57 4.417a6.9 6.9 0 0 0 .426-2.176L7 16z"/></svg>

React

import type { SVGProps } from "react";

export function RiFingerprint2Line(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 9v4a9 9 0 0 1-12.092 8.455q.192-.265.369-.542l.17-.28a10.9 10.9 0 0 0 1.55-5.345L11 16V9h2v7a13 13 0 0 1-.997 5.002a7 7 0 0 0 2.27-.38c.442-1.36.693-2.807.724-4.308L15 16v-3.001h2V16a17 17 0 0 1-.298 3.185a6.98 6.98 0 0 0 2.294-4.944L19 14v-4A7 7 0 0 0 7.808 4.394L6.383 2.968A8.96 8.96 0 0 1 12 1m-5 9a5 5 0 0 1 10 0v1h-2v-1a3 3 0 0 0-5.995-.176L9 10v6c0 1.567-.4 3.04-1.104 4.323l-.024.04q-.345.622-.782 1.179a9 9 0 0 1-1.237-.97l-.308-.3A8.97 8.97 0 0 1 3 14v-4c0-2.125.736-4.078 1.968-5.617l1.426 1.425a6.97 6.97 0 0 0-1.39 3.951L5 10v4a6.97 6.97 0 0 0 1.57 4.417a6.9 6.9 0 0 0 .426-2.176L7 16z"/></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 9v4a9 9 0 0 1-12.092 8.455q.192-.265.369-.542l.17-.28a10.9 10.9 0 0 0 1.55-5.345L11 16V9h2v7a13 13 0 0 1-.997 5.002a7 7 0 0 0 2.27-.38c.442-1.36.693-2.807.724-4.308L15 16v-3.001h2V16a17 17 0 0 1-.298 3.185a6.98 6.98 0 0 0 2.294-4.944L19 14v-4A7 7 0 0 0 7.808 4.394L6.383 2.968A8.96 8.96 0 0 1 12 1m-5 9a5 5 0 0 1 10 0v1h-2v-1a3 3 0 0 0-5.995-.176L9 10v6c0 1.567-.4 3.04-1.104 4.323l-.024.04q-.345.622-.782 1.179a9 9 0 0 1-1.237-.97l-.308-.3A8.97 8.97 0 0 1 3 14v-4c0-2.125.736-4.078 1.968-5.617l1.426 1.425a6.97 6.97 0 0 0-1.39 3.951L5 10v4a6.97 6.97 0 0 0 1.57 4.417a6.9 6.9 0 0 0 .426-2.176L7 16z"/></svg>
</template>

CSS

.icon-fingerprint-2-line {
  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%209v4a9%209%200%200%201-12.092%208.455q.192-.265.369-.542l.17-.28a10.9%2010.9%200%200%200%201.55-5.345L11%2016V9h2v7a13%2013%200%200%201-.997%205.002a7%207%200%200%200%202.27-.38c.442-1.36.693-2.807.724-4.308L15%2016v-3.001h2V16a17%2017%200%200%201-.298%203.185a6.98%206.98%200%200%200%202.294-4.944L19%2014v-4A7%207%200%200%200%207.808%204.394L6.383%202.968A8.96%208.96%200%200%201%2012%201m-5%209a5%205%200%200%201%2010%200v1h-2v-1a3%203%200%200%200-5.995-.176L9%2010v6c0%201.567-.4%203.04-1.104%204.323l-.024.04q-.345.622-.782%201.179a9%209%200%200%201-1.237-.97l-.308-.3A8.97%208.97%200%200%201%203%2014v-4c0-2.125.736-4.078%201.968-5.617l1.426%201.425a6.97%206.97%200%200%200-1.39%203.951L5%2010v4a6.97%206.97%200%200%200%201.57%204.417a6.9%206.9%200%200%200%20.426-2.176L7%2016z%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%209v4a9%209%200%200%201-12.092%208.455q.192-.265.369-.542l.17-.28a10.9%2010.9%200%200%200%201.55-5.345L11%2016V9h2v7a13%2013%200%200%201-.997%205.002a7%207%200%200%200%202.27-.38c.442-1.36.693-2.807.724-4.308L15%2016v-3.001h2V16a17%2017%200%200%201-.298%203.185a6.98%206.98%200%200%200%202.294-4.944L19%2014v-4A7%207%200%200%200%207.808%204.394L6.383%202.968A8.96%208.96%200%200%201%2012%201m-5%209a5%205%200%200%201%2010%200v1h-2v-1a3%203%200%200%200-5.995-.176L9%2010v6c0%201.567-.4%203.04-1.104%204.323l-.024.04q-.345.622-.782%201.179a9%209%200%200%201-1.237-.97l-.308-.3A8.97%208.97%200%200%201%203%2014v-4c0-2.125.736-4.078%201.968-5.617l1.426%201.425a6.97%206.97%200%200%200-1.39%203.951L5%2010v4a6.97%206.97%200%200%200%201.57%204.417a6.9%206.9%200%200%200%20.426-2.176L7%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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