person bald emoji

person-bald from Noto Emoji by Google Inc · Default · People & Body · Apache-2.0 Free for personal and commercial use.

Name
person-bald
Set
Noto Emoji
Style
Default
Category
People & Body
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More people & body icons from Noto Emoji

Use the person bald emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="SVG87ixkcXv" x1="64" x2="64" y1="20.975" y2="4.199" gradientTransform="matrix(1 0 0 -1 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f78c1f"/><stop offset=".494" stop-color="#f37f21"/><stop offset="1" stop-color="#ed6d23"/></linearGradient><path fill="url(#SVG87ixkcXv)" d="M64.13 94.68H64c-25.49.03-51.13 7.5-51.13 25.28V124h102.27v-4.04c-.01-16.76-25.41-25.28-51.01-25.28"/><path fill="#e59600" d="M54.92 90.08v9.98c0 4.51 3.7 8.17 8.26 8.17h1.65c4.56 0 8.26-3.66 8.26-8.17v-9.98zm36.41-39.65H36.67c-5.89 0-10.71 5.14-10.71 11.41s4.82 11.41 10.71 11.41h54.65c5.89 0 10.71-5.14 10.71-11.41s-4.81-11.41-10.7-11.41"/><path fill="#ffca28" d="M64 11.07c-21.36 0-33.52 18.61-33.52 45.4c0 26.64 16.61 39.81 33.52 39.81S97.52 83.1 97.52 56.46c0-26.78-12.16-45.39-33.52-45.39"/><g fill="#404040"><ellipse cx="47.56" cy="58.81" rx="4.93" ry="5.1"/><ellipse cx="80.44" cy="58.81" rx="4.93" ry="5.1"/></g><path fill="#6d4c41" d="M54.99 49.82c-.93-1.23-3.07-3.01-7.23-3.01s-6.31 1.79-7.23 3.01c-.41.54-.31 1.17-.02 1.55c.26.35 1.04.68 1.9.39s2.54-1.16 5.35-1.18c2.81.02 4.49.89 5.35 1.18s1.64-.03 1.9-.39c.28-.38.38-1.01-.02-1.55m32.49 0c-.93-1.23-3.07-3.01-7.23-3.01s-6.31 1.79-7.23 3.01c-.41.54-.31 1.17-.02 1.55c.26.35 1.04.68 1.9.39s2.54-1.16 5.35-1.18c2.81.02 4.49.89 5.35 1.18s1.64-.03 1.9-.39c.29-.38.39-1.01-.02-1.55"/><path fill="#e59600" d="M67.86 68.06c-.11-.04-.21-.07-.32-.08h-7.08c-.11.01-.22.04-.32.08c-.64.26-.99.92-.69 1.63s1.71 2.69 4.55 2.69s4.25-1.99 4.55-2.69c.3-.71-.05-1.37-.69-1.63"/><path fill="#795548" d="M72.42 76.14c-3.18 1.89-13.63 1.89-16.81 0c-1.83-1.09-3.7.58-2.94 2.24c.75 1.63 6.44 5.42 11.37 5.42s10.55-3.79 11.3-5.42c.75-1.66-1.09-3.33-2.92-2.24"/></svg>

React

import type { SVGProps } from "react";

