fingerprint icon
fingerprint-line from Remix Icon by Remix Design · Line · Device · Apache-2.0 Free for personal and commercial use.
- Name
- fingerprint-line
- Set
- Remix Icon
- Style
- Line
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
fingerprintBootstrap IconsfingerprintBoxIcons v2fingerprintFont Awesome 6 SolidfingerprintFont Awesome Solidfingerprint-outlineFlowbite Iconsfingerprint-16-filledFluent UI System IconsfingerprintHealth IconsfingerprintHumbleiconsfingerprintIconParkfingerprintIconPark OutlinefingerprintIconoirfingerprintJam IconsfingerprintLine AwesomefingerprintMage IconsfingerprintMaterial SymbolsfingerprintMaterial Symbols LightfingerprintMaterial Design Iconsfingerprint-fillMingCute IconfingerprintNoto EmojifingerprintOpenMojifingerprintPhosphorfingerprintTabler IconsfingerprintTDesign Iconsfingerprint-outlineTeenyicons
More device icons from Remix Icon
airplay-fillbarcode-box-fillbarcode-fillbase-station-fillbattery-2-charge-fillbattery-2-fillbattery-charge-fillbattery-fillbattery-low-fillbattery-saver-fillbattery-share-fillbluetooth-connect-fillbluetooth-fillcast-fillcellphone-fillcomputer-fillcpu-filldashboard-2-filldashboard-3-filldatabase-2-filldatabase-filldevice-filldevice-recover-filldual-sim-1-fill
Use the fingerprint icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 13v1c0 2.77-.664 5.445-1.915 7.846l-.227.42l-1.746-.974a14.9 14.9 0 0 0 1.881-6.836L15 14v-1zm-6-3h2v4l-.005.379a12.94 12.94 0 0 1-2.691 7.549l-.231.29l-1.549-1.264a10.94 10.94 0 0 0 2.47-6.588L11 14zm1-4a5 5 0 0 1 5 5h-2a3 3 0 0 0-6 0v3c0 2.235-.82 4.344-2.27 5.977l-.212.23l-1.448-1.38a6.97 6.97 0 0 0 1.924-4.524L7 14v-3a5 5 0 0 1 5-5m0-4a9 9 0 0 1 9 9v3c0 1.698-.201 3.37-.596 4.99l-.14.539l-1.93-.526c.392-1.437.614-2.922.658-4.435L19 14v-3A7 7 0 0 0 7.808 5.394L6.383 3.968A8.96 8.96 0 0 1 12 2M4.968 5.383l1.426 1.425a6.97 6.97 0 0 0-1.39 3.951L5 11l.004 2c0 1.12-.264 2.203-.761 3.177l-.157.29l-1.736-.992c.379-.665.6-1.407.645-2.183L3.004 13v-2a8.94 8.94 0 0 1 1.964-5.617"/></svg>
React
import type { SVGProps } from "react";
export function RiFingerprintLine(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="M17 13v1c0 2.77-.664 5.445-1.915 7.846l-.227.42l-1.746-.974a14.9 14.9 0 0 0 1.881-6.836L15 14v-1zm-6-3h2v4l-.005.379a12.94 12.94 0 0 1-2.691 7.549l-.231.29l-1.549-1.264a10.94 10.94 0 0 0 2.47-6.588L11 14zm1-4a5 5 0 0 1 5 5h-2a3 3 0 0 0-6 0v3c0 2.235-.82 4.344-2.27 5.977l-.212.23l-1.448-1.38a6.97 6.97 0 0 0 1.924-4.524L7 14v-3a5 5 0 0 1 5-5m0-4a9 9 0 0 1 9 9v3c0 1.698-.201 3.37-.596 4.99l-.14.539l-1.93-.526c.392-1.437.614-2.922.658-4.435L19 14v-3A7 7 0 0 0 7.808 5.394L6.383 3.968A8.96 8.96 0 0 1 12 2M4.968 5.383l1.426 1.425a6.97 6.97 0 0 0-1.39 3.951L5 11l.004 2c0 1.12-.264 2.203-.761 3.177l-.157.29l-1.736-.992c.379-.665.6-1.407.645-2.183L3.004 13v-2a8.94 8.94 0 0 1 1.964-5.617"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 13v1c0 2.77-.664 5.445-1.915 7.846l-.227.42l-1.746-.974a14.9 14.9 0 0 0 1.881-6.836L15 14v-1zm-6-3h2v4l-.005.379a12.94 12.94 0 0 1-2.691 7.549l-.231.29l-1.549-1.264a10.94 10.94 0 0 0 2.47-6.588L11 14zm1-4a5 5 0 0 1 5 5h-2a3 3 0 0 0-6 0v3c0 2.235-.82 4.344-2.27 5.977l-.212.23l-1.448-1.38a6.97 6.97 0 0 0 1.924-4.524L7 14v-3a5 5 0 0 1 5-5m0-4a9 9 0 0 1 9 9v3c0 1.698-.201 3.37-.596 4.99l-.14.539l-1.93-.526c.392-1.437.614-2.922.658-4.435L19 14v-3A7 7 0 0 0 7.808 5.394L6.383 3.968A8.96 8.96 0 0 1 12 2M4.968 5.383l1.426 1.425a6.97 6.97 0 0 0-1.39 3.951L5 11l.004 2c0 1.12-.264 2.203-.761 3.177l-.157.29l-1.736-.992c.379-.665.6-1.407.645-2.183L3.004 13v-2a8.94 8.94 0 0 1 1.964-5.617"/></svg> </template>
CSS
.icon-fingerprint-line {
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%22M17%2013v1c0%202.77-.664%205.445-1.915%207.846l-.227.42l-1.746-.974a14.9%2014.9%200%200%200%201.881-6.836L15%2014v-1zm-6-3h2v4l-.005.379a12.94%2012.94%200%200%201-2.691%207.549l-.231.29l-1.549-1.264a10.94%2010.94%200%200%200%202.47-6.588L11%2014zm1-4a5%205%200%200%201%205%205h-2a3%203%200%200%200-6%200v3c0%202.235-.82%204.344-2.27%205.977l-.212.23l-1.448-1.38a6.97%206.97%200%200%200%201.924-4.524L7%2014v-3a5%205%200%200%201%205-5m0-4a9%209%200%200%201%209%209v3c0%201.698-.201%203.37-.596%204.99l-.14.539l-1.93-.526c.392-1.437.614-2.922.658-4.435L19%2014v-3A7%207%200%200%200%207.808%205.394L6.383%203.968A8.96%208.96%200%200%201%2012%202M4.968%205.383l1.426%201.425a6.97%206.97%200%200%200-1.39%203.951L5%2011l.004%202c0%201.12-.264%202.203-.761%203.177l-.157.29l-1.736-.992c.379-.665.6-1.407.645-2.183L3.004%2013v-2a8.94%208.94%200%200%201%201.964-5.617%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%22M17%2013v1c0%202.77-.664%205.445-1.915%207.846l-.227.42l-1.746-.974a14.9%2014.9%200%200%200%201.881-6.836L15%2014v-1zm-6-3h2v4l-.005.379a12.94%2012.94%200%200%201-2.691%207.549l-.231.29l-1.549-1.264a10.94%2010.94%200%200%200%202.47-6.588L11%2014zm1-4a5%205%200%200%201%205%205h-2a3%203%200%200%200-6%200v3c0%202.235-.82%204.344-2.27%205.977l-.212.23l-1.448-1.38a6.97%206.97%200%200%200%201.924-4.524L7%2014v-3a5%205%200%200%201%205-5m0-4a9%209%200%200%201%209%209v3c0%201.698-.201%203.37-.596%204.99l-.14.539l-1.93-.526c.392-1.437.614-2.922.658-4.435L19%2014v-3A7%207%200%200%200%207.808%205.394L6.383%203.968A8.96%208.96%200%200%201%2012%202M4.968%205.383l1.426%201.425a6.97%206.97%200%200%200-1.39%203.951L5%2011l.004%202c0%201.12-.264%202.203-.761%203.177l-.157.29l-1.736-.992c.379-.665.6-1.407.645-2.183L3.004%2013v-2a8.94%208.94%200%200%201%201.964-5.617%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/fingerprint-line.svg?color=%231a73e8&size=48