fingerprint 2 icon

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

Name
fingerprint-2-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

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 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 4.167A5.833 5.833 0 0 0 6.167 12c0 3.335 1.463 6.33 3.78 8.375a.5.5 0 1 0 .661-.75A10.14 10.14 0 0 1 7.167 12a4.833 4.833 0 1 1 9.666 0a.5.5 0 0 0 1 0A5.833 5.833 0 0 0 12 6.167M12 3.5A8.5 8.5 0 0 0 3.5 12c0 1.616.277 3.168.787 4.611a.5.5 0 0 0 .943-.334A12.8 12.8 0 0 1 4.5 12a7.5 7.5 0 1 1 15 0c0 1.197-.97 2.167-2.167 2.167a2.12 2.12 0 0 1-2.094-1.774l-.158-.95A3.124 3.124 0 0 0 12 8.833A3.167 3.167 0 0 0 8.833 12a8.5 8.5 0 0 0 5.7 8.027a.5.5 0 1 0 .33-.944A7.5 7.5 0 0 1 9.832 12c0-1.197.97-2.167 2.167-2.167c1.038 0 1.924.75 2.095 1.774l.158.95a3.124 3.124 0 0 0 3.08 2.61A3.167 3.167 0 0 0 20.5 12A8.5 8.5 0 0 0 12 3.5m0 8a.5.5 0 0 0-.5.5a5.833 5.833 0 0 0 6.805 5.753a.5.5 0 0 0-.165-.986A4.833 4.833 0 0 1 12.5 12a.5.5 0 0 0-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteFingerprint2Fill(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 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 4.167A5.833 5.833 0 0 0 6.167 12c0 3.335 1.463 6.33 3.78 8.375a.5.5 0 1 0 .661-.75A10.14 10.14 0 0 1 7.167 12a4.833 4.833 0 1 1 9.666 0a.5.5 0 0 0 1 0A5.833 5.833 0 0 0 12 6.167M12 3.5A8.5 8.5 0 0 0 3.5 12c0 1.616.277 3.168.787 4.611a.5.5 0 0 0 .943-.334A12.8 12.8 0 0 1 4.5 12a7.5 7.5 0 1 1 15 0c0 1.197-.97 2.167-2.167 2.167a2.12 2.12 0 0 1-2.094-1.774l-.158-.95A3.124 3.124 0 0 0 12 8.833A3.167 3.167 0 0 0 8.833 12a8.5 8.5 0 0 0 5.7 8.027a.5.5 0 1 0 .33-.944A7.5 7.5 0 0 1 9.832 12c0-1.197.97-2.167 2.167-2.167c1.038 0 1.924.75 2.095 1.774l.158.95a3.124 3.124 0 0 0 3.08 2.61A3.167 3.167 0 0 0 20.5 12A8.5 8.5 0 0 0 12 3.5m0 8a.5.5 0 0 0-.5.5a5.833 5.833 0 0 0 6.805 5.753a.5.5 0 0 0-.165-.986A4.833 4.833 0 0 1 12.5 12a.5.5 0 0 0-.5-.5"/></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 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 4.167A5.833 5.833 0 0 0 6.167 12c0 3.335 1.463 6.33 3.78 8.375a.5.5 0 1 0 .661-.75A10.14 10.14 0 0 1 7.167 12a4.833 4.833 0 1 1 9.666 0a.5.5 0 0 0 1 0A5.833 5.833 0 0 0 12 6.167M12 3.5A8.5 8.5 0 0 0 3.5 12c0 1.616.277 3.168.787 4.611a.5.5 0 0 0 .943-.334A12.8 12.8 0 0 1 4.5 12a7.5 7.5 0 1 1 15 0c0 1.197-.97 2.167-2.167 2.167a2.12 2.12 0 0 1-2.094-1.774l-.158-.95A3.124 3.124 0 0 0 12 8.833A3.167 3.167 0 0 0 8.833 12a8.5 8.5 0 0 0 5.7 8.027a.5.5 0 1 0 .33-.944A7.5 7.5 0 0 1 9.832 12c0-1.197.97-2.167 2.167-2.167c1.038 0 1.924.75 2.095 1.774l.158.95a3.124 3.124 0 0 0 3.08 2.61A3.167 3.167 0 0 0 20.5 12A8.5 8.5 0 0 0 12 3.5m0 8a.5.5 0 0 0-.5.5a5.833 5.833 0 0 0 6.805 5.753a.5.5 0 0 0-.165-.986A4.833 4.833 0 0 1 12.5 12a.5.5 0 0 0-.5-.5"/></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%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m0%204.167A5.833%205.833%200%200%200%206.167%2012c0%203.335%201.463%206.33%203.78%208.375a.5.5%200%201%200%20.661-.75A10.14%2010.14%200%200%201%207.167%2012a4.833%204.833%200%201%201%209.666%200a.5.5%200%200%200%201%200A5.833%205.833%200%200%200%2012%206.167M12%203.5A8.5%208.5%200%200%200%203.5%2012c0%201.616.277%203.168.787%204.611a.5.5%200%200%200%20.943-.334A12.8%2012.8%200%200%201%204.5%2012a7.5%207.5%200%201%201%2015%200c0%201.197-.97%202.167-2.167%202.167a2.12%202.12%200%200%201-2.094-1.774l-.158-.95A3.124%203.124%200%200%200%2012%208.833A3.167%203.167%200%200%200%208.833%2012a8.5%208.5%200%200%200%205.7%208.027a.5.5%200%201%200%20.33-.944A7.5%207.5%200%200%201%209.832%2012c0-1.197.97-2.167%202.167-2.167c1.038%200%201.924.75%202.095%201.774l.158.95a3.124%203.124%200%200%200%203.08%202.61A3.167%203.167%200%200%200%2020.5%2012A8.5%208.5%200%200%200%2012%203.5m0%208a.5.5%200%200%200-.5.5a5.833%205.833%200%200%200%206.805%205.753a.5.5%200%200%200-.165-.986A4.833%204.833%200%200%201%2012.5%2012a.5.5%200%200%200-.5-.5%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%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m0%204.167A5.833%205.833%200%200%200%206.167%2012c0%203.335%201.463%206.33%203.78%208.375a.5.5%200%201%200%20.661-.75A10.14%2010.14%200%200%201%207.167%2012a4.833%204.833%200%201%201%209.666%200a.5.5%200%200%200%201%200A5.833%205.833%200%200%200%2012%206.167M12%203.5A8.5%208.5%200%200%200%203.5%2012c0%201.616.277%203.168.787%204.611a.5.5%200%200%200%20.943-.334A12.8%2012.8%200%200%201%204.5%2012a7.5%207.5%200%201%201%2015%200c0%201.197-.97%202.167-2.167%202.167a2.12%202.12%200%200%201-2.094-1.774l-.158-.95A3.124%203.124%200%200%200%2012%208.833A3.167%203.167%200%200%200%208.833%2012a8.5%208.5%200%200%200%205.7%208.027a.5.5%200%201%200%20.33-.944A7.5%207.5%200%200%201%209.832%2012c0-1.197.97-2.167%202.167-2.167c1.038%200%201.924.75%202.095%201.774l.158.95a3.124%203.124%200%200%200%203.08%202.61A3.167%203.167%200%200%200%2020.5%2012A8.5%208.5%200%200%200%2012%203.5m0%208a.5.5%200%200%200-.5.5a5.833%205.833%200%200%200%206.805%205.753a.5.5%200%200%200-.165-.986A4.833%204.833%200%200%201%2012.5%2012a.5.5%200%200%200-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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