export function NotoPersonBald(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="SVG87ixkcXv" x1="64" x2="64" y1="20.975" y2="4.199" gradientTransform="matrix(1 0 0 -1 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#f78c1f"/><stop offset=".494" stopColor="#f37f21"/><stop offset="1" stopColor="#ed6d23"/></linearGradient><path fill="url(#SVG87ixkcXv)" d="M64.13 94.68H64c-25.49.03-51.13 7.5-51.13 25.28V124h102.27v-4.04c-.01-16.76-25.41-25.28-51.01-25.28"/><path fill="#e59600" d="M54.92 90.08v9.98c0 4.51 3.7 8.17 8.26 8.17h1.65c4.56 0 8.26-3.66 8.26-8.17v-9.98zm36.41-39.65H36.67c-5.89 0-10.71 5.14-10.71 11.41s4.82 11.41 10.71 11.41h54.65c5.89 0 10.71-5.14 10.71-11.41s-4.81-11.41-10.7-11.41"/><path fill="#ffca28" d="M64 11.07c-21.36 0-33.52 18.61-33.52 45.4c0 26.64 16.61 39.81 33.52 39.81S97.52 83.1 97.52 56.46c0-26.78-12.16-45.39-33.52-45.39"/><g fill="#404040"><ellipse cx="47.56" cy="58.81" rx="4.93" ry="5.1"/><ellipse cx="80.44" cy="58.81" rx="4.93" ry="5.1"/></g><path fill="#6d4c41" d="M54.99 49.82c-.93-1.23-3.07-3.01-7.23-3.01s-6.31 1.79-7.23 3.01c-.41.54-.31 1.17-.02 1.55c.26.35 1.04.68 1.9.39s2.54-1.16 5.35-1.18c2.81.02 4.49.89 5.35 1.18s1.64-.03 1.9-.39c.28-.38.38-1.01-.02-1.55m32.49 0c-.93-1.23-3.07-3.01-7.23-3.01s-6.31 1.79-7.23 3.01c-.41.54-.31 1.17-.02 1.55c.26.35 1.04.68 1.9.39s2.54-1.16 5.35-1.18c2.81.02 4.49.89 5.35 1.18s1.64-.03 1.9-.39c.29-.38.39-1.01-.02-1.55"/><path fill="#e59600" d="M67.86 68.06c-.11-.04-.21-.07-.32-.08h-7.08c-.11.01-.22.04-.32.08c-.64.26-.99.92-.69 1.63s1.71 2.69 4.55 2.69s4.25-1.99 4.55-2.69c.3-.71-.05-1.37-.69-1.63"/><path fill="#795548" d="M72.42 76.14c-3.18 1.89-13.63 1.89-16.81 0c-1.83-1.09-3.7.58-2.94 2.24c.75 1.63 6.44 5.42 11.37 5.42s10.55-3.79 11.3-5.42c.75-1.66-1.09-3.33-2.92-2.24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="SVG87ixkcXv" x1="64" x2="64" y1="20.975" y2="4.199" gradientTransform="matrix(1 0 0 -1 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f78c1f"/><stop offset=".494" stop-color="#f37f21"/><stop offset="1" stop-color="#ed6d23"/></linearGradient><path fill="url(#SVG87ixkcXv)" d="M64.13 94.68H64c-25.49.03-51.13 7.5-51.13 25.28V124h102.27v-4.04c-.01-16.76-25.41-25.28-51.01-25.28"/><path fill="#e59600" d="M54.92 90.08v9.98c0 4.51 3.7 8.17 8.26 8.17h1.65c4.56 0 8.26-3.66 8.26-8.17v-9.98zm36.41-39.65H36.67c-5.89 0-10.71 5.14-10.71 11.41s4.82 11.41 10.71 11.41h54.65c5.89 0 10.71-5.14 10.71-11.41s-4.81-11.41-10.7-11.41"/><path fill="#ffca28" d="M64 11.07c-21.36 0-33.52 18.61-33.52 45.4c0 26.64 16.61 39.81 33.52 39.81S97.52 83.1 97.52 56.46c0-26.78-12.16-45.39-33.52-45.39"/><g fill="#404040"><ellipse cx="47.56" cy="58.81" rx="4.93" ry="5.1"/><ellipse cx="80.44" cy="58.81" rx="4.93" ry="5.1"/></g><path fill="#6d4c41" d="M54.99 49.82c-.93-1.23-3.07-3.01-7.23-3.01s-6.31 1.79-7.23 3.01c-.41.54-.31 1.17-.02 1.55c.26.35 1.04.68 1.9.39s2.54-1.16 5.35-1.18c2.81.02 4.49.89 5.35 1.18s1.64-.03 1.9-.39c.28-.38.38-1.01-.02-1.55m32.49 0c-.93-1.23-3.07-3.01-7.23-3.01s-6.31 1.79-7.23 3.01c-.41.54-.31 1.17-.02 1.55c.26.35 1.04.68 1.9.39s2.54-1.16 5.35-1.18c2.81.02 4.49.89 5.35 1.18s1.64-.03 1.9-.39c.29-.38.39-1.01-.02-1.55"/><path fill="#e59600" d="M67.86 68.06c-.11-.04-.21-.07-.32-.08h-7.08c-.11.01-.22.04-.32.08c-.64.26-.99.92-.69 1.63s1.71 2.69 4.55 2.69s4.25-1.99 4.55-2.69c.3-.71-.05-1.37-.69-1.63"/><path fill="#795548" d="M72.42 76.14c-3.18 1.89-13.63 1.89-16.81 0c-1.83-1.09-3.7.58-2.94 2.24c.75 1.63 6.44 5.42 11.37 5.42s10.55-3.79 11.3-5.42c.75-1.66-1.09-3.33-2.92-2.24"/></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%20128%20128%22%3E%3ClinearGradient%20id%3D%22SVG87ixkcXv%22%20x1%3D%2264%22%20x2%3D%2264%22%20y1%3D%2220.975%22%20y2%3D%224.199%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f78c1f%22%2F%3E%3Cstop%20offset%3D%22.494%22%20stop-color%3D%22%23f37f21%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ed6d23%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVG87ixkcXv)%22%20d%3D%22M64.13%2094.68H64c-25.49.03-51.13%207.5-51.13%2025.28V124h102.27v-4.04c-.01-16.76-25.41-25.28-51.01-25.28%22%2F%3E%3Cpath%20fill%3D%22%23e59600%22%20d%3D%22M54.92%2090.08v9.98c0%204.51%203.7%208.17%208.26%208.17h1.65c4.56%200%208.26-3.66%208.26-8.17v-9.98zm36.41-39.65H36.67c-5.89%200-10.71%205.14-10.71%2011.41s4.82%2011.41%2010.71%2011.41h54.65c5.89%200%2010.71-5.14%2010.71-11.41s-4.81-11.41-10.7-11.41%22%2F%3E%3Cpath%20fill%3D%22%23ffca28%22%20d%3D%22M64%2011.07c-21.36%200-33.52%2018.61-33.52%2045.4c0%2026.64%2016.61%2039.81%2033.52%2039.81S97.52%2083.1%2097.52%2056.46c0-26.78-12.16-45.39-33.52-45.39%22%2F%3E%3Cg%20fill%3D%22%23404040%22%3E%3Cellipse%20cx%3D%2247.56%22%20cy%3D%2258.81%22%20rx%3D%224.93%22%20ry%3D%225.1%22%2F%3E%3Cellipse%20cx%3D%2280.44%22%20cy%3D%2258.81%22%20rx%3D%224.93%22%20ry%3D%225.1%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%236d4c41%22%20d%3D%22M54.99%2049.82c-.93-1.23-3.07-3.01-7.23-3.01s-6.31%201.79-7.23%203.01c-.41.54-.31%201.17-.02%201.55c.26.35%201.04.68%201.9.39s2.54-1.16%205.35-1.18c2.81.02%204.49.89%205.35%201.18s1.64-.03%201.9-.39c.28-.38.38-1.01-.02-1.55m32.49%200c-.93-1.23-3.07-3.01-7.23-3.01s-6.31%201.79-7.23%203.01c-.41.54-.31%201.17-.02%201.55c.26.35%201.04.68%201.9.39s2.54-1.16%205.35-1.18c2.81.02%204.49.89%205.35%201.18s1.64-.03%201.9-.39c.29-.38.39-1.01-.02-1.55%22%2F%3E%3Cpath%20fill%3D%22%23e59600%22%20d%3D%22M67.86%2068.06c-.11-.04-.21-.07-.32-.08h-7.08c-.11.01-.22.04-.32.08c-.64.26-.99.92-.69%201.63s1.71%202.69%204.55%202.69s4.25-1.99%204.55-2.69c.3-.71-.05-1.37-.69-1.63%22%2F%3E%3Cpath%20fill%3D%22%23795548%22%20d%3D%22M72.42%2076.14c-3.18%201.89-13.63%201.89-16.81%200c-1.83-1.09-3.7.58-2.94%202.24c.75%201.63%206.44%205.42%2011.37%205.42s10.55-3.79%2011.3-5.42c.75-1.66-1.09-3.33-2.92-2.24%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%20128%20128%22%3E%3ClinearGradient%20id%3D%22SVG87ixkcXv%22%20x1%3D%2264%22%20x2%3D%2264%22%20y1%3D%2220.975%22%20y2%3D%224.199%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f78c1f%22%2F%3E%3Cstop%20offset%3D%22.494%22%20stop-color%3D%22%23f37f21%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ed6d23%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVG87ixkcXv)%22%20d%3D%22M64.13%2094.68H64c-25.49.03-51.13%207.5-51.13%2025.28V124h102.27v-4.04c-.01-16.76-25.41-25.28-51.01-25.28%22%2F%3E%3Cpath%20fill%3D%22%23e59600%22%20d%3D%22M54.92%2090.08v9.98c0%204.51%203.7%208.17%208.26%208.17h1.65c4.56%200%208.26-3.66%208.26-8.17v-9.98zm36.41-39.65H36.67c-5.89%200-10.71%205.14-10.71%2011.41s4.82%2011.41%2010.71%2011.41h54.65c5.89%200%2010.71-5.14%2010.71-11.41s-4.81-11.41-10.7-11.41%22%2F%3E%3Cpath%20fill%3D%22%23ffca28%22%20d%3D%22M64%2011.07c-21.36%200-33.52%2018.61-33.52%2045.4c0%2026.64%2016.61%2039.81%2033.52%2039.81S97.52%2083.1%2097.52%2056.46c0-26.78-12.16-45.39-33.52-45.39%22%2F%3E%3Cg%20fill%3D%22%23404040%22%3E%3Cellipse%20cx%3D%2247.56%22%20cy%3D%2258.81%22%20rx%3D%224.93%22%20ry%3D%225.1%22%2F%3E%3Cellipse%20cx%3D%2280.44%22%20cy%3D%2258.81%22%20rx%3D%224.93%22%20ry%3D%225.1%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%236d4c41%22%20d%3D%22M54.99%2049.82c-.93-1.23-3.07-3.01-7.23-3.01s-6.31%201.79-7.23%203.01c-.41.54-.31%201.17-.02%201.55c.26.35%201.04.68%201.9.39s2.54-1.16%205.35-1.18c2.81.02%204.49.89%205.35%201.18s1.64-.03%201.9-.39c.28-.38.38-1.01-.02-1.55m32.49%200c-.93-1.23-3.07-3.01-7.23-3.01s-6.31%201.79-7.23%203.01c-.41.54-.31%201.17-.02%201.55c.26.35%201.04.68%201.9.39s2.54-1.16%205.35-1.18c2.81.02%204.49.89%205.35%201.18s1.64-.03%201.9-.39c.29-.38.39-1.01-.02-1.55%22%2F%3E%3Cpath%20fill%3D%22%23e59600%22%20d%3D%22M67.86%2068.06c-.11-.04-.21-.07-.32-.08h-7.08c-.11.01-.22.04-.32.08c-.64.26-.99.92-.69%201.63s1.71%202.69%204.55%202.69s4.25-1.99%204.55-2.69c.3-.71-.05-1.37-.69-1.63%22%2F%3E%3Cpath%20fill%3D%22%23795548%22%20d%3D%22M72.42%2076.14c-3.18%201.89-13.63%201.89-16.81%200c-1.83-1.09-3.7.58-2.94%202.24c.75%201.63%206.44%205.42%2011.37%205.42s10.55-3.79%2011.3-5.42c.75-1.66-1.09-3.33-2.92-2.24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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