fingerprint negative icon
fingerprint-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- fingerprint-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the fingerprint negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsFingerprintNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM18.462 7.351A11.94 11.94 0 0 1 24 6c2.648 0 5.092.856 7.076 2.307a1 1 0 0 0 1.18-1.614A13.94 13.94 0 0 0 24 4c-2.329 0-4.528.57-6.462 1.578a1 1 0 0 0 .924 1.773m16.574 2.033a1 1 0 1 0-1.576 1.232a12 12 0 0 1 2.079 4.076a1 1 0 0 0 1.922-.55a14 14 0 0 0-2.425-4.758m-21.078.3a1 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-.238M38 18a1 1 0 1 0-2 0v12a11.95 11.95 0 0 1-2.769 7.668a1 1 0 0 0 1.538 1.279A13.95 13.95 0 0 0 38 30zM12.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.563 4.999a1 1 0 1 0-1.067-1.691a12 12 0 0 1-3.628 1.524a1 1 0 1 0 .46 1.946c1.523-.36 2.95-.968 4.235-1.78M14 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.665zM24 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" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsFingerprintNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsFingerprintNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsFingerprintNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM18.462 7.351A11.94 11.94 0 0 1 24 6c2.648 0 5.092.856 7.076 2.307a1 1 0 0 0 1.18-1.614A13.94 13.94 0 0 0 24 4c-2.329 0-4.528.57-6.462 1.578a1 1 0 0 0 .924 1.773m16.574 2.033a1 1 0 1 0-1.576 1.232a12 12 0 0 1 2.079 4.076a1 1 0 0 0 1.922-.55a14 14 0 0 0-2.425-4.758m-21.078.3a1 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-.238M38 18a1 1 0 1 0-2 0v12a11.95 11.95 0 0 1-2.769 7.668a1 1 0 0 0 1.538 1.279A13.95 13.95 0 0 0 38 30zM12.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.563 4.999a1 1 0 1 0-1.067-1.691a12 12 0 0 1-3.628 1.524a1 1 0 1 0 .46 1.946c1.523-.36 2.95-.968 4.235-1.78M14 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.665zM24 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" clipRule="evenodd"/></g><defs><clipPath id="healthiconsFingerprintNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsFingerprintNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM18.462 7.351A11.94 11.94 0 0 1 24 6c2.648 0 5.092.856 7.076 2.307a1 1 0 0 0 1.18-1.614A13.94 13.94 0 0 0 24 4c-2.329 0-4.528.57-6.462 1.578a1 1 0 0 0 .924 1.773m16.574 2.033a1 1 0 1 0-1.576 1.232a12 12 0 0 1 2.079 4.076a1 1 0 0 0 1.922-.55a14 14 0 0 0-2.425-4.758m-21.078.3a1 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-.238M38 18a1 1 0 1 0-2 0v12a11.95 11.95 0 0 1-2.769 7.668a1 1 0 0 0 1.538 1.279A13.95 13.95 0 0 0 38 30zM12.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.563 4.999a1 1 0 1 0-1.067-1.691a12 12 0 0 1-3.628 1.524a1 1 0 1 0 .46 1.946c1.523-.36 2.95-.968 4.235-1.78M14 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.665zM24 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" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsFingerprintNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-fingerprint-negative {
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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsFingerprintNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM18.462%207.351A11.94%2011.94%200%200%201%2024%206c2.648%200%205.092.856%207.076%202.307a1%201%200%200%200%201.18-1.614A13.94%2013.94%200%200%200%2024%204c-2.329%200-4.528.57-6.462%201.578a1%201%200%200%200%20.924%201.773m16.574%202.033a1%201%200%201%200-1.576%201.232a12%2012%200%200%201%202.079%204.076a1%201%200%200%200%201.922-.55a14%2014%200%200%200-2.425-4.758m-21.078.3a1%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-.238M38%2018a1%201%200%201%200-2%200v12a11.95%2011.95%200%200%201-2.769%207.668a1%201%200%200%200%201.538%201.279A13.95%2013.95%200%200%200%2038%2030zM12.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.563%204.999a1%201%200%201%200-1.067-1.691a12%2012%200%200%201-3.628%201.524a1%201%200%201%200%20.46%201.946c1.523-.36%202.95-.968%204.235-1.78M14%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.665zM24%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%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsFingerprintNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsFingerprintNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM18.462%207.351A11.94%2011.94%200%200%201%2024%206c2.648%200%205.092.856%207.076%202.307a1%201%200%200%200%201.18-1.614A13.94%2013.94%200%200%200%2024%204c-2.329%200-4.528.57-6.462%201.578a1%201%200%200%200%20.924%201.773m16.574%202.033a1%201%200%201%200-1.576%201.232a12%2012%200%200%201%202.079%204.076a1%201%200%200%200%201.922-.55a14%2014%200%200%200-2.425-4.758m-21.078.3a1%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-.238M38%2018a1%201%200%201%200-2%200v12a11.95%2011.95%200%200%201-2.769%207.668a1%201%200%200%200%201.538%201.279A13.95%2013.95%200%200%200%2038%2030zM12.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.563%204.999a1%201%200%201%200-1.067-1.691a12%2012%200%200%201-3.628%201.524a1%201%200%201%200%20.46%201.946c1.523-.36%202.95-.968%204.235-1.78M14%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.665zM24%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%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsFingerprintNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/fingerprint-negative.svg?color=%231a73e8&size=48