fingerprint icon

fingerprint-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.

Name
fingerprint-outline
Set
Health Icons
Style
Outline
Category
Symbols
Viewbox
48×48
License
MIT
Aliases
fingerprint2x-outline

3 other variants in Health Icons

The same icon in other sets

More symbols icons from Health Icons

Use the fingerprint icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M24 6c-2 0-3.882.488-5.538 1.351a1 1 0 0 1-.924-1.773A13.94 13.94 0 0 1 24 4c3.086 0 5.942 1 8.257 2.693a1 1 0 1 1-1.181 1.614A11.94 11.94 0 0 0 24 6m9.632 3.212a1 1 0 0 1 1.404.172a14 14 0 0 1 2.425 4.758a1 1 0 0 1-1.922.55a12 12 0 0 0-2.08-4.076a1 1 0 0 1 .173-1.404m-19.674.472a1 1 0 0 1 .239 1.394A11.94 11.94 0 0 0 12 18v12a1 1 0 1 1-2 0V18c0-3.007.95-5.795 2.564-8.078a1 1 0 0 1 1.394-.238M37 17a1 1 0 0 1 1 1v12a13.95 13.95 0 0 1-3.231 8.947a1 1 0 0 1-1.538-1.28A11.95 11.95 0 0 0 36 30V18.001a1 1 0 0 1 1-1M12.902 36.847a1 1 0 0 1 1.398.219a12.03 12.03 0 0 0 5.79 4.283A12 12 0 0 0 24 42a1 1 0 1 1 0 2a14 14 0 0 1-4.562-.76a14.03 14.03 0 0 1-6.754-4.995a1 1 0 0 1 .218-1.398m18.875 3.62a1 1 0 0 1-.312 1.379a13.9 13.9 0 0 1-4.235 1.78a1 1 0 0 1-.46-1.947a12 12 0 0 0 3.628-1.525a1 1 0 0 1 1.379.312M14 18.235C14 12.765 19.014 9 24 9s10 3.765 10 9.235v10.309c0 .878-.17 1.813-.65 2.562c-.514.802-1.351 1.327-2.46 1.327c-1.083 0-1.964-.5-2.548-1.255c-.569-.734-.842-1.683-.842-2.634v-9.307a3.68 3.68 0 0 0-1.034-2.568A3.44 3.44 0 0 0 24 15.62c-.92 0-1.807.374-2.466 1.05a3.68 3.68 0 0 0-1.034 2.568v11.616c0 2.67 1.336 5.14 4.328 6.205a1 1 0 0 1-.671 1.884c-3.9-1.388-5.657-4.696-5.657-8.09V19.238a5.68 5.68 0 0 1 1.602-3.964A5.44 5.44 0 0 1 24 13.62c1.467 0 2.869.598 3.898 1.654a5.68 5.68 0 0 1 1.602 3.964v9.307c0 .588.172 1.084.423 1.41c.236.305.55.479.968.479c.392 0 .61-.15.775-.407c.2-.31.334-.82.334-1.482v-10.31C32 14.124 28.153 11 24 11s-8 3.123-8 7.235v12.549c0 1.063.159 2.123.465 3.01c.312.901.743 1.535 1.223 1.875A1 1 0 1 1 16.53 37.3c-.946-.67-1.569-1.732-1.956-2.852c-.391-1.133-.575-2.419-.575-3.665z"/><path d="M24 18a1 1 0 0 1 1 1v9.787c0 2.258.548 3.766 1.468 4.713c.914.942 2.36 1.5 4.532 1.5a1 1 0 1 1 0 2c-2.495 0-4.549-.645-5.968-2.107C23.62 33.437 23 31.338 23 28.787V19a1 1 0 0 1 1-1"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsFingerprintOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M24 6c-2 0-3.882.488-5.538 1.351a1 1 0 0 1-.924-1.773A13.94 13.94 0 0 1 24 4c3.086 0 5.942 1 8.257 2.693a1 1 0 1 1-1.181 1.614A11.94 11.94 0 0 0 24 6m9.632 3.212a1 1 0 0 1 1.404.172a14 14 0 0 1 2.425 4.758a1 1 0 0 1-1.922.55a12 12 0 0 0-2.08-4.076a1 1 0 0 1 .173-1.404m-19.674.472a1 1 0 0 1 .239 1.394A11.94 11.94 0 0 0 12 18v12a1 1 0 1 1-2 0V18c0-3.007.95-5.795 2.564-8.078a1 1 0 0 1 1.394-.238M37 17a1 1 0 0 1 1 1v12a13.95 13.95 0 0 1-3.231 8.947a1 1 0 0 1-1.538-1.28A11.95 11.95 0 0 0 36 30V18.001a1 1 0 0 1 1-1M12.902 36.847a1 1 0 0 1 1.398.219a12.03 12.03 0 0 0 5.79 4.283A12 12 0 0 0 24 42a1 1 0 1 1 0 2a14 14 0 0 1-4.562-.76a14.03 14.03 0 0 1-6.754-4.995a1 1 0 0 1 .218-1.398m18.875 3.62a1 1 0 0 1-.312 1.379a13.9 13.9 0 0 1-4.235 1.78a1 1 0 0 1-.46-1.947a12 12 0 0 0 3.628-1.525a1 1 0 0 1 1.379.312M14 18.235C14 12.765 19.014 9 24 9s10 3.765 10 9.235v10.309c0 .878-.17 1.813-.65 2.562c-.514.802-1.351 1.327-2.46 1.327c-1.083 0-1.964-.5-2.548-1.255c-.569-.734-.842-1.683-.842-2.634v-9.307a3.68 3.68 0 0 0-1.034-2.568A3.44 3.44 0 0 0 24 15.62c-.92 0-1.807.374-2.466 1.05a3.68 3.68 0 0 0-1.034 2.568v11.616c0 2.67 1.336 5.14 4.328 6.205a1 1 0 0 1-.671 1.884c-3.9-1.388-5.657-4.696-5.657-8.09V19.238a5.68 5.68 0 0 1 1.602-3.964A5.44 5.44 0 0 1 24 13.62c1.467 0 2.869.598 3.898 1.654a5.68 5.68 0 0 1 1.602 3.964v9.307c0 .588.172 1.084.423 1.41c.236.305.55.479.968.479c.392 0 .61-.15.775-.407c.2-.31.334-.82.334-1.482v-10.31C32 14.124 28.153 11 24 11s-8 3.123-8 7.235v12.549c0 1.063.159 2.123.465 3.01c.312.901.743 1.535 1.223 1.875A1 1 0 1 1 16.53 37.3c-.946-.67-1.569-1.732-1.956-2.852c-.391-1.133-.575-2.419-.575-3.665z"/><path d="M24 18a1 1 0 0 1 1 1v9.787c0 2.258.548 3.766 1.468 4.713c.914.942 2.36 1.5 4.532 1.5a1 1 0 1 1 0 2c-2.495 0-4.549-.645-5.968-2.107C23.62 33.437 23 31.338 23 28.787V19a1 1 0 0 1 1-1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M24 6c-2 0-3.882.488-5.538 1.351a1 1 0 0 1-.924-1.773A13.94 13.94 0 0 1 24 4c3.086 0 5.942 1 8.257 2.693a1 1 0 1 1-1.181 1.614A11.94 11.94 0 0 0 24 6m9.632 3.212a1 1 0 0 1 1.404.172a14 14 0 0 1 2.425 4.758a1 1 0 0 1-1.922.55a12 12 0 0 0-2.08-4.076a1 1 0 0 1 .173-1.404m-19.674.472a1 1 0 0 1 .239 1.394A11.94 11.94 0 0 0 12 18v12a1 1 0 1 1-2 0V18c0-3.007.95-5.795 2.564-8.078a1 1 0 0 1 1.394-.238M37 17a1 1 0 0 1 1 1v12a13.95 13.95 0 0 1-3.231 8.947a1 1 0 0 1-1.538-1.28A11.95 11.95 0 0 0 36 30V18.001a1 1 0 0 1 1-1M12.902 36.847a1 1 0 0 1 1.398.219a12.03 12.03 0 0 0 5.79 4.283A12 12 0 0 0 24 42a1 1 0 1 1 0 2a14 14 0 0 1-4.562-.76a14.03 14.03 0 0 1-6.754-4.995a1 1 0 0 1 .218-1.398m18.875 3.62a1 1 0 0 1-.312 1.379a13.9 13.9 0 0 1-4.235 1.78a1 1 0 0 1-.46-1.947a12 12 0 0 0 3.628-1.525a1 1 0 0 1 1.379.312M14 18.235C14 12.765 19.014 9 24 9s10 3.765 10 9.235v10.309c0 .878-.17 1.813-.65 2.562c-.514.802-1.351 1.327-2.46 1.327c-1.083 0-1.964-.5-2.548-1.255c-.569-.734-.842-1.683-.842-2.634v-9.307a3.68 3.68 0 0 0-1.034-2.568A3.44 3.44 0 0 0 24 15.62c-.92 0-1.807.374-2.466 1.05a3.68 3.68 0 0 0-1.034 2.568v11.616c0 2.67 1.336 5.14 4.328 6.205a1 1 0 0 1-.671 1.884c-3.9-1.388-5.657-4.696-5.657-8.09V19.238a5.68 5.68 0 0 1 1.602-3.964A5.44 5.44 0 0 1 24 13.62c1.467 0 2.869.598 3.898 1.654a5.68 5.68 0 0 1 1.602 3.964v9.307c0 .588.172 1.084.423 1.41c.236.305.55.479.968.479c.392 0 .61-.15.775-.407c.2-.31.334-.82.334-1.482v-10.31C32 14.124 28.153 11 24 11s-8 3.123-8 7.235v12.549c0 1.063.159 2.123.465 3.01c.312.901.743 1.535 1.223 1.875A1 1 0 1 1 16.53 37.3c-.946-.67-1.569-1.732-1.956-2.852c-.391-1.133-.575-2.419-.575-3.665z"/><path d="M24 18a1 1 0 0 1 1 1v9.787c0 2.258.548 3.766 1.468 4.713c.914.942 2.36 1.5 4.532 1.5a1 1 0 1 1 0 2c-2.495 0-4.549-.645-5.968-2.107C23.62 33.437 23 31.338 23 28.787V19a1 1 0 0 1 1-1"/></g></svg>
</template>

