man dark skin tone bald emoji

man-dark-skin-tone-bald from OpenMoji by OpenMoji · Default · People Body · CC-BY-SA-4.0 Attribution required.

Name
man-dark-skin-tone-bald
Set
OpenMoji
Style
Default
Category
People Body
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More people body icons from OpenMoji

Use the man dark skin tone bald emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="35.6" cy="31" fill="#6a462f" rx="11" ry="14"/><path fill="#92d3f5" d="M17 61v-4c0-5 5-9 10-9q9 7.5 18 0c5 0 10 4 10 9v4"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M36 45c-5.9 0-11-6-11-14c0-3.3 1-7.4 3-10c.3-.3.5-.6.8-.9c2-1.8 4.5-2.8 7.2-2.8s5.2 1 7.2 2.8c.3.3.6.6.8.9c2 2.6 3 6.7 3 10c0 8-5.1 14-11 14"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 59.9v-3c0-5 5-9 10-9q9 7.5 18 0c5 0 10 4 10 9v3"/><path d="M42 29.9c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m-8 0c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M33 38.1c1.9 1 4.1 1 6 0"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiManDarkSkinToneBald(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="35.6" cy="31" fill="#6a462f" rx="11" ry="14"/><path fill="#92d3f5" d="M17 61v-4c0-5 5-9 10-9q9 7.5 18 0c5 0 10 4 10 9v4"/><path fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="2" d="M36 45c-5.9 0-11-6-11-14c0-3.3 1-7.4 3-10c.3-.3.5-.6.8-.9c2-1.8 4.5-2.8 7.2-2.8s5.2 1 7.2 2.8c.3.3.6.6.8.9c2 2.6 3 6.7 3 10c0 8-5.1 14-11 14"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M17 59.9v-3c0-5 5-9 10-9q9 7.5 18 0c5 0 10 4 10 9v3"/><path d="M42 29.9c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m-8 0c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M33 38.1c1.9 1 4.1 1 6 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="35.6" cy="31" fill="#6a462f" rx="11" ry="14"/><path fill="#92d3f5" d="M17 61v-4c0-5 5-9 10-9q9 7.5 18 0c5 0 10 4 10 9v4"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M36 45c-5.9 0-11-6-11-14c0-3.3 1-7.4 3-10c.3-.3.5-.6.8-.9c2-1.8 4.5-2.8 7.2-2.8s5.2 1 7.2 2.8c.3.3.6.6.8.9c2 2.6 3 6.7 3 10c0 8-5.1 14-11 14"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 59.9v-3c0-5 5-9 10-9q9 7.5 18 0c5 0 10 4 10 9v3"/><path d="M42 29.9c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m-8 0c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M33 38.1c1.9 1 4.1 1 6 0"/></svg>
</template>

CSS

.icon-man-dark-skin-tone-bald {
  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%3Cellipse%20cx%3D%2235.6%22%20cy%3D%2231%22%20fill%3D%22%236a462f%22%20rx%3D%2211%22%20ry%3D%2214%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M17%2061v-4c0-5%205-9%2010-9q9%207.5%2018%200c5%200%2010%204%2010%209v4%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%22M36%2045c-5.9%200-11-6-11-14c0-3.3%201-7.4%203-10c.3-.3.5-.6.8-.9c2-1.8%204.5-2.8%207.2-2.8s5.2%201%207.2%202.8c.3.3.6.6.8.9c2%202.6%203%206.7%203%2010c0%208-5.1%2014-11%2014%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%22M17%2059.9v-3c0-5%205-9%2010-9q9%207.5%2018%200c5%200%2010%204%2010%209v3%22%2F%3E%3Cpath%20d%3D%22M42%2029.9c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202m-8%200c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202%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%22M33%2038.1c1.9%201%204.1%201%206%200%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%3Cellipse%20cx%3D%2235.6%22%20cy%3D%2231%22%20fill%3D%22%236a462f%22%20rx%3D%2211%22%20ry%3D%2214%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M17%2061v-4c0-5%205-9%2010-9q9%207.5%2018%200c5%200%2010%204%2010%209v4%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%22M36%2045c-5.9%200-11-6-11-14c0-3.3%201-7.4%203-10c.3-.3.5-.6.8-.9c2-1.8%204.5-2.8%207.2-2.8s5.2%201%207.2%202.8c.3.3.6.6.8.9c2%202.6%203%206.7%203%2010c0%208-5.1%2014-11%2014%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%22M17%2059.9v-3c0-5%205-9%2010-9q9%207.5%2018%200c5%200%2010%204%2010%209v3%22%2F%3E%3Cpath%20d%3D%22M42%2029.9c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202m-8%200c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202%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%22M33%2038.1c1.9%201%204.1%201%206%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/man-dark-skin-tone-bald.svg?color=%231a73e8&size=48