man curly hair emoji

man-curly-hair from OpenMoji by OpenMoji · Default · People Body · CC-BY-SA-4.0 Attribution required.

Name
man-curly-hair
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 curly hair emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M44.6 39.6c1.3.5 2.7.3 3.7-.5c.8-.6 1.3-1.5 1.5-2.5c.9-.5 1.6-1.3 1.9-2.4c.3-1.2 0-2.4-.7-3.4c1-1 1.5-2.3 1.3-3.7c-.2-1.1-.8-2.1-1.6-2.7c1-1.2 1.3-2.8.7-4.3q-.75-1.5-2.4-2.1c.1-1.3-.4-2.6-1.5-3.3c-1.3-.8-2.9-.7-4.1.3c-.5-1.3-1.6-2.2-3-2.4c-1.3-.1-2.5.4-3.3 1.4c0 0-3.2-3.5-7.1.1c0 0-5-2.1-6.5 2.9c0 0-4.2 1.1-2.2 5.9c0 0-2.9 3-.8 6.5c0 0-2.1 4.2 1.8 5.7c-.1 1 .2 1.9.7 2.7c.9 1.1 2.3 1.7 3.7 1.5"/><path fill="#fcea2b" d="M44.5 21.8c1.7 2.7 2.7 5.9 2.6 9.1c0 7.7-4.9 14-11 14s-11-6.3-11-14c0-2.7.6-5.4 1.9-7.8l3.2 1.3c1.9-.9 3.9-1.2 6-1.1c1.9.2 3 .8 4.8.4c1.3-.3 2.5-.9 3.5-1.9"/><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-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"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.8 41.5c-2.5-2.9-3.8-6.7-3.7-10.5c.1-2.8.8-5.5 2.1-8c.5.9 1.4 1.5 2.4 1.6c1.3 0 2.5-.9 2.8-2.1c1.1 1.4 3 1.7 4.4.6c.3-.2.5-.4.7-.7c1.5 1.8 4.1 2.1 5.9.6c.4-.4.8-.8 1.1-1.3c1.6 2.9 2.5 6.1 2.7 9.4c0 8-5.1 14-11.1 14c-2.8-.1-5.5-1.4-7.3-3.6"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M44.6 39.6c1.3.5 2.7.3 3.7-.5c.8-.6 1.3-1.5 1.5-2.5c.9-.5 1.6-1.3 1.9-2.4c.3-1.2 0-2.4-.7-3.4c1-1 1.5-2.3 1.3-3.7c-.2-1.1-.8-2.1-1.6-2.7c1-1.2 1.3-2.8.7-4.3q-.75-1.5-2.4-2.1c.1-1.3-.4-2.6-1.5-3.3c-1.3-.8-2.9-.7-4.1.3c-.5-1.3-1.6-2.2-3-2.4c-1.3-.1-2.5.4-3.3 1.4c0 0-3.2-3.5-7.1.1c0 0-4.7-3.1-6.1 2.6c0 0-5.4.8-2.6 6.2c0 0-2.9 3-.8 6.5c0 0-2.1 4.2 1.8 5.7c-.1 1 .2 1.9.7 2.7c.9 1.1 2.3 1.7 3.7 1.5"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiManCurlyHair(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M44.6 39.6c1.3.5 2.7.3 3.7-.5c.8-.6 1.3-1.5 1.5-2.5c.9-.5 1.6-1.3 1.9-2.4c.3-1.2 0-2.4-.7-3.4c1-1 1.5-2.3 1.3-3.7c-.2-1.1-.8-2.1-1.6-2.7c1-1.2 1.3-2.8.7-4.3q-.75-1.5-2.4-2.1c.1-1.3-.4-2.6-1.5-3.3c-1.3-.8-2.9-.7-4.1.3c-.5-1.3-1.6-2.2-3-2.4c-1.3-.1-2.5.4-3.3 1.4c0 0-3.2-3.5-7.1.1c0 0-5-2.1-6.5 2.9c0 0-4.2 1.1-2.2 5.9c0 0-2.9 3-.8 6.5c0 0-2.1 4.2 1.8 5.7c-.1 1 .2 1.9.7 2.7c.9 1.1 2.3 1.7 3.7 1.5"/><path fill="#fcea2b" d="M44.5 21.8c1.7 2.7 2.7 5.9 2.6 9.1c0 7.7-4.9 14-11 14s-11-6.3-11-14c0-2.7.6-5.4 1.9-7.8l3.2 1.3c1.9-.9 3.9-1.2 6-1.1c1.9.2 3 .8 4.8.4c1.3-.3 2.5-.9 3.5-1.9"/><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" 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"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M28.8 41.5c-2.5-2.9-3.8-6.7-3.7-10.5c.1-2.8.8-5.5 2.1-8c.5.9 1.4 1.5 2.4 1.6c1.3 0 2.5-.9 2.8-2.1c1.1 1.4 3 1.7 4.4.6c.3-.2.5-.4.7-.7c1.5 1.8 4.1 2.1 5.9.6c.4-.4.8-.8 1.1-1.3c1.6 2.9 2.5 6.1 2.7 9.4c0 8-5.1 14-11.1 14c-2.8-.1-5.5-1.4-7.3-3.6"/><path fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="2" d="M44.6 39.6c1.3.5 2.7.3 3.7-.5c.8-.6 1.3-1.5 1.5-2.5c.9-.5 1.6-1.3 1.9-2.4c.3-1.2 0-2.4-.7-3.4c1-1 1.5-2.3 1.3-3.7c-.2-1.1-.8-2.1-1.6-2.7c1-1.2 1.3-2.8.7-4.3q-.75-1.5-2.4-2.1c.1-1.3-.4-2.6-1.5-3.3c-1.3-.8-2.9-.7-4.1.3c-.5-1.3-1.6-2.2-3-2.4c-1.3-.1-2.5.4-3.3 1.4c0 0-3.2-3.5-7.1.1c0 0-4.7-3.1-6.1 2.6c0 0-5.4.8-2.6 6.2c0 0-2.9 3-.8 6.5c0 0-2.1 4.2 1.8 5.7c-.1 1 .2 1.9.7 2.7c.9 1.1 2.3 1.7 3.7 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M44.6 39.6c1.3.5 2.7.3 3.7-.5c.8-.6 1.3-1.5 1.5-2.5c.9-.5 1.6-1.3 1.9-2.4c.3-1.2 0-2.4-.7-3.4c1-1 1.5-2.3 1.3-3.7c-.2-1.1-.8-2.1-1.6-2.7c1-1.2 1.3-2.8.7-4.3q-.75-1.5-2.4-2.1c.1-1.3-.4-2.6-1.5-3.3c-1.3-.8-2.9-.7-4.1.3c-.5-1.3-1.6-2.2-3-2.4c-1.3-.1-2.5.4-3.3 1.4c0 0-3.2-3.5-7.1.1c0 0-5-2.1-6.5 2.9c0 0-4.2 1.1-2.2 5.9c0 0-2.9 3-.8 6.5c0 0-2.1 4.2 1.8 5.7c-.1 1 .2 1.9.7 2.7c.9 1.1 2.3 1.7 3.7 1.5"/><path fill="#fcea2b" d="M44.5 21.8c1.7 2.7 2.7 5.9 2.6 9.1c0 7.7-4.9 14-11 14s-11-6.3-11-14c0-2.7.6-5.4 1.9-7.8l3.2 1.3c1.9-.9 3.9-1.2 6-1.1c1.9.2 3 .8 4.8.4c1.3-.3 2.5-.9 3.5-1.9"/><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-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"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.8 41.5c-2.5-2.9-3.8-6.7-3.7-10.5c.1-2.8.8-5.5 2.1-8c.5.9 1.4 1.5 2.4 1.6c1.3 0 2.5-.9 2.8-2.1c1.1 1.4 3 1.7 4.4.6c.3-.2.5-.4.7-.7c1.5 1.8 4.1 2.1 5.9.6c.4-.4.8-.8 1.1-1.3c1.6 2.9 2.5 6.1 2.7 9.4c0 8-5.1 14-11.1 14c-2.8-.1-5.5-1.4-7.3-3.6"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M44.6 39.6c1.3.5 2.7.3 3.7-.5c.8-.6 1.3-1.5 1.5-2.5c.9-.5 1.6-1.3 1.9-2.4c.3-1.2 0-2.4-.7-3.4c1-1 1.5-2.3 1.3-3.7c-.2-1.1-.8-2.1-1.6-2.7c1-1.2 1.3-2.8.7-4.3q-.75-1.5-2.4-2.1c.1-1.3-.4-2.6-1.5-3.3c-1.3-.8-2.9-.7-4.1.3c-.5-1.3-1.6-2.2-3-2.4c-1.3-.1-2.5.4-3.3 1.4c0 0-3.2-3.5-7.1.1c0 0-4.7-3.1-6.1 2.6c0 0-5.4.8-2.6 6.2c0 0-2.9 3-.8 6.5c0 0-2.1 4.2 1.8 5.7c-.1 1 .2 1.9.7 2.7c.9 1.1 2.3 1.7 3.7 1.5"/></svg>
</template>

