fingerprint icon
fingerprint from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.
- Name
- fingerprint
- Set
- Health Icons
- Style
- Filled
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
fingerprintBootstrap IconsfingerprintBoxIcons v2fingerprintFont Awesome 6 SolidfingerprintFont Awesome Solidfingerprint-outlineFlowbite Iconsfingerprint-16-filledFluent UI System IconsfingerprintHumbleiconsfingerprintIconParkfingerprintIconPark OutlinefingerprintIconoirfingerprintJam IconsfingerprintLine AwesomefingerprintMage IconsfingerprintMaterial SymbolsfingerprintMaterial Symbols LightfingerprintMaterial Design Iconsfingerprint-fillMingCute IconfingerprintNoto EmojifingerprintOpenMojifingerprintPhosphorfingerprint-fillRemix IconfingerprintTabler IconsfingerprintTDesign Iconsfingerprint-outlineTeenyicons
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"><path fill="currentColor" fill-rule="evenodd" d="M10 18c0-7.732 6.268-14 14-14s14 6.268 14 14v12c0 7.732-6.268 14-14 14s-14-6.268-14-14zm14 0a1 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-1m0-9c-4.986 0-10 3.765-10 9.235v12.549c0 1.245.184 2.53.575 3.664c.387 1.12 1.01 2.182 1.956 2.852a1 1 0 1 0 1.157-1.631c-.48-.34-.911-.974-1.223-1.874c-.306-.888-.465-1.948-.465-3.012V18.236C16 14.123 19.847 11 24 11s8 3.123 8 7.235v10.309c0 .661-.134 1.171-.334 1.482c-.165.258-.383.407-.775.407c-.417 0-.732-.174-.968-.48c-.251-.325-.423-.82-.423-1.41v-9.306a5.68 5.68 0 0 0-1.602-3.964A5.44 5.44 0 0 0 24 13.62a5.44 5.44 0 0 0-3.898 1.654a5.68 5.68 0 0 0-1.602 3.964v11.616c0 3.393 1.758 6.7 5.657 8.09a1 1 0 0 0 .67-1.885c-2.991-1.065-4.327-3.534-4.327-6.205V19.237a3.68 3.68 0 0 1 1.034-2.568A3.44 3.44 0 0 1 24 15.62c.92 0 1.807.374 2.466 1.05a3.68 3.68 0 0 1 1.034 2.568v9.307c0 .951.273 1.9.842 2.634a3.16 3.16 0 0 0 2.549 1.255c1.108 0 1.945-.525 2.459-1.327c.48-.75.65-1.684.65-2.562v-10.31C34 12.765 28.986 9 24 9" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsFingerprint(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M10 18c0-7.732 6.268-14 14-14s14 6.268 14 14v12c0 7.732-6.268 14-14 14s-14-6.268-14-14zm14 0a1 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-1m0-9c-4.986 0-10 3.765-10 9.235v12.549c0 1.245.184 2.53.575 3.664c.387 1.12 1.01 2.182 1.956 2.852a1 1 0 1 0 1.157-1.631c-.48-.34-.911-.974-1.223-1.874c-.306-.888-.465-1.948-.465-3.012V18.236C16 14.123 19.847 11 24 11s8 3.123 8 7.235v10.309c0 .661-.134 1.171-.334 1.482c-.165.258-.383.407-.775.407c-.417 0-.732-.174-.968-.48c-.251-.325-.423-.82-.423-1.41v-9.306a5.68 5.68 0 0 0-1.602-3.964A5.44 5.44 0 0 0 24 13.62a5.44 5.44 0 0 0-3.898 1.654a5.68 5.68 0 0 0-1.602 3.964v11.616c0 3.393 1.758 6.7 5.657 8.09a1 1 0 0 0 .67-1.885c-2.991-1.065-4.327-3.534-4.327-6.205V19.237a3.68 3.68 0 0 1 1.034-2.568A3.44 3.44 0 0 1 24 15.62c.92 0 1.807.374 2.466 1.05a3.68 3.68 0 0 1 1.034 2.568v9.307c0 .951.273 1.9.842 2.634a3.16 3.16 0 0 0 2.549 1.255c1.108 0 1.945-.525 2.459-1.327c.48-.75.65-1.684.65-2.562v-10.31C34 12.765 28.986 9 24 9" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M10 18c0-7.732 6.268-14 14-14s14 6.268 14 14v12c0 7.732-6.268 14-14 14s-14-6.268-14-14zm14 0a1 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-1m0-9c-4.986 0-10 3.765-10 9.235v12.549c0 1.245.184 2.53.575 3.664c.387 1.12 1.01 2.182 1.956 2.852a1 1 0 1 0 1.157-1.631c-.48-.34-.911-.974-1.223-1.874c-.306-.888-.465-1.948-.465-3.012V18.236C16 14.123 19.847 11 24 11s8 3.123 8 7.235v10.309c0 .661-.134 1.171-.334 1.482c-.165.258-.383.407-.775.407c-.417 0-.732-.174-.968-.48c-.251-.325-.423-.82-.423-1.41v-9.306a5.68 5.68 0 0 0-1.602-3.964A5.44 5.44 0 0 0 24 13.62a5.44 5.44 0 0 0-3.898 1.654a5.68 5.68 0 0 0-1.602 3.964v11.616c0 3.393 1.758 6.7 5.657 8.09a1 1 0 0 0 .67-1.885c-2.991-1.065-4.327-3.534-4.327-6.205V19.237a3.68 3.68 0 0 1 1.034-2.568A3.44 3.44 0 0 1 24 15.62c.92 0 1.807.374 2.466 1.05a3.68 3.68 0 0 1 1.034 2.568v9.307c0 .951.273 1.9.842 2.634a3.16 3.16 0 0 0 2.549 1.255c1.108 0 1.945-.525 2.459-1.327c.48-.75.65-1.684.65-2.562v-10.31C34 12.765 28.986 9 24 9" clip-rule="evenodd"/></svg> </template>
CSS
.icon-fingerprint {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2018c0-7.732%206.268-14%2014-14s14%206.268%2014%2014v12c0%207.732-6.268%2014-14%2014s-14-6.268-14-14zm14%200a1%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-1m0-9c-4.986%200-10%203.765-10%209.235v12.549c0%201.245.184%202.53.575%203.664c.387%201.12%201.01%202.182%201.956%202.852a1%201%200%201%200%201.157-1.631c-.48-.34-.911-.974-1.223-1.874c-.306-.888-.465-1.948-.465-3.012V18.236C16%2014.123%2019.847%2011%2024%2011s8%203.123%208%207.235v10.309c0%20.661-.134%201.171-.334%201.482c-.165.258-.383.407-.775.407c-.417%200-.732-.174-.968-.48c-.251-.325-.423-.82-.423-1.41v-9.306a5.68%205.68%200%200%200-1.602-3.964A5.44%205.44%200%200%200%2024%2013.62a5.44%205.44%200%200%200-3.898%201.654a5.68%205.68%200%200%200-1.602%203.964v11.616c0%203.393%201.758%206.7%205.657%208.09a1%201%200%200%200%20.67-1.885c-2.991-1.065-4.327-3.534-4.327-6.205V19.237a3.68%203.68%200%200%201%201.034-2.568A3.44%203.44%200%200%201%2024%2015.62c.92%200%201.807.374%202.466%201.05a3.68%203.68%200%200%201%201.034%202.568v9.307c0%20.951.273%201.9.842%202.634a3.16%203.16%200%200%200%202.549%201.255c1.108%200%201.945-.525%202.459-1.327c.48-.75.65-1.684.65-2.562v-10.31C34%2012.765%2028.986%209%2024%209%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2018c0-7.732%206.268-14%2014-14s14%206.268%2014%2014v12c0%207.732-6.268%2014-14%2014s-14-6.268-14-14zm14%200a1%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-1m0-9c-4.986%200-10%203.765-10%209.235v12.549c0%201.245.184%202.53.575%203.664c.387%201.12%201.01%202.182%201.956%202.852a1%201%200%201%200%201.157-1.631c-.48-.34-.911-.974-1.223-1.874c-.306-.888-.465-1.948-.465-3.012V18.236C16%2014.123%2019.847%2011%2024%2011s8%203.123%208%207.235v10.309c0%20.661-.134%201.171-.334%201.482c-.165.258-.383.407-.775.407c-.417%200-.732-.174-.968-.48c-.251-.325-.423-.82-.423-1.41v-9.306a5.68%205.68%200%200%200-1.602-3.964A5.44%205.44%200%200%200%2024%2013.62a5.44%205.44%200%200%200-3.898%201.654a5.68%205.68%200%200%200-1.602%203.964v11.616c0%203.393%201.758%206.7%205.657%208.09a1%201%200%200%200%20.67-1.885c-2.991-1.065-4.327-3.534-4.327-6.205V19.237a3.68%203.68%200%200%201%201.034-2.568A3.44%203.44%200%200%201%2024%2015.62c.92%200%201.807.374%202.466%201.05a3.68%203.68%200%200%201%201.034%202.568v9.307c0%20.951.273%201.9.842%202.634a3.16%203.16%200%200%200%202.549%201.255c1.108%200%201.945-.525%202.459-1.327c.48-.75.65-1.684.65-2.562v-10.31C34%2012.765%2028.986%209%2024%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/fingerprint.svg?color=%231a73e8&size=48