fingerprint 3 icon

fingerprint-3 from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
fingerprint-3
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

Related icons in TDesign Icons

Use the fingerprint 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M3 13v-2a9 9 0 0 1 12.746-8.186M19.496 21A16.9 16.9 0 0 0 21 14v-3c0-2.23-.811-4.27-2.154-5.843M8.427 8.264A4.48 4.48 0 0 0 7.5 11v1m9-1A4.5 4.5 0 0 0 12 6.5m-9 11h1c1.273 0 2.388-.68 3-1.696M14.358 21a12.43 12.43 0 0 0 2.103-6M12 11v3a8 8 0 0 1-4.124 7"/></svg>

React

import type { SVGProps } from "react";

export function TdesignFingerprint3(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M3 13v-2a9 9 0 0 1 12.746-8.186M19.496 21A16.9 16.9 0 0 0 21 14v-3c0-2.23-.811-4.27-2.154-5.843M8.427 8.264A4.48 4.48 0 0 0 7.5 11v1m9-1A4.5 4.5 0 0 0 12 6.5m-9 11h1c1.273 0 2.388-.68 3-1.696M14.358 21a12.43 12.43 0 0 0 2.103-6M12 11v3a8 8 0 0 1-4.124 7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M3 13v-2a9 9 0 0 1 12.746-8.186M19.496 21A16.9 16.9 0 0 0 21 14v-3c0-2.23-.811-4.27-2.154-5.843M8.427 8.264A4.48 4.48 0 0 0 7.5 11v1m9-1A4.5 4.5 0 0 0 12 6.5m-9 11h1c1.273 0 2.388-.68 3-1.696M14.358 21a12.43 12.43 0 0 0 2.103-6M12 11v3a8 8 0 0 1-4.124 7"/></svg>
</template>

CSS

.icon-fingerprint-3 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M3%2013v-2a9%209%200%200%201%2012.746-8.186M19.496%2021A16.9%2016.9%200%200%200%2021%2014v-3c0-2.23-.811-4.27-2.154-5.843M8.427%208.264A4.48%204.48%200%200%200%207.5%2011v1m9-1A4.5%204.5%200%200%200%2012%206.5m-9%2011h1c1.273%200%202.388-.68%203-1.696M14.358%2021a12.43%2012.43%200%200%200%202.103-6M12%2011v3a8%208%200%200%201-4.124%207%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M3%2013v-2a9%209%200%200%201%2012.746-8.186M19.496%2021A16.9%2016.9%200%200%200%2021%2014v-3c0-2.23-.811-4.27-2.154-5.843M8.427%208.264A4.48%204.48%200%200%200%207.5%2011v1m9-1A4.5%204.5%200%200%200%2012%206.5m-9%2011h1c1.273%200%202.388-.68%203-1.696M14.358%2021a12.43%2012.43%200%200%200%202.103-6M12%2011v3a8%208%200%200%201-4.124%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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