CSS

.icon-fingerprint-outline {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%206c-2%200-3.882.488-5.538%201.351a1%201%200%200%201-.924-1.773A13.94%2013.94%200%200%201%2024%204c3.086%200%205.942%201%208.257%202.693a1%201%200%201%201-1.181%201.614A11.94%2011.94%200%200%200%2024%206m9.632%203.212a1%201%200%200%201%201.404.172a14%2014%200%200%201%202.425%204.758a1%201%200%200%201-1.922.55a12%2012%200%200%200-2.08-4.076a1%201%200%200%201%20.173-1.404m-19.674.472a1%201%200%200%201%20.239%201.394A11.94%2011.94%200%200%200%2012%2018v12a1%201%200%201%201-2%200V18c0-3.007.95-5.795%202.564-8.078a1%201%200%200%201%201.394-.238M37%2017a1%201%200%200%201%201%201v12a13.95%2013.95%200%200%201-3.231%208.947a1%201%200%200%201-1.538-1.28A11.95%2011.95%200%200%200%2036%2030V18.001a1%201%200%200%201%201-1M12.902%2036.847a1%201%200%200%201%201.398.219a12.03%2012.03%200%200%200%205.79%204.283A12%2012%200%200%200%2024%2042a1%201%200%201%201%200%202a14%2014%200%200%201-4.562-.76a14.03%2014.03%200%200%201-6.754-4.995a1%201%200%200%201%20.218-1.398m18.875%203.62a1%201%200%200%201-.312%201.379a13.9%2013.9%200%200%201-4.235%201.78a1%201%200%200%201-.46-1.947a12%2012%200%200%200%203.628-1.525a1%201%200%200%201%201.379.312M14%2018.235C14%2012.765%2019.014%209%2024%209s10%203.765%2010%209.235v10.309c0%20.878-.17%201.813-.65%202.562c-.514.802-1.351%201.327-2.46%201.327c-1.083%200-1.964-.5-2.548-1.255c-.569-.734-.842-1.683-.842-2.634v-9.307a3.68%203.68%200%200%200-1.034-2.568A3.44%203.44%200%200%200%2024%2015.62c-.92%200-1.807.374-2.466%201.05a3.68%203.68%200%200%200-1.034%202.568v11.616c0%202.67%201.336%205.14%204.328%206.205a1%201%200%200%201-.671%201.884c-3.9-1.388-5.657-4.696-5.657-8.09V19.238a5.68%205.68%200%200%201%201.602-3.964A5.44%205.44%200%200%201%2024%2013.62c1.467%200%202.869.598%203.898%201.654a5.68%205.68%200%200%201%201.602%203.964v9.307c0%20.588.172%201.084.423%201.41c.236.305.55.479.968.479c.392%200%20.61-.15.775-.407c.2-.31.334-.82.334-1.482v-10.31C32%2014.124%2028.153%2011%2024%2011s-8%203.123-8%207.235v12.549c0%201.063.159%202.123.465%203.01c.312.901.743%201.535%201.223%201.875A1%201%200%201%201%2016.53%2037.3c-.946-.67-1.569-1.732-1.956-2.852c-.391-1.133-.575-2.419-.575-3.665z%22%2F%3E%3Cpath%20d%3D%22M24%2018a1%201%200%200%201%201%201v9.787c0%202.258.548%203.766%201.468%204.713c.914.942%202.36%201.5%204.532%201.5a1%201%200%201%201%200%202c-2.495%200-4.549-.645-5.968-2.107C23.62%2033.437%2023%2031.338%2023%2028.787V19a1%201%200%200%201%201-1%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%206c-2%200-3.882.488-5.538%201.351a1%201%200%200%201-.924-1.773A13.94%2013.94%200%200%201%2024%204c3.086%200%205.942%201%208.257%202.693a1%201%200%201%201-1.181%201.614A11.94%2011.94%200%200%200%2024%206m9.632%203.212a1%201%200%200%201%201.404.172a14%2014%200%200%201%202.425%204.758a1%201%200%200%201-1.922.55a12%2012%200%200%200-2.08-4.076a1%201%200%200%201%20.173-1.404m-19.674.472a1%201%200%200%201%20.239%201.394A11.94%2011.94%200%200%200%2012%2018v12a1%201%200%201%201-2%200V18c0-3.007.95-5.795%202.564-8.078a1%201%200%200%201%201.394-.238M37%2017a1%201%200%200%201%201%201v12a13.95%2013.95%200%200%201-3.231%208.947a1%201%200%200%201-1.538-1.28A11.95%2011.95%200%200%200%2036%2030V18.001a1%201%200%200%201%201-1M12.902%2036.847a1%201%200%200%201%201.398.219a12.03%2012.03%200%200%200%205.79%204.283A12%2012%200%200%200%2024%2042a1%201%200%201%201%200%202a14%2014%200%200%201-4.562-.76a14.03%2014.03%200%200%201-6.754-4.995a1%201%200%200%201%20.218-1.398m18.875%203.62a1%201%200%200%201-.312%201.379a13.9%2013.9%200%200%201-4.235%201.78a1%201%200%200%201-.46-1.947a12%2012%200%200%200%203.628-1.525a1%201%200%200%201%201.379.312M14%2018.235C14%2012.765%2019.014%209%2024%209s10%203.765%2010%209.235v10.309c0%20.878-.17%201.813-.65%202.562c-.514.802-1.351%201.327-2.46%201.327c-1.083%200-1.964-.5-2.548-1.255c-.569-.734-.842-1.683-.842-2.634v-9.307a3.68%203.68%200%200%200-1.034-2.568A3.44%203.44%200%200%200%2024%2015.62c-.92%200-1.807.374-2.466%201.05a3.68%203.68%200%200%200-1.034%202.568v11.616c0%202.67%201.336%205.14%204.328%206.205a1%201%200%200%201-.671%201.884c-3.9-1.388-5.657-4.696-5.657-8.09V19.238a5.68%205.68%200%200%201%201.602-3.964A5.44%205.44%200%200%201%2024%2013.62c1.467%200%202.869.598%203.898%201.654a5.68%205.68%200%200%201%201.602%203.964v9.307c0%20.588.172%201.084.423%201.41c.236.305.55.479.968.479c.392%200%20.61-.15.775-.407c.2-.31.334-.82.334-1.482v-10.31C32%2014.124%2028.153%2011%2024%2011s-8%203.123-8%207.235v12.549c0%201.063.159%202.123.465%203.01c.312.901.743%201.535%201.223%201.875A1%201%200%201%201%2016.53%2037.3c-.946-.67-1.569-1.732-1.956-2.852c-.391-1.133-.575-2.419-.575-3.665z%22%2F%3E%3Cpath%20d%3D%22M24%2018a1%201%200%200%201%201%201v9.787c0%202.258.548%203.766%201.468%204.713c.914.942%202.36%201.5%204.532%201.5a1%201%200%201%201%200%202c-2.495%200-4.549-.645-5.968-2.107C23.62%2033.437%2023%2031.338%2023%2028.787V19a1%201%200%200%201%201-1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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