person getting haircut emoji
person-getting-haircut from OpenMoji by OpenMoji · Default · People Body · CC-BY-SA-4.0 Attribution required.
- Name
- person-getting-haircut
- Set
- OpenMoji
- Style
- Default
- 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 person getting haircut emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M7.814 61.021v-3.958c0-4.994 5.008-9 10-9q9 7.5 18 0c4.994 0 10 4.006 10 9v3.958"/><path fill="#9b9b9a" d="M57.708 40.014a5 5 0 1 1-8.145-.202l-.499-.749l.688-.562l-2.75-3.063l-1.5-3.625l-.195-4.328l2.574 1.203l9.683 9.875s1.063.936 1 1.25"/><path fill="#d0cfce" d="M53.564 31.813a5 5 0 0 0 .1 1l-15.85.25s.75 3.75 3.75 3.75h17a5 5 0 1 0-5-5"/><path fill="#fcea2b" d="M15.75 31.063c0 9 4.937 14 11 14c5.937 0 11.064-5 11.064-14a12.1 12.1 0 0 0-1-5c-3-3-7-8-7-8c-4 3-7 6-13 7c0 0-1.063 1-1.063 6"/><path fill="#f1b31c" d="M16.814 39.063c-4 0-4-6-4-13s4-14 14-14s13.122 7.018 17 14c.706 1.272 1 3 1 6l-7 1c.946 2.77 3.196 4.357 6.942 4.586c0 0-.817 3.414-1.63 3.414s-8.122-.25-8.122-.25s4.826-11.483 1.054-14.777l-6.322-7.49l-12.908 7.225s-2.258 9.639-.014 13.292"/><circle cx="58.564" cy="31.813" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M44.814 37.063c-.042 1.108-.692 4-2 4h-7m-19-2c-4 0-4-6-4-13s4-14 14-14s13.122 7.018 17 14c.706 1.272 1 3 1 6m-37 28v-3c0-4.994 5.008-9 10-9q9 7.5 18 0c4.994 0 10 4.006 10 9v3"/><path d="M32.687 30.063a2 2 0 1 1-2-2a2 2 0 0 1 2 2m-8 0a2 2 0 1 1-2-2a2 2 0 0 1 2 2"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M15.75 31.063c0 9 4.937 14 11 14c5.937 0 11.064-5 11.064-14a12.1 12.1 0 0 0-1-5c-3-3-7-8-7-8c-4 3-7 6-13 7c0 0-1.063 1-1.063 6Z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.814 38.063a6.55 6.55 0 0 0 6 0m23.75-6.25a5 5 0 0 0 .1 1l-15.85.25s.75 3.75 3.75 3.75h17a5 5 0 1 0-5-5m4.144 8.201a5 5 0 1 1-8.145-.202"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M44.293 26.804a3 3 0 0 1 .749.443a3 3 0 0 1 .266.238l2.573 2.574"/><circle cx="53.564" cy="42.813" r="2"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPersonGettingHaircut(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="M7.814 61.021v-3.958c0-4.994 5.008-9 10-9q9 7.5 18 0c4.994 0 10 4.006 10 9v3.958"/><path fill="#9b9b9a" d="M57.708 40.014a5 5 0 1 1-8.145-.202l-.499-.749l.688-.562l-2.75-3.063l-1.5-3.625l-.195-4.328l2.574 1.203l9.683 9.875s1.063.936 1 1.25"/><path fill="#d0cfce" d="M53.564 31.813a5 5 0 0 0 .1 1l-15.85.25s.75 3.75 3.75 3.75h17a5 5 0 1 0-5-5"/><path fill="#fcea2b" d="M15.75 31.063c0 9 4.937 14 11 14c5.937 0 11.064-5 11.064-14a12.1 12.1 0 0 0-1-5c-3-3-7-8-7-8c-4 3-7 6-13 7c0 0-1.063 1-1.063 6"/><path fill="#f1b31c" d="M16.814 39.063c-4 0-4-6-4-13s4-14 14-14s13.122 7.018 17 14c.706 1.272 1 3 1 6l-7 1c.946 2.77 3.196 4.357 6.942 4.586c0 0-.817 3.414-1.63 3.414s-8.122-.25-8.122-.25s4.826-11.483 1.054-14.777l-6.322-7.49l-12.908 7.225s-2.258 9.639-.014 13.292"/><circle cx="58.564" cy="31.813" r="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M44.814 37.063c-.042 1.108-.692 4-2 4h-7m-19-2c-4 0-4-6-4-13s4-14 14-14s13.122 7.018 17 14c.706 1.272 1 3 1 6m-37 28v-3c0-4.994 5.008-9 10-9q9 7.5 18 0c4.994 0 10 4.006 10 9v3"/><path d="M32.687 30.063a2 2 0 1 1-2-2a2 2 0 0 1 2 2m-8 0a2 2 0 1 1-2-2a2 2 0 0 1 2 2"/><path fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="2" d="M15.75 31.063c0 9 4.937 14 11 14c5.937 0 11.064-5 11.064-14a12.1 12.1 0 0 0-1-5c-3-3-7-8-7-8c-4 3-7 6-13 7c0 0-1.063 1-1.063 6Z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M23.814 38.063a6.55 6.55 0 0 0 6 0m23.75-6.25a5 5 0 0 0 .1 1l-15.85.25s.75 3.75 3.75 3.75h17a5 5 0 1 0-5-5m4.144 8.201a5 5 0 1 1-8.145-.202"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M44.293 26.804a3 3 0 0 1 .749.443a3 3 0 0 1 .266.238l2.573 2.574"/><circle cx="53.564" cy="42.813" r="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="M7.814 61.021v-3.958c0-4.994 5.008-9 10-9q9 7.5 18 0c4.994 0 10 4.006 10 9v3.958"/><path fill="#9b9b9a" d="M57.708 40.014a5 5 0 1 1-8.145-.202l-.499-.749l.688-.562l-2.75-3.063l-1.5-3.625l-.195-4.328l2.574 1.203l9.683 9.875s1.063.936 1 1.25"/><path fill="#d0cfce" d="M53.564 31.813a5 5 0 0 0 .1 1l-15.85.25s.75 3.75 3.75 3.75h17a5 5 0 1 0-5-5"/><path fill="#fcea2b" d="M15.75 31.063c0 9 4.937 14 11 14c5.937 0 11.064-5 11.064-14a12.1 12.1 0 0 0-1-5c-3-3-7-8-7-8c-4 3-7 6-13 7c0 0-1.063 1-1.063 6"/><path fill="#f1b31c" d="M16.814 39.063c-4 0-4-6-4-13s4-14 14-14s13.122 7.018 17 14c.706 1.272 1 3 1 6l-7 1c.946 2.77 3.196 4.357 6.942 4.586c0 0-.817 3.414-1.63 3.414s-8.122-.25-8.122-.25s4.826-11.483 1.054-14.777l-6.322-7.49l-12.908 7.225s-2.258 9.639-.014 13.292"/><circle cx="58.564" cy="31.813" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M44.814 37.063c-.042 1.108-.692 4-2 4h-7m-19-2c-4 0-4-6-4-13s4-14 14-14s13.122 7.018 17 14c.706 1.272 1 3 1 6m-37 28v-3c0-4.994 5.008-9 10-9q9 7.5 18 0c4.994 0 10 4.006 10 9v3"/><path d="M32.687 30.063a2 2 0 1 1-2-2a2 2 0 0 1 2 2m-8 0a2 2 0 1 1-2-2a2 2 0 0 1 2 2"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M15.75 31.063c0 9 4.937 14 11 14c5.937 0 11.064-5 11.064-14a12.1 12.1 0 0 0-1-5c-3-3-7-8-7-8c-4 3-7 6-13 7c0 0-1.063 1-1.063 6Z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.814 38.063a6.55 6.55 0 0 0 6 0m23.75-6.25a5 5 0 0 0 .1 1l-15.85.25s.75 3.75 3.75 3.75h17a5 5 0 1 0-5-5m4.144 8.201a5 5 0 1 1-8.145-.202"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M44.293 26.804a3 3 0 0 1 .749.443a3 3 0 0 1 .266.238l2.573 2.574"/><circle cx="53.564" cy="42.813" r="2"/></svg> </template>
CSS
.icon-person-getting-haircut {
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%22M7.814%2061.021v-3.958c0-4.994%205.008-9%2010-9q9%207.5%2018%200c4.994%200%2010%204.006%2010%209v3.958%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M57.708%2040.014a5%205%200%201%201-8.145-.202l-.499-.749l.688-.562l-2.75-3.063l-1.5-3.625l-.195-4.328l2.574%201.203l9.683%209.875s1.063.936%201%201.25%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M53.564%2031.813a5%205%200%200%200%20.1%201l-15.85.25s.75%203.75%203.75%203.75h17a5%205%200%201%200-5-5%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M15.75%2031.063c0%209%204.937%2014%2011%2014c5.937%200%2011.064-5%2011.064-14a12.1%2012.1%200%200%200-1-5c-3-3-7-8-7-8c-4%203-7%206-13%207c0%200-1.063%201-1.063%206%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M16.814%2039.063c-4%200-4-6-4-13s4-14%2014-14s13.122%207.018%2017%2014c.706%201.272%201%203%201%206l-7%201c.946%202.77%203.196%204.357%206.942%204.586c0%200-.817%203.414-1.63%203.414s-8.122-.25-8.122-.25s4.826-11.483%201.054-14.777l-6.322-7.49l-12.908%207.225s-2.258%209.639-.014%2013.292%22%2F%3E%3Ccircle%20cx%3D%2258.564%22%20cy%3D%2231.813%22%20r%3D%222%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%22M44.814%2037.063c-.042%201.108-.692%204-2%204h-7m-19-2c-4%200-4-6-4-13s4-14%2014-14s13.122%207.018%2017%2014c.706%201.272%201%203%201%206m-37%2028v-3c0-4.994%205.008-9%2010-9q9%207.5%2018%200c4.994%200%2010%204.006%2010%209v3%22%2F%3E%3Cpath%20d%3D%22M32.687%2030.063a2%202%200%201%201-2-2a2%202%200%200%201%202%202m-8%200a2%202%200%201%201-2-2a2%202%200%200%201%202%202%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%22M15.75%2031.063c0%209%204.937%2014%2011%2014c5.937%200%2011.064-5%2011.064-14a12.1%2012.1%200%200%200-1-5c-3-3-7-8-7-8c-4%203-7%206-13%207c0%200-1.063%201-1.063%206Z%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%22M23.814%2038.063a6.55%206.55%200%200%200%206%200m23.75-6.25a5%205%200%200%200%20.1%201l-15.85.25s.75%203.75%203.75%203.75h17a5%205%200%201%200-5-5m4.144%208.201a5%205%200%201%201-8.145-.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%22M44.293%2026.804a3%203%200%200%201%20.749.443a3%203%200%200%201%20.266.238l2.573%202.574%22%2F%3E%3Ccircle%20cx%3D%2253.564%22%20cy%3D%2242.813%22%20r%3D%222%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%22M7.814%2061.021v-3.958c0-4.994%205.008-9%2010-9q9%207.5%2018%200c4.994%200%2010%204.006%2010%209v3.958%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M57.708%2040.014a5%205%200%201%201-8.145-.202l-.499-.749l.688-.562l-2.75-3.063l-1.5-3.625l-.195-4.328l2.574%201.203l9.683%209.875s1.063.936%201%201.25%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M53.564%2031.813a5%205%200%200%200%20.1%201l-15.85.25s.75%203.75%203.75%203.75h17a5%205%200%201%200-5-5%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M15.75%2031.063c0%209%204.937%2014%2011%2014c5.937%200%2011.064-5%2011.064-14a12.1%2012.1%200%200%200-1-5c-3-3-7-8-7-8c-4%203-7%206-13%207c0%200-1.063%201-1.063%206%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M16.814%2039.063c-4%200-4-6-4-13s4-14%2014-14s13.122%207.018%2017%2014c.706%201.272%201%203%201%206l-7%201c.946%202.77%203.196%204.357%206.942%204.586c0%200-.817%203.414-1.63%203.414s-8.122-.25-8.122-.25s4.826-11.483%201.054-14.777l-6.322-7.49l-12.908%207.225s-2.258%209.639-.014%2013.292%22%2F%3E%3Ccircle%20cx%3D%2258.564%22%20cy%3D%2231.813%22%20r%3D%222%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%22M44.814%2037.063c-.042%201.108-.692%204-2%204h-7m-19-2c-4%200-4-6-4-13s4-14%2014-14s13.122%207.018%2017%2014c.706%201.272%201%203%201%206m-37%2028v-3c0-4.994%205.008-9%2010-9q9%207.5%2018%200c4.994%200%2010%204.006%2010%209v3%22%2F%3E%3Cpath%20d%3D%22M32.687%2030.063a2%202%200%201%201-2-2a2%202%200%200%201%202%202m-8%200a2%202%200%201%201-2-2a2%202%200%200%201%202%202%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%22M15.75%2031.063c0%209%204.937%2014%2011%2014c5.937%200%2011.064-5%2011.064-14a12.1%2012.1%200%200%200-1-5c-3-3-7-8-7-8c-4%203-7%206-13%207c0%200-1.063%201-1.063%206Z%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%22M23.814%2038.063a6.55%206.55%200%200%200%206%200m23.75-6.25a5%205%200%200%200%20.1%201l-15.85.25s.75%203.75%203.75%203.75h17a5%205%200%201%200-5-5m4.144%208.201a5%205%200%201%201-8.145-.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%22M44.293%2026.804a3%203%200%200%201%20.749.443a3%203%200%200%201%20.266.238l2.573%202.574%22%2F%3E%3Ccircle%20cx%3D%2253.564%22%20cy%3D%2242.813%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/person-getting-haircut.svg?color=%231a73e8&size=48