fingerprint emoji
fingerprint from OpenMoji by OpenMoji · Default · People Body · CC-BY-SA-4.0 Attribution required.
- Name
- fingerprint
- Set
- OpenMoji
- Style
- Default
- Category
- People Body
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji 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 EmojifingerprintPhosphorfingerprint-fillRemix IconfingerprintTabler IconsfingerprintTDesign Iconsfingerprint-outlineTeenyicons
More people body icons from OpenMoji
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upballet-dancerbiting-lipboneboybreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcouple-with-heartcouple-with-heart-man-mancouple-with-heart-man-man-dark-skin-tone-light-skin-tone
Use the fingerprint emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" stroke="#92d3f5" stroke-linecap="round" stroke-linejoin="round" stroke-width="8" d="M39.462 55.498a14.9 14.9 0 0 1-7.452-2.002c-6.567-3.785-11.191-9.593-13.742-17.26c-2.615-7.86 1.637-16.353 9.498-18.968c7.865-2.613 16.353 1.637 18.969 9.497c.131.398.24.638.306.766c7.09 4.168 9.54 13.302 5.423 20.441a14.99 14.99 0 0 1-13.002 7.526m7.644-27.85"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M32.501 31.501c1.348 4.051 3.5 6.983 7 9"/><path d="M31.532 40.19c-1.606-1.99-2.857-4.35-3.775-7.11a5 5 0 0 1 3.166-6.323a5 5 0 0 1 5.335 1.443m1.755 3.64c.944 1.954 2.198 3.299 3.985 4.329a5 5 0 0 1-4.994 8.664a20 20 0 0 1-2.661-1.824m-11.33-8.351c-1.744-5.241 1.09-10.902 6.33-12.645m10.148 28.49a9.96 9.96 0 0 1-4.984-1.338c-4.474-2.58-7.784-6.162-10.043-10.89m8.824-16.746c3.886.307 6.615 3.238 8.701 6.815c1.554 2.664 3.455 2.906 5.366 5.963"/><path d="M48.6 28.583a15.06 15.06 0 0 1 5.843 11.149m-34.268-16.78a14.93 14.93 0 0 1 7.59-5.684c7.46-2.478 15.48 1.217 18.519 8.311M31.117 52.962c-6.095-3.788-10.416-9.41-12.85-16.726a14.93 14.93 0 0 1 .092-9.737"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiFingerprint(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" stroke="#92d3f5" strokeLinecap="round" strokeLinejoin="round" strokeWidth="8" d="M39.462 55.498a14.9 14.9 0 0 1-7.452-2.002c-6.567-3.785-11.191-9.593-13.742-17.26c-2.615-7.86 1.637-16.353 9.498-18.968c7.865-2.613 16.353 1.637 18.969 9.497c.131.398.24.638.306.766c7.09 4.168 9.54 13.302 5.423 20.441a14.99 14.99 0 0 1-13.002 7.526m7.644-27.85"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M32.501 31.501c1.348 4.051 3.5 6.983 7 9"/><path d="M31.532 40.19c-1.606-1.99-2.857-4.35-3.775-7.11a5 5 0 0 1 3.166-6.323a5 5 0 0 1 5.335 1.443m1.755 3.64c.944 1.954 2.198 3.299 3.985 4.329a5 5 0 0 1-4.994 8.664a20 20 0 0 1-2.661-1.824m-11.33-8.351c-1.744-5.241 1.09-10.902 6.33-12.645m10.148 28.49a9.96 9.96 0 0 1-4.984-1.338c-4.474-2.58-7.784-6.162-10.043-10.89m8.824-16.746c3.886.307 6.615 3.238 8.701 6.815c1.554 2.664 3.455 2.906 5.366 5.963"/><path d="M48.6 28.583a15.06 15.06 0 0 1 5.843 11.149m-34.268-16.78a14.93 14.93 0 0 1 7.59-5.684c7.46-2.478 15.48 1.217 18.519 8.311M31.117 52.962c-6.095-3.788-10.416-9.41-12.85-16.726a14.93 14.93 0 0 1 .092-9.737"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" stroke="#92d3f5" stroke-linecap="round" stroke-linejoin="round" stroke-width="8" d="M39.462 55.498a14.9 14.9 0 0 1-7.452-2.002c-6.567-3.785-11.191-9.593-13.742-17.26c-2.615-7.86 1.637-16.353 9.498-18.968c7.865-2.613 16.353 1.637 18.969 9.497c.131.398.24.638.306.766c7.09 4.168 9.54 13.302 5.423 20.441a14.99 14.99 0 0 1-13.002 7.526m7.644-27.85"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M32.501 31.501c1.348 4.051 3.5 6.983 7 9"/><path d="M31.532 40.19c-1.606-1.99-2.857-4.35-3.775-7.11a5 5 0 0 1 3.166-6.323a5 5 0 0 1 5.335 1.443m1.755 3.64c.944 1.954 2.198 3.299 3.985 4.329a5 5 0 0 1-4.994 8.664a20 20 0 0 1-2.661-1.824m-11.33-8.351c-1.744-5.241 1.09-10.902 6.33-12.645m10.148 28.49a9.96 9.96 0 0 1-4.984-1.338c-4.474-2.58-7.784-6.162-10.043-10.89m8.824-16.746c3.886.307 6.615 3.238 8.701 6.815c1.554 2.664 3.455 2.906 5.366 5.963"/><path d="M48.6 28.583a15.06 15.06 0 0 1 5.843 11.149m-34.268-16.78a14.93 14.93 0 0 1 7.59-5.684c7.46-2.478 15.48 1.217 18.519 8.311M31.117 52.962c-6.095-3.788-10.416-9.41-12.85-16.726a14.93 14.93 0 0 1 .092-9.737"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20stroke%3D%22%2392d3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%228%22%20d%3D%22M39.462%2055.498a14.9%2014.9%200%200%201-7.452-2.002c-6.567-3.785-11.191-9.593-13.742-17.26c-2.615-7.86%201.637-16.353%209.498-18.968c7.865-2.613%2016.353%201.637%2018.969%209.497c.131.398.24.638.306.766c7.09%204.168%209.54%2013.302%205.423%2020.441a14.99%2014.99%200%200%201-13.002%207.526m7.644-27.85%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M32.501%2031.501c1.348%204.051%203.5%206.983%207%209%22%2F%3E%3Cpath%20d%3D%22M31.532%2040.19c-1.606-1.99-2.857-4.35-3.775-7.11a5%205%200%200%201%203.166-6.323a5%205%200%200%201%205.335%201.443m1.755%203.64c.944%201.954%202.198%203.299%203.985%204.329a5%205%200%200%201-4.994%208.664a20%2020%200%200%201-2.661-1.824m-11.33-8.351c-1.744-5.241%201.09-10.902%206.33-12.645m10.148%2028.49a9.96%209.96%200%200%201-4.984-1.338c-4.474-2.58-7.784-6.162-10.043-10.89m8.824-16.746c3.886.307%206.615%203.238%208.701%206.815c1.554%202.664%203.455%202.906%205.366%205.963%22%2F%3E%3Cpath%20d%3D%22M48.6%2028.583a15.06%2015.06%200%200%201%205.843%2011.149m-34.268-16.78a14.93%2014.93%200%200%201%207.59-5.684c7.46-2.478%2015.48%201.217%2018.519%208.311M31.117%2052.962c-6.095-3.788-10.416-9.41-12.85-16.726a14.93%2014.93%200%200%201%20.092-9.737%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%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20stroke%3D%22%2392d3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%228%22%20d%3D%22M39.462%2055.498a14.9%2014.9%200%200%201-7.452-2.002c-6.567-3.785-11.191-9.593-13.742-17.26c-2.615-7.86%201.637-16.353%209.498-18.968c7.865-2.613%2016.353%201.637%2018.969%209.497c.131.398.24.638.306.766c7.09%204.168%209.54%2013.302%205.423%2020.441a14.99%2014.99%200%200%201-13.002%207.526m7.644-27.85%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M32.501%2031.501c1.348%204.051%203.5%206.983%207%209%22%2F%3E%3Cpath%20d%3D%22M31.532%2040.19c-1.606-1.99-2.857-4.35-3.775-7.11a5%205%200%200%201%203.166-6.323a5%205%200%200%201%205.335%201.443m1.755%203.64c.944%201.954%202.198%203.299%203.985%204.329a5%205%200%200%201-4.994%208.664a20%2020%200%200%201-2.661-1.824m-11.33-8.351c-1.744-5.241%201.09-10.902%206.33-12.645m10.148%2028.49a9.96%209.96%200%200%201-4.984-1.338c-4.474-2.58-7.784-6.162-10.043-10.89m8.824-16.746c3.886.307%206.615%203.238%208.701%206.815c1.554%202.664%203.455%202.906%205.366%205.963%22%2F%3E%3Cpath%20d%3D%22M48.6%2028.583a15.06%2015.06%200%200%201%205.843%2011.149m-34.268-16.78a14.93%2014.93%200%200%201%207.59-5.684c7.46-2.478%2015.48%201.217%2018.519%208.311M31.117%2052.962c-6.095-3.788-10.416-9.41-12.85-16.726a14.93%2014.93%200%200%201%20.092-9.737%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/fingerprint.svg?color=%231a73e8&size=48