deaf man emoji
deaf-man-medium-skin-tone from OpenMoji by OpenMoji · Medium skin tone · People Body · CC-BY-SA-4.0 Attribution required.
- Name
- deaf-man-medium-skin-tone
- Set
- OpenMoji
- Style
- Medium skin tone
- Category
- People Body
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
5 other variants in OpenMoji
The same emoji in other sets
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 deaf man emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="m17.1 61l1-4a14 14 0 0 1 6.6-8.8a9.9 9.9 0 0 1 5.6-1.1c.2 0-1.3.3-1.1.4c8 4.6 12.1 4.9 17 1.9a6.38 6.38 0 0 1 6-.4c3.3 1.5 5.9 4.5 5.9 8.1v4"/><path fill="#6a462f" d="M29.1 38c-3 0-4-7-4-14c0-6 5-12 14-12s14 6 14 12c0 7-1 14-4 14"/><path fill="#c19a65" d="M18.8 61L22 50.8a8.6 8.6 0 0 0 3.5-1.6a3.03 3.03 0 0 0 1.2-2.5v-.8l-1-.9c3-3-2.9-5.1-2.9-5.1l3.2-3.3a2.81 2.81 0 0 0 .9-2.3c-.2-1.5-2.1-.5-2.1-.5l-5.6 5.7a1.6 1.6 0 0 0-.4.7l-1.3 5a5.64 5.64 0 0 0 .1 3.4l.2.7L13.2 61ZM28 30.5c-.1 8 4.1 14 11 14c7.1 0 11.1-6 11.1-14c0-5-3-10-3-10c-8 0-10 3-16 1a17.1 17.1 0 0 0-3.1 9"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M58.1 60v-3c0-5-5-9-10-9q-9 7.5-18 0"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M19.9 29.3a4.36 4.36 0 0 1-.1 5.4m-4.1-7.2s2.6 4.9-.7 9.4"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.1 45.1c3-3-2.9-5.1-2.9-5.1l3.2-3.3a2.81 2.81 0 0 0 .9-2.3c-.1-1.4-2.1-.4-2.1-.4l-5.6 5.7a1.6 1.6 0 0 0-.4.7l-1.3 5a5.64 5.64 0 0 0 .1 3.4l.2.7L13.6 60m13.5-14v.8a3.03 3.03 0 0 1-1.2 2.5a7.6 7.6 0 0 1-3.4 1.6m-.1 0L19.2 60"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.8 33.1A49.7 49.7 0 0 1 25 24c0-6 5-12 14-12s14 6 14 12c0 7-1 14-4 14m-19.9 0c-.9 0-1.5-.4-2.1-1.5"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M28 31c-.1 8 4.9 14 11 14c5.9 0 11.1-6 11.1-14c0-5-3-11-3-11c-8 0-10 3-16 1c0 0-3 5-3.1 10Z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M36.1 37.7a6.38 6.38 0 0 1 6 0v.3a6.38 6.38 0 0 1-6 0Z"/><path d="M37 30a2 2 0 1 1-2-2a2.006 2.006 0 0 1 2 2m8 0a2 2 0 1 1-2-2a2.006 2.006 0 0 1 2 2"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiDeafManMediumSkinTone(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" d="m17.1 61l1-4a14 14 0 0 1 6.6-8.8a9.9 9.9 0 0 1 5.6-1.1c.2 0-1.3.3-1.1.4c8 4.6 12.1 4.9 17 1.9a6.38 6.38 0 0 1 6-.4c3.3 1.5 5.9 4.5 5.9 8.1v4"/><path fill="#6a462f" d="M29.1 38c-3 0-4-7-4-14c0-6 5-12 14-12s14 6 14 12c0 7-1 14-4 14"/><path fill="#c19a65" d="M18.8 61L22 50.8a8.6 8.6 0 0 0 3.5-1.6a3.03 3.03 0 0 0 1.2-2.5v-.8l-1-.9c3-3-2.9-5.1-2.9-5.1l3.2-3.3a2.81 2.81 0 0 0 .9-2.3c-.2-1.5-2.1-.5-2.1-.5l-5.6 5.7a1.6 1.6 0 0 0-.4.7l-1.3 5a5.64 5.64 0 0 0 .1 3.4l.2.7L13.2 61ZM28 30.5c-.1 8 4.1 14 11 14c7.1 0 11.1-6 11.1-14c0-5-3-10-3-10c-8 0-10 3-16 1a17.1 17.1 0 0 0-3.1 9"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M58.1 60v-3c0-5-5-9-10-9q-9 7.5-18 0"/><path fill="none" stroke="#000" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2" d="M19.9 29.3a4.36 4.36 0 0 1-.1 5.4m-4.1-7.2s2.6 4.9-.7 9.4"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M26.1 45.1c3-3-2.9-5.1-2.9-5.1l3.2-3.3a2.81 2.81 0 0 0 .9-2.3c-.1-1.4-2.1-.4-2.1-.4l-5.6 5.7a1.6 1.6 0 0 0-.4.7l-1.3 5a5.64 5.64 0 0 0 .1 3.4l.2.7L13.6 60m13.5-14v.8a3.03 3.03 0 0 1-1.2 2.5a7.6 7.6 0 0 1-3.4 1.6m-.1 0L19.2 60"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M25.8 33.1A49.7 49.7 0 0 1 25 24c0-6 5-12 14-12s14 6 14 12c0 7-1 14-4 14m-19.9 0c-.9 0-1.5-.4-2.1-1.5"/><path fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="2" d="M28 31c-.1 8 4.9 14 11 14c5.9 0 11.1-6 11.1-14c0-5-3-11-3-11c-8 0-10 3-16 1c0 0-3 5-3.1 10Z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M36.1 37.7a6.38 6.38 0 0 1 6 0v.3a6.38 6.38 0 0 1-6 0Z"/><path d="M37 30a2 2 0 1 1-2-2a2.006 2.006 0 0 1 2 2m8 0a2 2 0 1 1-2-2a2.006 2.006 0 0 1 2 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="m17.1 61l1-4a14 14 0 0 1 6.6-8.8a9.9 9.9 0 0 1 5.6-1.1c.2 0-1.3.3-1.1.4c8 4.6 12.1 4.9 17 1.9a6.38 6.38 0 0 1 6-.4c3.3 1.5 5.9 4.5 5.9 8.1v4"/><path fill="#6a462f" d="M29.1 38c-3 0-4-7-4-14c0-6 5-12 14-12s14 6 14 12c0 7-1 14-4 14"/><path fill="#c19a65" d="M18.8 61L22 50.8a8.6 8.6 0 0 0 3.5-1.6a3.03 3.03 0 0 0 1.2-2.5v-.8l-1-.9c3-3-2.9-5.1-2.9-5.1l3.2-3.3a2.81 2.81 0 0 0 .9-2.3c-.2-1.5-2.1-.5-2.1-.5l-5.6 5.7a1.6 1.6 0 0 0-.4.7l-1.3 5a5.64 5.64 0 0 0 .1 3.4l.2.7L13.2 61ZM28 30.5c-.1 8 4.1 14 11 14c7.1 0 11.1-6 11.1-14c0-5-3-10-3-10c-8 0-10 3-16 1a17.1 17.1 0 0 0-3.1 9"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M58.1 60v-3c0-5-5-9-10-9q-9 7.5-18 0"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M19.9 29.3a4.36 4.36 0 0 1-.1 5.4m-4.1-7.2s2.6 4.9-.7 9.4"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.1 45.1c3-3-2.9-5.1-2.9-5.1l3.2-3.3a2.81 2.81 0 0 0 .9-2.3c-.1-1.4-2.1-.4-2.1-.4l-5.6 5.7a1.6 1.6 0 0 0-.4.7l-1.3 5a5.64 5.64 0 0 0 .1 3.4l.2.7L13.6 60m13.5-14v.8a3.03 3.03 0 0 1-1.2 2.5a7.6 7.6 0 0 1-3.4 1.6m-.1 0L19.2 60"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.8 33.1A49.7 49.7 0 0 1 25 24c0-6 5-12 14-12s14 6 14 12c0 7-1 14-4 14m-19.9 0c-.9 0-1.5-.4-2.1-1.5"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M28 31c-.1 8 4.9 14 11 14c5.9 0 11.1-6 11.1-14c0-5-3-11-3-11c-8 0-10 3-16 1c0 0-3 5-3.1 10Z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M36.1 37.7a6.38 6.38 0 0 1 6 0v.3a6.38 6.38 0 0 1-6 0Z"/><path d="M37 30a2 2 0 1 1-2-2a2.006 2.006 0 0 1 2 2m8 0a2 2 0 1 1-2-2a2.006 2.006 0 0 1 2 2"/></svg> </template>
CSS
.icon-deaf-man-medium-skin-tone {
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%20d%3D%22m17.1%2061l1-4a14%2014%200%200%201%206.6-8.8a9.9%209.9%200%200%201%205.6-1.1c.2%200-1.3.3-1.1.4c8%204.6%2012.1%204.9%2017%201.9a6.38%206.38%200%200%201%206-.4c3.3%201.5%205.9%204.5%205.9%208.1v4%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M29.1%2038c-3%200-4-7-4-14c0-6%205-12%2014-12s14%206%2014%2012c0%207-1%2014-4%2014%22%2F%3E%3Cpath%20fill%3D%22%23c19a65%22%20d%3D%22M18.8%2061L22%2050.8a8.6%208.6%200%200%200%203.5-1.6a3.03%203.03%200%200%200%201.2-2.5v-.8l-1-.9c3-3-2.9-5.1-2.9-5.1l3.2-3.3a2.81%202.81%200%200%200%20.9-2.3c-.2-1.5-2.1-.5-2.1-.5l-5.6%205.7a1.6%201.6%200%200%200-.4.7l-1.3%205a5.64%205.64%200%200%200%20.1%203.4l.2.7L13.2%2061ZM28%2030.5c-.1%208%204.1%2014%2011%2014c7.1%200%2011.1-6%2011.1-14c0-5-3-10-3-10c-8%200-10%203-16%201a17.1%2017.1%200%200%200-3.1%209%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M58.1%2060v-3c0-5-5-9-10-9q-9%207.5-18%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M19.9%2029.3a4.36%204.36%200%200%201-.1%205.4m-4.1-7.2s2.6%204.9-.7%209.4%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M26.1%2045.1c3-3-2.9-5.1-2.9-5.1l3.2-3.3a2.81%202.81%200%200%200%20.9-2.3c-.1-1.4-2.1-.4-2.1-.4l-5.6%205.7a1.6%201.6%200%200%200-.4.7l-1.3%205a5.64%205.64%200%200%200%20.1%203.4l.2.7L13.6%2060m13.5-14v.8a3.03%203.03%200%200%201-1.2%202.5a7.6%207.6%200%200%201-3.4%201.6m-.1%200L19.2%2060%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M25.8%2033.1A49.7%2049.7%200%200%201%2025%2024c0-6%205-12%2014-12s14%206%2014%2012c0%207-1%2014-4%2014m-19.9%200c-.9%200-1.5-.4-2.1-1.5%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M28%2031c-.1%208%204.9%2014%2011%2014c5.9%200%2011.1-6%2011.1-14c0-5-3-11-3-11c-8%200-10%203-16%201c0%200-3%205-3.1%2010Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M36.1%2037.7a6.38%206.38%200%200%201%206%200v.3a6.38%206.38%200%200%201-6%200Z%22%2F%3E%3Cpath%20d%3D%22M37%2030a2%202%200%201%201-2-2a2.006%202.006%200%200%201%202%202m8%200a2%202%200%201%201-2-2a2.006%202.006%200%200%201%202%202%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%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22m17.1%2061l1-4a14%2014%200%200%201%206.6-8.8a9.9%209.9%200%200%201%205.6-1.1c.2%200-1.3.3-1.1.4c8%204.6%2012.1%204.9%2017%201.9a6.38%206.38%200%200%201%206-.4c3.3%201.5%205.9%204.5%205.9%208.1v4%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M29.1%2038c-3%200-4-7-4-14c0-6%205-12%2014-12s14%206%2014%2012c0%207-1%2014-4%2014%22%2F%3E%3Cpath%20fill%3D%22%23c19a65%22%20d%3D%22M18.8%2061L22%2050.8a8.6%208.6%200%200%200%203.5-1.6a3.03%203.03%200%200%200%201.2-2.5v-.8l-1-.9c3-3-2.9-5.1-2.9-5.1l3.2-3.3a2.81%202.81%200%200%200%20.9-2.3c-.2-1.5-2.1-.5-2.1-.5l-5.6%205.7a1.6%201.6%200%200%200-.4.7l-1.3%205a5.64%205.64%200%200%200%20.1%203.4l.2.7L13.2%2061ZM28%2030.5c-.1%208%204.1%2014%2011%2014c7.1%200%2011.1-6%2011.1-14c0-5-3-10-3-10c-8%200-10%203-16%201a17.1%2017.1%200%200%200-3.1%209%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M58.1%2060v-3c0-5-5-9-10-9q-9%207.5-18%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M19.9%2029.3a4.36%204.36%200%200%201-.1%205.4m-4.1-7.2s2.6%204.9-.7%209.4%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M26.1%2045.1c3-3-2.9-5.1-2.9-5.1l3.2-3.3a2.81%202.81%200%200%200%20.9-2.3c-.1-1.4-2.1-.4-2.1-.4l-5.6%205.7a1.6%201.6%200%200%200-.4.7l-1.3%205a5.64%205.64%200%200%200%20.1%203.4l.2.7L13.6%2060m13.5-14v.8a3.03%203.03%200%200%201-1.2%202.5a7.6%207.6%200%200%201-3.4%201.6m-.1%200L19.2%2060%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M25.8%2033.1A49.7%2049.7%200%200%201%2025%2024c0-6%205-12%2014-12s14%206%2014%2012c0%207-1%2014-4%2014m-19.9%200c-.9%200-1.5-.4-2.1-1.5%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M28%2031c-.1%208%204.9%2014%2011%2014c5.9%200%2011.1-6%2011.1-14c0-5-3-11-3-11c-8%200-10%203-16%201c0%200-3%205-3.1%2010Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M36.1%2037.7a6.38%206.38%200%200%201%206%200v.3a6.38%206.38%200%200%201-6%200Z%22%2F%3E%3Cpath%20d%3D%22M37%2030a2%202%200%201%201-2-2a2.006%202.006%200%200%201%202%202m8%200a2%202%200%201%201-2-2a2.006%202.006%200%200%201%202%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/deaf-man-medium-skin-tone.svg?color=%231a73e8&size=48