person-bald from Fluent Emoji High Contrast by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.

Name
person-bald
Set
Fluent Emoji High Contrast
Style
Default
Category
People & Body
Viewbox
32×32
License
MIT

The same emoji in other sets

More people & body icons from Fluent Emoji High Contrast

Use the person bald emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.866 14.893c.899 0 1.624.738 1.624 1.664q0 .237-.058.443h.145a.425.425 0 0 0 .416-.504c-.232-1.196-1.266-2.096-2.504-2.096c-1.189 0-2.194.84-2.475 1.967a.51.51 0 0 0 .494.633h.782a1.7 1.7 0 0 1-.058-.443c0-.926.735-1.664 1.634-1.664m-1.87-1.154l.005-.004l.031-.022l.14-.09a4.12 4.12 0 0 1 2.585-.53a.516.516 0 1 0 .126-1.027a5.17 5.17 0 0 0-3.242.67l-.197.126l-.056.04l-.016.013l-.006.003l-.004.003a.517.517 0 0 0 .634.818M15.267 21h1.467c.688 0 1.173-.662.971-1.304l-.991-3.17c-.212-.702-1.203-.702-1.426 0l-.991 3.17a1.004 1.004 0 0 0 .97 1.304m3.316 1.533a5.6 5.6 0 0 1-2.583.612a5.6 5.6 0 0 1-2.583-.612c-.256-.13-.53.157-.369.39A3.53 3.53 0 0 0 16 24.5a3.53 3.53 0 0 0 2.952-1.577c.161-.241-.113-.52-.369-.39m-6.717-6.922a.9.9 0 0 0-.373.08a.3.3 0 0 1 .103.229c0 .166-.13.3-.29.3a.29.29 0 0 1-.243-.136a.96.96 0 0 0-.124.473q.002.237.106.443h1.643a1 1 0 0 0 .106-.443a.937.937 0 0 0-.928-.946m9.812-3.438c-.568-.179-1.278-.227-2.261-.107a.517.517 0 1 0 .126 1.027c.896-.11 1.446-.053 1.824.066c.37.117.62.305.913.561a.516.516 0 1 0 .679-.779c-.326-.286-.706-.587-1.281-.768m-1.554 3.492a.9.9 0 0 0-.335.061a.29.29 0 1 1-.437.343a.9.9 0 0 0-.156.505q.002.226.106.426h1.644a.94.94 0 0 0 .105-.426a.917.917 0 0 0-.927-.909m6.471-2.469s.155-.082.155-.448c0-4.76-3.829-8.744-8.684-8.748h-4.147c-2.426-.002-4.61.962-6.168 2.552c-1.562 1.587-2.503 3.803-2.501 6.26c0 .345.144.388.144.388A4.02 4.02 0 0 0 3 16.878a4.01 4.01 0 0 0 2.868 3.846l.139 2.952l.005.042C6.558 27.892 10.082 31 14.249 31h3.518c4.167 0 7.691-3.109 8.236-7.282l.006-.043l.133-2.953a4.01 4.01 0 0 0 2.859-3.844a4.02 4.02 0 0 0-2.406-3.682m-1.477 5.684l-.898.054l-.205 4.541c-.423 3.159-3.089 5.507-6.248 5.508h-3.518c-3.16 0-5.825-2.349-6.249-5.508l-.214-4.543l-.899-.052A2 2 0 0 1 5 16.878A2.01 2.01 0 0 1 6.628 14.9l.87-.166s-.248-1.637-.248-1.922c.001-1.94.731-3.626 1.922-4.841c1.194-1.213 2.845-1.952 4.747-1.954h4.147a6.6 6.6 0 0 1 4.742 1.994a6.76 6.76 0 0 1 1.942 4.737c0 .3-.255 1.988-.255 1.988l.871.163A2.01 2.01 0 0 1 27 16.878a2.003 2.003 0 0 1-1.882 2.002m-4.607-4.38a2.535 2.535 0 0 0-2.504 2.016a.414.414 0 0 0 .416.484h.145a1.5 1.5 0 0 1-.058-.426c-.01-.891.725-1.601 1.624-1.601s1.634.71 1.634 1.601c0 .151-.02.284-.058.426h.782c.329 0 .57-.295.493-.608a2.55 2.55 0 0 0-2.474-1.892"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastPersonBald(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.866 14.893c.899 0 1.624.738 1.624 1.664q0 .237-.058.443h.145a.425.425 0 0 0 .416-.504c-.232-1.196-1.266-2.096-2.504-2.096c-1.189 0-2.194.84-2.475 1.967a.51.51 0 0 0 .494.633h.782a1.7 1.7 0 0 1-.058-.443c0-.926.735-1.664 1.634-1.664m-1.87-1.154l.005-.004l.031-.022l.14-.09a4.12 4.12 0 0 1 2.585-.53a.516.516 0 1 0 .126-1.027a5.17 5.17 0 0 0-3.242.67l-.197.126l-.056.04l-.016.013l-.006.003l-.004.003a.517.517 0 0 0 .634.818M15.267 21h1.467c.688 0 1.173-.662.971-1.304l-.991-3.17c-.212-.702-1.203-.702-1.426 0l-.991 3.17a1.004 1.004 0 0 0 .97 1.304m3.316 1.533a5.6 5.6 0 0 1-2.583.612a5.6 5.6 0 0 1-2.583-.612c-.256-.13-.53.157-.369.39A3.53 3.53 0 0 0 16 24.5a3.53 3.53 0 0 0 2.952-1.577c.161-.241-.113-.52-.369-.39m-6.717-6.922a.9.9 0 0 0-.373.08a.3.3 0 0 1 .103.229c0 .166-.13.3-.29.3a.29.29 0 0 1-.243-.136a.96.96 0 0 0-.124.473q.002.237.106.443h1.643a1 1 0 0 0 .106-.443a.937.937 0 0 0-.928-.946m9.812-3.438c-.568-.179-1.278-.227-2.261-.107a.517.517 0 1 0 .126 1.027c.896-.11 1.446-.053 1.824.066c.37.117.62.305.913.561a.516.516 0 1 0 .679-.779c-.326-.286-.706-.587-1.281-.768m-1.554 3.492a.9.9 0 0 0-.335.061a.29.29 0 1 1-.437.343a.9.9 0 0 0-.156.505q.002.226.106.426h1.644a.94.94 0 0 0 .105-.426a.917.917 0 0 0-.927-.909m6.471-2.469s.155-.082.155-.448c0-4.76-3.829-8.744-8.684-8.748h-4.147c-2.426-.002-4.61.962-6.168 2.552c-1.562 1.587-2.503 3.803-2.501 6.26c0 .345.144.388.144.388A4.02 4.02 0 0 0 3 16.878a4.01 4.01 0 0 0 2.868 3.846l.139 2.952l.005.042C6.558 27.892 10.082 31 14.249 31h3.518c4.167 0 7.691-3.109 8.236-7.282l.006-.043l.133-2.953a4.01 4.01 0 0 0 2.859-3.844a4.02 4.02 0 0 0-2.406-3.682m-1.477 5.684l-.898.054l-.205 4.541c-.423 3.159-3.089 5.507-6.248 5.508h-3.518c-3.16 0-5.825-2.349-6.249-5.508l-.214-4.543l-.899-.052A2 2 0 0 1 5 16.878A2.01 2.01 0 0 1 6.628 14.9l.87-.166s-.248-1.637-.248-1.922c.001-1.94.731-3.626 1.922-4.841c1.194-1.213 2.845-1.952 4.747-1.954h4.147a6.6 6.6 0 0 1 4.742 1.994a6.76 6.76 0 0 1 1.942 4.737c0 .3-.255 1.988-.255 1.988l.871.163A2.01 2.01 0 0 1 27 16.878a2.003 2.003 0 0 1-1.882 2.002m-4.607-4.38a2.535 2.535 0 0 0-2.504 2.016a.414.414 0 0 0 .416.484h.145a1.5 1.5 0 0 1-.058-.426c-.01-.891.725-1.601 1.624-1.601s1.634.71 1.634 1.601c0 .151-.02.284-.058.426h.782c.329 0 .57-.295.493-.608a2.55 2.55 0 0 0-2.474-1.892"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.866 14.893c.899 0 1.624.738 1.624 1.664q0 .237-.058.443h.145a.425.425 0 0 0 .416-.504c-.232-1.196-1.266-2.096-2.504-2.096c-1.189 0-2.194.84-2.475 1.967a.51.51 0 0 0 .494.633h.782a1.7 1.7 0 0 1-.058-.443c0-.926.735-1.664 1.634-1.664m-1.87-1.154l.005-.004l.031-.022l.14-.09a4.12 4.12 0 0 1 2.585-.53a.516.516 0 1 0 .126-1.027a5.17 5.17 0 0 0-3.242.67l-.197.126l-.056.04l-.016.013l-.006.003l-.004.003a.517.517 0 0 0 .634.818M15.267 21h1.467c.688 0 1.173-.662.971-1.304l-.991-3.17c-.212-.702-1.203-.702-1.426 0l-.991 3.17a1.004 1.004 0 0 0 .97 1.304m3.316 1.533a5.6 5.6 0 0 1-2.583.612a5.6 5.6 0 0 1-2.583-.612c-.256-.13-.53.157-.369.39A3.53 3.53 0 0 0 16 24.5a3.53 3.53 0 0 0 2.952-1.577c.161-.241-.113-.52-.369-.39m-6.717-6.922a.9.9 0 0 0-.373.08a.3.3 0 0 1 .103.229c0 .166-.13.3-.29.3a.29.29 0 0 1-.243-.136a.96.96 0 0 0-.124.473q.002.237.106.443h1.643a1 1 0 0 0 .106-.443a.937.937 0 0 0-.928-.946m9.812-3.438c-.568-.179-1.278-.227-2.261-.107a.517.517 0 1 0 .126 1.027c.896-.11 1.446-.053 1.824.066c.37.117.62.305.913.561a.516.516 0 1 0 .679-.779c-.326-.286-.706-.587-1.281-.768m-1.554 3.492a.9.9 0 0 0-.335.061a.29.29 0 1 1-.437.343a.9.9 0 0 0-.156.505q.002.226.106.426h1.644a.94.94 0 0 0 .105-.426a.917.917 0 0 0-.927-.909m6.471-2.469s.155-.082.155-.448c0-4.76-3.829-8.744-8.684-8.748h-4.147c-2.426-.002-4.61.962-6.168 2.552c-1.562 1.587-2.503 3.803-2.501 6.26c0 .345.144.388.144.388A4.02 4.02 0 0 0 3 16.878a4.01 4.01 0 0 0 2.868 3.846l.139 2.952l.005.042C6.558 27.892 10.082 31 14.249 31h3.518c4.167 0 7.691-3.109 8.236-7.282l.006-.043l.133-2.953a4.01 4.01 0 0 0 2.859-3.844a4.02 4.02 0 0 0-2.406-3.682m-1.477 5.684l-.898.054l-.205 4.541c-.423 3.159-3.089 5.507-6.248 5.508h-3.518c-3.16 0-5.825-2.349-6.249-5.508l-.214-4.543l-.899-.052A2 2 0 0 1 5 16.878A2.01 2.01 0 0 1 6.628 14.9l.87-.166s-.248-1.637-.248-1.922c.001-1.94.731-3.626 1.922-4.841c1.194-1.213 2.845-1.952 4.747-1.954h4.147a6.6 6.6 0 0 1 4.742 1.994a6.76 6.76 0 0 1 1.942 4.737c0 .3-.255 1.988-.255 1.988l.871.163A2.01 2.01 0 0 1 27 16.878a2.003 2.003 0 0 1-1.882 2.002m-4.607-4.38a2.535 2.535 0 0 0-2.504 2.016a.414.414 0 0 0 .416.484h.145a1.5 1.5 0 0 1-.058-.426c-.01-.891.725-1.601 1.624-1.601s1.634.71 1.634 1.601c0 .151-.02.284-.058.426h.782c.329 0 .57-.295.493-.608a2.55 2.55 0 0 0-2.474-1.892"/></svg>
</template>

