finger print minus icon

finger-print-minus from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
finger-print-minus
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the finger print minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M5.929 20.606C3.856 19.198 2.5 16.858 2.5 14.21V9.758c0-1.185.271-2.308.757-3.314m6.1 15.48A8 8 0 0 0 12 21.849m5.73-15.431C15.636 2.124 9.9.664 5.93 3.362m12.57 6.971V11.5m-8-5.5c2.21 0 4 1.88 4 4.2M6.885 8.4a4.4 4.4 0 0 0-.385 1.8v3.6c0 2.32 1.79 4.2 4 4.2q.255 0 .5-.032m-.5-7.468v3"/><path d="M18.833 18h-2.666m5.333 0a4 4 0 1 1-8 0a4 4 0 0 1 8 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFingerPrintMinus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M5.929 20.606C3.856 19.198 2.5 16.858 2.5 14.21V9.758c0-1.185.271-2.308.757-3.314m6.1 15.48A8 8 0 0 0 12 21.849m5.73-15.431C15.636 2.124 9.9.664 5.93 3.362m12.57 6.971V11.5m-8-5.5c2.21 0 4 1.88 4 4.2M6.885 8.4a4.4 4.4 0 0 0-.385 1.8v3.6c0 2.32 1.79 4.2 4 4.2q.255 0 .5-.032m-.5-7.468v3"/><path d="M18.833 18h-2.666m5.333 0a4 4 0 1 1-8 0a4 4 0 0 1 8 0Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M5.929 20.606C3.856 19.198 2.5 16.858 2.5 14.21V9.758c0-1.185.271-2.308.757-3.314m6.1 15.48A8 8 0 0 0 12 21.849m5.73-15.431C15.636 2.124 9.9.664 5.93 3.362m12.57 6.971V11.5m-8-5.5c2.21 0 4 1.88 4 4.2M6.885 8.4a4.4 4.4 0 0 0-.385 1.8v3.6c0 2.32 1.79 4.2 4 4.2q.255 0 .5-.032m-.5-7.468v3"/><path d="M18.833 18h-2.666m5.333 0a4 4 0 1 1-8 0a4 4 0 0 1 8 0Z"/></g></svg>
</template>

CSS

.icon-finger-print-minus {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5.929%2020.606C3.856%2019.198%202.5%2016.858%202.5%2014.21V9.758c0-1.185.271-2.308.757-3.314m6.1%2015.48A8%208%200%200%200%2012%2021.849m5.73-15.431C15.636%202.124%209.9.664%205.93%203.362m12.57%206.971V11.5m-8-5.5c2.21%200%204%201.88%204%204.2M6.885%208.4a4.4%204.4%200%200%200-.385%201.8v3.6c0%202.32%201.79%204.2%204%204.2q.255%200%20.5-.032m-.5-7.468v3%22%2F%3E%3Cpath%20d%3D%22M18.833%2018h-2.666m5.333%200a4%204%200%201%201-8%200a4%204%200%200%201%208%200Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5.929%2020.606C3.856%2019.198%202.5%2016.858%202.5%2014.21V9.758c0-1.185.271-2.308.757-3.314m6.1%2015.48A8%208%200%200%200%2012%2021.849m5.73-15.431C15.636%202.124%209.9.664%205.93%203.362m12.57%206.971V11.5m-8-5.5c2.21%200%204%201.88%204%204.2M6.885%208.4a4.4%204.4%200%200%200-.385%201.8v3.6c0%202.32%201.79%204.2%204%204.2q.255%200%20.5-.032m-.5-7.468v3%22%2F%3E%3Cpath%20d%3D%22M18.833%2018h-2.666m5.333%200a4%204%200%201%201-8%200a4%204%200%200%201%208%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/finger-print-minus.svg?color=%231a73e8&size=48