CSS

.icon-man-curly-hair {
  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%23f4aa41%22%20d%3D%22M44.6%2039.6c1.3.5%202.7.3%203.7-.5c.8-.6%201.3-1.5%201.5-2.5c.9-.5%201.6-1.3%201.9-2.4c.3-1.2%200-2.4-.7-3.4c1-1%201.5-2.3%201.3-3.7c-.2-1.1-.8-2.1-1.6-2.7c1-1.2%201.3-2.8.7-4.3q-.75-1.5-2.4-2.1c.1-1.3-.4-2.6-1.5-3.3c-1.3-.8-2.9-.7-4.1.3c-.5-1.3-1.6-2.2-3-2.4c-1.3-.1-2.5.4-3.3%201.4c0%200-3.2-3.5-7.1.1c0%200-5-2.1-6.5%202.9c0%200-4.2%201.1-2.2%205.9c0%200-2.9%203-.8%206.5c0%200-2.1%204.2%201.8%205.7c-.1%201%20.2%201.9.7%202.7c.9%201.1%202.3%201.7%203.7%201.5%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M44.5%2021.8c1.7%202.7%202.7%205.9%202.6%209.1c0%207.7-4.9%2014-11%2014s-11-6.3-11-14c0-2.7.6-5.4%201.9-7.8l3.2%201.3c1.9-.9%203.9-1.2%206-1.1c1.9.2%203%20.8%204.8.4c1.3-.3%202.5-.9%203.5-1.9%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-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%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%22M28.8%2041.5c-2.5-2.9-3.8-6.7-3.7-10.5c.1-2.8.8-5.5%202.1-8c.5.9%201.4%201.5%202.4%201.6c1.3%200%202.5-.9%202.8-2.1c1.1%201.4%203%201.7%204.4.6c.3-.2.5-.4.7-.7c1.5%201.8%204.1%202.1%205.9.6c.4-.4.8-.8%201.1-1.3c1.6%202.9%202.5%206.1%202.7%209.4c0%208-5.1%2014-11.1%2014c-2.8-.1-5.5-1.4-7.3-3.6%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%22M44.6%2039.6c1.3.5%202.7.3%203.7-.5c.8-.6%201.3-1.5%201.5-2.5c.9-.5%201.6-1.3%201.9-2.4c.3-1.2%200-2.4-.7-3.4c1-1%201.5-2.3%201.3-3.7c-.2-1.1-.8-2.1-1.6-2.7c1-1.2%201.3-2.8.7-4.3q-.75-1.5-2.4-2.1c.1-1.3-.4-2.6-1.5-3.3c-1.3-.8-2.9-.7-4.1.3c-.5-1.3-1.6-2.2-3-2.4c-1.3-.1-2.5.4-3.3%201.4c0%200-3.2-3.5-7.1.1c0%200-4.7-3.1-6.1%202.6c0%200-5.4.8-2.6%206.2c0%200-2.9%203-.8%206.5c0%200-2.1%204.2%201.8%205.7c-.1%201%20.2%201.9.7%202.7c.9%201.1%202.3%201.7%203.7%201.5%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%23f4aa41%22%20d%3D%22M44.6%2039.6c1.3.5%202.7.3%203.7-.5c.8-.6%201.3-1.5%201.5-2.5c.9-.5%201.6-1.3%201.9-2.4c.3-1.2%200-2.4-.7-3.4c1-1%201.5-2.3%201.3-3.7c-.2-1.1-.8-2.1-1.6-2.7c1-1.2%201.3-2.8.7-4.3q-.75-1.5-2.4-2.1c.1-1.3-.4-2.6-1.5-3.3c-1.3-.8-2.9-.7-4.1.3c-.5-1.3-1.6-2.2-3-2.4c-1.3-.1-2.5.4-3.3%201.4c0%200-3.2-3.5-7.1.1c0%200-5-2.1-6.5%202.9c0%200-4.2%201.1-2.2%205.9c0%200-2.9%203-.8%206.5c0%200-2.1%204.2%201.8%205.7c-.1%201%20.2%201.9.7%202.7c.9%201.1%202.3%201.7%203.7%201.5%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M44.5%2021.8c1.7%202.7%202.7%205.9%202.6%209.1c0%207.7-4.9%2014-11%2014s-11-6.3-11-14c0-2.7.6-5.4%201.9-7.8l3.2%201.3c1.9-.9%203.9-1.2%206-1.1c1.9.2%203%20.8%204.8.4c1.3-.3%202.5-.9%203.5-1.9%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-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%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%22M28.8%2041.5c-2.5-2.9-3.8-6.7-3.7-10.5c.1-2.8.8-5.5%202.1-8c.5.9%201.4%201.5%202.4%201.6c1.3%200%202.5-.9%202.8-2.1c1.1%201.4%203%201.7%204.4.6c.3-.2.5-.4.7-.7c1.5%201.8%204.1%202.1%205.9.6c.4-.4.8-.8%201.1-1.3c1.6%202.9%202.5%206.1%202.7%209.4c0%208-5.1%2014-11.1%2014c-2.8-.1-5.5-1.4-7.3-3.6%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%22M44.6%2039.6c1.3.5%202.7.3%203.7-.5c.8-.6%201.3-1.5%201.5-2.5c.9-.5%201.6-1.3%201.9-2.4c.3-1.2%200-2.4-.7-3.4c1-1%201.5-2.3%201.3-3.7c-.2-1.1-.8-2.1-1.6-2.7c1-1.2%201.3-2.8.7-4.3q-.75-1.5-2.4-2.1c.1-1.3-.4-2.6-1.5-3.3c-1.3-.8-2.9-.7-4.1.3c-.5-1.3-1.6-2.2-3-2.4c-1.3-.1-2.5.4-3.3%201.4c0%200-3.2-3.5-7.1.1c0%200-4.7-3.1-6.1%202.6c0%200-5.4.8-2.6%206.2c0%200-2.9%203-.8%206.5c0%200-2.1%204.2%201.8%205.7c-.1%201%20.2%201.9.7%202.7c.9%201.1%202.3%201.7%203.7%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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