CSS

.icon-person-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.866%2014.893c.899%200%201.624.738%201.624%201.664q0%20.237-.058.443h.145a.425.425%200%200%200%20.416-.504c-.232-1.196-1.266-2.096-2.504-2.096c-1.189%200-2.194.84-2.475%201.967a.51.51%200%200%200%20.494.633h.782a1.7%201.7%200%200%201-.058-.443c0-.926.735-1.664%201.634-1.664m-1.87-1.154l.005-.004l.031-.022l.14-.09a4.12%204.12%200%200%201%202.585-.53a.516.516%200%201%200%20.126-1.027a5.17%205.17%200%200%200-3.242.67l-.197.126l-.056.04l-.016.013l-.006.003l-.004.003a.517.517%200%200%200%20.634.818M15.267%2021h1.467c.688%200%201.173-.662.971-1.304l-.991-3.17c-.212-.702-1.203-.702-1.426%200l-.991%203.17a1.004%201.004%200%200%200%20.97%201.304m3.316%201.533a5.6%205.6%200%200%201-2.583.612a5.6%205.6%200%200%201-2.583-.612c-.256-.13-.53.157-.369.39A3.53%203.53%200%200%200%2016%2024.5a3.53%203.53%200%200%200%202.952-1.577c.161-.241-.113-.52-.369-.39m-6.717-6.922a.9.9%200%200%200-.373.08a.3.3%200%200%201%20.103.229c0%20.166-.13.3-.29.3a.29.29%200%200%201-.243-.136a.96.96%200%200%200-.124.473q.002.237.106.443h1.643a1%201%200%200%200%20.106-.443a.937.937%200%200%200-.928-.946m9.812-3.438c-.568-.179-1.278-.227-2.261-.107a.517.517%200%201%200%20.126%201.027c.896-.11%201.446-.053%201.824.066c.37.117.62.305.913.561a.516.516%200%201%200%20.679-.779c-.326-.286-.706-.587-1.281-.768m-1.554%203.492a.9.9%200%200%200-.335.061a.29.29%200%201%201-.437.343a.9.9%200%200%200-.156.505q.002.226.106.426h1.644a.94.94%200%200%200%20.105-.426a.917.917%200%200%200-.927-.909m6.471-2.469s.155-.082.155-.448c0-4.76-3.829-8.744-8.684-8.748h-4.147c-2.426-.002-4.61.962-6.168%202.552c-1.562%201.587-2.503%203.803-2.501%206.26c0%20.345.144.388.144.388A4.02%204.02%200%200%200%203%2016.878a4.01%204.01%200%200%200%202.868%203.846l.139%202.952l.005.042C6.558%2027.892%2010.082%2031%2014.249%2031h3.518c4.167%200%207.691-3.109%208.236-7.282l.006-.043l.133-2.953a4.01%204.01%200%200%200%202.859-3.844a4.02%204.02%200%200%200-2.406-3.682m-1.477%205.684l-.898.054l-.205%204.541c-.423%203.159-3.089%205.507-6.248%205.508h-3.518c-3.16%200-5.825-2.349-6.249-5.508l-.214-4.543l-.899-.052A2%202%200%200%201%205%2016.878A2.01%202.01%200%200%201%206.628%2014.9l.87-.166s-.248-1.637-.248-1.922c.001-1.94.731-3.626%201.922-4.841c1.194-1.213%202.845-1.952%204.747-1.954h4.147a6.6%206.6%200%200%201%204.742%201.994a6.76%206.76%200%200%201%201.942%204.737c0%20.3-.255%201.988-.255%201.988l.871.163A2.01%202.01%200%200%201%2027%2016.878a2.003%202.003%200%200%201-1.882%202.002m-4.607-4.38a2.535%202.535%200%200%200-2.504%202.016a.414.414%200%200%200%20.416.484h.145a1.5%201.5%200%200%201-.058-.426c-.01-.891.725-1.601%201.624-1.601s1.634.71%201.634%201.601c0%20.151-.02.284-.058.426h.782c.329%200%20.57-.295.493-.608a2.55%202.55%200%200%200-2.474-1.892%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.866%2014.893c.899%200%201.624.738%201.624%201.664q0%20.237-.058.443h.145a.425.425%200%200%200%20.416-.504c-.232-1.196-1.266-2.096-2.504-2.096c-1.189%200-2.194.84-2.475%201.967a.51.51%200%200%200%20.494.633h.782a1.7%201.7%200%200%201-.058-.443c0-.926.735-1.664%201.634-1.664m-1.87-1.154l.005-.004l.031-.022l.14-.09a4.12%204.12%200%200%201%202.585-.53a.516.516%200%201%200%20.126-1.027a5.17%205.17%200%200%200-3.242.67l-.197.126l-.056.04l-.016.013l-.006.003l-.004.003a.517.517%200%200%200%20.634.818M15.267%2021h1.467c.688%200%201.173-.662.971-1.304l-.991-3.17c-.212-.702-1.203-.702-1.426%200l-.991%203.17a1.004%201.004%200%200%200%20.97%201.304m3.316%201.533a5.6%205.6%200%200%201-2.583.612a5.6%205.6%200%200%201-2.583-.612c-.256-.13-.53.157-.369.39A3.53%203.53%200%200%200%2016%2024.5a3.53%203.53%200%200%200%202.952-1.577c.161-.241-.113-.52-.369-.39m-6.717-6.922a.9.9%200%200%200-.373.08a.3.3%200%200%201%20.103.229c0%20.166-.13.3-.29.3a.29.29%200%200%201-.243-.136a.96.96%200%200%200-.124.473q.002.237.106.443h1.643a1%201%200%200%200%20.106-.443a.937.937%200%200%200-.928-.946m9.812-3.438c-.568-.179-1.278-.227-2.261-.107a.517.517%200%201%200%20.126%201.027c.896-.11%201.446-.053%201.824.066c.37.117.62.305.913.561a.516.516%200%201%200%20.679-.779c-.326-.286-.706-.587-1.281-.768m-1.554%203.492a.9.9%200%200%200-.335.061a.29.29%200%201%201-.437.343a.9.9%200%200%200-.156.505q.002.226.106.426h1.644a.94.94%200%200%200%20.105-.426a.917.917%200%200%200-.927-.909m6.471-2.469s.155-.082.155-.448c0-4.76-3.829-8.744-8.684-8.748h-4.147c-2.426-.002-4.61.962-6.168%202.552c-1.562%201.587-2.503%203.803-2.501%206.26c0%20.345.144.388.144.388A4.02%204.02%200%200%200%203%2016.878a4.01%204.01%200%200%200%202.868%203.846l.139%202.952l.005.042C6.558%2027.892%2010.082%2031%2014.249%2031h3.518c4.167%200%207.691-3.109%208.236-7.282l.006-.043l.133-2.953a4.01%204.01%200%200%200%202.859-3.844a4.02%204.02%200%200%200-2.406-3.682m-1.477%205.684l-.898.054l-.205%204.541c-.423%203.159-3.089%205.507-6.248%205.508h-3.518c-3.16%200-5.825-2.349-6.249-5.508l-.214-4.543l-.899-.052A2%202%200%200%201%205%2016.878A2.01%202.01%200%200%201%206.628%2014.9l.87-.166s-.248-1.637-.248-1.922c.001-1.94.731-3.626%201.922-4.841c1.194-1.213%202.845-1.952%204.747-1.954h4.147a6.6%206.6%200%200%201%204.742%201.994a6.76%206.76%200%200%201%201.942%204.737c0%20.3-.255%201.988-.255%201.988l.871.163A2.01%202.01%200%200%201%2027%2016.878a2.003%202.003%200%200%201-1.882%202.002m-4.607-4.38a2.535%202.535%200%200%200-2.504%202.016a.414.414%200%200%200%20.416.484h.145a1.5%201.5%200%200%201-.058-.426c-.01-.891.725-1.601%201.624-1.601s1.634.71%201.634%201.601c0%20.151-.02.284-.058.426h.782c.329%200%20.57-.295.493-.608a2.55%202.55%200%200%200-2.474-1.892%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/person-bald.svg?color=%231a73e8&size=48