fingerprint recognition icon
fingerprint-recognition from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- fingerprint-recognition
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
More tools icons from Carbon
Use the fingerprint recognition icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 5.21a.77.77 0 0 1-.46-1.38A15.46 15.46 0 0 1 16 1c2.66 0 6.48.45 9.5 2.62a.77.77 0 0 1 .18 1.07a.78.78 0 0 1-1.08.17A15 15 0 0 0 16 2.53a14 14 0 0 0-8.5 2.52a.74.74 0 0 1-.5.16"/><path fill="currentColor" d="M28.23 12.26a.78.78 0 0 1-.63-.33C25.87 9.49 22.78 6.24 16 6.24a14 14 0 0 0-11.63 5.7a.77.77 0 0 1-1.07.17a.76.76 0 0 1-.15-1.11A15.54 15.54 0 0 1 16 4.71c5.61 0 9.81 2.08 12.84 6.34a.77.77 0 0 1-.19 1.07a.8.8 0 0 1-.42.14"/><path fill="currentColor" d="M12.28 31a.78.78 0 0 1-.72-.49a.75.75 0 0 1 .44-1c4.37-1.68 7-5.12 7-9.21a2.8 2.8 0 0 0-3-3c-1.86 0-2.76 1-3 3.35a4.27 4.27 0 0 1-4.52 3.83a4.27 4.27 0 0 1-4.32-4.59A11.71 11.71 0 0 1 16 8.39a12 12 0 0 1 12 11.93a18.7 18.7 0 0 1-1.39 6.5a.78.78 0 0 1-1 .41a.76.76 0 0 1-.41-1a17.3 17.3 0 0 0 1.27-5.91A10.45 10.45 0 0 0 16 9.92a10.18 10.18 0 0 0-10.38 10a2.77 2.77 0 0 0 2.79 3.06a2.74 2.74 0 0 0 3-2.48c.36-3.11 1.89-4.69 4.56-4.69a4.31 4.31 0 0 1 4.52 4.56c0 4.74-3 8.72-8 10.63a1 1 0 0 1-.21 0"/><path fill="currentColor" d="M19.77 30.28a.8.8 0 0 1-.52-.2a.76.76 0 0 1 0-1.08a12.63 12.63 0 0 0 3.54-8.68c0-1.56-.48-6.65-6.7-6.65a6.83 6.83 0 0 0-4.94 1.87A6.17 6.17 0 0 0 9.32 20a.77.77 0 0 1-.77.76a.76.76 0 0 1-.77-.76A7.73 7.73 0 0 1 10 14.46a8.34 8.34 0 0 1 6-2.32c6.08 0 8.24 4.4 8.24 8.18a14.1 14.1 0 0 1-3.9 9.68a.75.75 0 0 1-.57.28"/><path fill="currentColor" d="M8.66 27.74a14 14 0 0 1-1.56-.09a.76.76 0 1 1 .17-1.52c2.49.28 4.45-.16 5.84-1.32a6.37 6.37 0 0 0 2.12-4.53a.75.75 0 0 1 .82-.71a.78.78 0 0 1 .72.81A7.9 7.9 0 0 1 14.09 26a8.2 8.2 0 0 1-5.43 1.74"/></svg>
React
import type { SVGProps } from "react";
export function CarbonFingerprintRecognition(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 5.21a.77.77 0 0 1-.46-1.38A15.46 15.46 0 0 1 16 1c2.66 0 6.48.45 9.5 2.62a.77.77 0 0 1 .18 1.07a.78.78 0 0 1-1.08.17A15 15 0 0 0 16 2.53a14 14 0 0 0-8.5 2.52a.74.74 0 0 1-.5.16"/><path fill="currentColor" d="M28.23 12.26a.78.78 0 0 1-.63-.33C25.87 9.49 22.78 6.24 16 6.24a14 14 0 0 0-11.63 5.7a.77.77 0 0 1-1.07.17a.76.76 0 0 1-.15-1.11A15.54 15.54 0 0 1 16 4.71c5.61 0 9.81 2.08 12.84 6.34a.77.77 0 0 1-.19 1.07a.8.8 0 0 1-.42.14"/><path fill="currentColor" d="M12.28 31a.78.78 0 0 1-.72-.49a.75.75 0 0 1 .44-1c4.37-1.68 7-5.12 7-9.21a2.8 2.8 0 0 0-3-3c-1.86 0-2.76 1-3 3.35a4.27 4.27 0 0 1-4.52 3.83a4.27 4.27 0 0 1-4.32-4.59A11.71 11.71 0 0 1 16 8.39a12 12 0 0 1 12 11.93a18.7 18.7 0 0 1-1.39 6.5a.78.78 0 0 1-1 .41a.76.76 0 0 1-.41-1a17.3 17.3 0 0 0 1.27-5.91A10.45 10.45 0 0 0 16 9.92a10.18 10.18 0 0 0-10.38 10a2.77 2.77 0 0 0 2.79 3.06a2.74 2.74 0 0 0 3-2.48c.36-3.11 1.89-4.69 4.56-4.69a4.31 4.31 0 0 1 4.52 4.56c0 4.74-3 8.72-8 10.63a1 1 0 0 1-.21 0"/><path fill="currentColor" d="M19.77 30.28a.8.8 0 0 1-.52-.2a.76.76 0 0 1 0-1.08a12.63 12.63 0 0 0 3.54-8.68c0-1.56-.48-6.65-6.7-6.65a6.83 6.83 0 0 0-4.94 1.87A6.17 6.17 0 0 0 9.32 20a.77.77 0 0 1-.77.76a.76.76 0 0 1-.77-.76A7.73 7.73 0 0 1 10 14.46a8.34 8.34 0 0 1 6-2.32c6.08 0 8.24 4.4 8.24 8.18a14.1 14.1 0 0 1-3.9 9.68a.75.75 0 0 1-.57.28"/><path fill="currentColor" d="M8.66 27.74a14 14 0 0 1-1.56-.09a.76.76 0 1 1 .17-1.52c2.49.28 4.45-.16 5.84-1.32a6.37 6.37 0 0 0 2.12-4.53a.75.75 0 0 1 .82-.71a.78.78 0 0 1 .72.81A7.9 7.9 0 0 1 14.09 26a8.2 8.2 0 0 1-5.43 1.74"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 5.21a.77.77 0 0 1-.46-1.38A15.46 15.46 0 0 1 16 1c2.66 0 6.48.45 9.5 2.62a.77.77 0 0 1 .18 1.07a.78.78 0 0 1-1.08.17A15 15 0 0 0 16 2.53a14 14 0 0 0-8.5 2.52a.74.74 0 0 1-.5.16"/><path fill="currentColor" d="M28.23 12.26a.78.78 0 0 1-.63-.33C25.87 9.49 22.78 6.24 16 6.24a14 14 0 0 0-11.63 5.7a.77.77 0 0 1-1.07.17a.76.76 0 0 1-.15-1.11A15.54 15.54 0 0 1 16 4.71c5.61 0 9.81 2.08 12.84 6.34a.77.77 0 0 1-.19 1.07a.8.8 0 0 1-.42.14"/><path fill="currentColor" d="M12.28 31a.78.78 0 0 1-.72-.49a.75.75 0 0 1 .44-1c4.37-1.68 7-5.12 7-9.21a2.8 2.8 0 0 0-3-3c-1.86 0-2.76 1-3 3.35a4.27 4.27 0 0 1-4.52 3.83a4.27 4.27 0 0 1-4.32-4.59A11.71 11.71 0 0 1 16 8.39a12 12 0 0 1 12 11.93a18.7 18.7 0 0 1-1.39 6.5a.78.78 0 0 1-1 .41a.76.76 0 0 1-.41-1a17.3 17.3 0 0 0 1.27-5.91A10.45 10.45 0 0 0 16 9.92a10.18 10.18 0 0 0-10.38 10a2.77 2.77 0 0 0 2.79 3.06a2.74 2.74 0 0 0 3-2.48c.36-3.11 1.89-4.69 4.56-4.69a4.31 4.31 0 0 1 4.52 4.56c0 4.74-3 8.72-8 10.63a1 1 0 0 1-.21 0"/><path fill="currentColor" d="M19.77 30.28a.8.8 0 0 1-.52-.2a.76.76 0 0 1 0-1.08a12.63 12.63 0 0 0 3.54-8.68c0-1.56-.48-6.65-6.7-6.65a6.83 6.83 0 0 0-4.94 1.87A6.17 6.17 0 0 0 9.32 20a.77.77 0 0 1-.77.76a.76.76 0 0 1-.77-.76A7.73 7.73 0 0 1 10 14.46a8.34 8.34 0 0 1 6-2.32c6.08 0 8.24 4.4 8.24 8.18a14.1 14.1 0 0 1-3.9 9.68a.75.75 0 0 1-.57.28"/><path fill="currentColor" d="M8.66 27.74a14 14 0 0 1-1.56-.09a.76.76 0 1 1 .17-1.52c2.49.28 4.45-.16 5.84-1.32a6.37 6.37 0 0 0 2.12-4.53a.75.75 0 0 1 .82-.71a.78.78 0 0 1 .72.81A7.9 7.9 0 0 1 14.09 26a8.2 8.2 0 0 1-5.43 1.74"/></svg> </template>
CSS
.icon-fingerprint-recognition {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%205.21a.77.77%200%200%201-.46-1.38A15.46%2015.46%200%200%201%2016%201c2.66%200%206.48.45%209.5%202.62a.77.77%200%200%201%20.18%201.07a.78.78%200%200%201-1.08.17A15%2015%200%200%200%2016%202.53a14%2014%200%200%200-8.5%202.52a.74.74%200%200%201-.5.16%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.23%2012.26a.78.78%200%200%201-.63-.33C25.87%209.49%2022.78%206.24%2016%206.24a14%2014%200%200%200-11.63%205.7a.77.77%200%200%201-1.07.17a.76.76%200%200%201-.15-1.11A15.54%2015.54%200%200%201%2016%204.71c5.61%200%209.81%202.08%2012.84%206.34a.77.77%200%200%201-.19%201.07a.8.8%200%200%201-.42.14%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.28%2031a.78.78%200%200%201-.72-.49a.75.75%200%200%201%20.44-1c4.37-1.68%207-5.12%207-9.21a2.8%202.8%200%200%200-3-3c-1.86%200-2.76%201-3%203.35a4.27%204.27%200%200%201-4.52%203.83a4.27%204.27%200%200%201-4.32-4.59A11.71%2011.71%200%200%201%2016%208.39a12%2012%200%200%201%2012%2011.93a18.7%2018.7%200%200%201-1.39%206.5a.78.78%200%200%201-1%20.41a.76.76%200%200%201-.41-1a17.3%2017.3%200%200%200%201.27-5.91A10.45%2010.45%200%200%200%2016%209.92a10.18%2010.18%200%200%200-10.38%2010a2.77%202.77%200%200%200%202.79%203.06a2.74%202.74%200%200%200%203-2.48c.36-3.11%201.89-4.69%204.56-4.69a4.31%204.31%200%200%201%204.52%204.56c0%204.74-3%208.72-8%2010.63a1%201%200%200%201-.21%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.77%2030.28a.8.8%200%200%201-.52-.2a.76.76%200%200%201%200-1.08a12.63%2012.63%200%200%200%203.54-8.68c0-1.56-.48-6.65-6.7-6.65a6.83%206.83%200%200%200-4.94%201.87A6.17%206.17%200%200%200%209.32%2020a.77.77%200%200%201-.77.76a.76.76%200%200%201-.77-.76A7.73%207.73%200%200%201%2010%2014.46a8.34%208.34%200%200%201%206-2.32c6.08%200%208.24%204.4%208.24%208.18a14.1%2014.1%200%200%201-3.9%209.68a.75.75%200%200%201-.57.28%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.66%2027.74a14%2014%200%200%201-1.56-.09a.76.76%200%201%201%20.17-1.52c2.49.28%204.45-.16%205.84-1.32a6.37%206.37%200%200%200%202.12-4.53a.75.75%200%200%201%20.82-.71a.78.78%200%200%201%20.72.81A7.9%207.9%200%200%201%2014.09%2026a8.2%208.2%200%200%201-5.43%201.74%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%205.21a.77.77%200%200%201-.46-1.38A15.46%2015.46%200%200%201%2016%201c2.66%200%206.48.45%209.5%202.62a.77.77%200%200%201%20.18%201.07a.78.78%200%200%201-1.08.17A15%2015%200%200%200%2016%202.53a14%2014%200%200%200-8.5%202.52a.74.74%200%200%201-.5.16%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.23%2012.26a.78.78%200%200%201-.63-.33C25.87%209.49%2022.78%206.24%2016%206.24a14%2014%200%200%200-11.63%205.7a.77.77%200%200%201-1.07.17a.76.76%200%200%201-.15-1.11A15.54%2015.54%200%200%201%2016%204.71c5.61%200%209.81%202.08%2012.84%206.34a.77.77%200%200%201-.19%201.07a.8.8%200%200%201-.42.14%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.28%2031a.78.78%200%200%201-.72-.49a.75.75%200%200%201%20.44-1c4.37-1.68%207-5.12%207-9.21a2.8%202.8%200%200%200-3-3c-1.86%200-2.76%201-3%203.35a4.27%204.27%200%200%201-4.52%203.83a4.27%204.27%200%200%201-4.32-4.59A11.71%2011.71%200%200%201%2016%208.39a12%2012%200%200%201%2012%2011.93a18.7%2018.7%200%200%201-1.39%206.5a.78.78%200%200%201-1%20.41a.76.76%200%200%201-.41-1a17.3%2017.3%200%200%200%201.27-5.91A10.45%2010.45%200%200%200%2016%209.92a10.18%2010.18%200%200%200-10.38%2010a2.77%202.77%200%200%200%202.79%203.06a2.74%202.74%200%200%200%203-2.48c.36-3.11%201.89-4.69%204.56-4.69a4.31%204.31%200%200%201%204.52%204.56c0%204.74-3%208.72-8%2010.63a1%201%200%200%201-.21%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.77%2030.28a.8.8%200%200%201-.52-.2a.76.76%200%200%201%200-1.08a12.63%2012.63%200%200%200%203.54-8.68c0-1.56-.48-6.65-6.7-6.65a6.83%206.83%200%200%200-4.94%201.87A6.17%206.17%200%200%200%209.32%2020a.77.77%200%200%201-.77.76a.76.76%200%200%201-.77-.76A7.73%207.73%200%200%201%2010%2014.46a8.34%208.34%200%200%201%206-2.32c6.08%200%208.24%204.4%208.24%208.18a14.1%2014.1%200%200%201-3.9%209.68a.75.75%200%200%201-.57.28%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.66%2027.74a14%2014%200%200%201-1.56-.09a.76.76%200%201%201%20.17-1.52c2.49.28%204.45-.16%205.84-1.32a6.37%206.37%200%200%200%202.12-4.53a.75.75%200%200%201%20.82-.71a.78.78%200%200%201%20.72.81A7.9%207.9%200%200%201%2014.09%2026a8.2%208.2%200%200%201-5.43%201.74%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/fingerprint-recognition.svg?color=%231a73e8&size=48