old-man-medium-dark-skin-tone from Twitter Emoji by Twitter · Medium-dark skin tone · People & Body · CC-BY-4.0 Attribution required.

Name
old-man-medium-dark-skin-tone
Set
Twitter Emoji
Style
Medium-dark skin tone
Category
People & Body
Viewbox
36×36
License
CC BY 4.0

5 other variants in Twitter Emoji

The same emoji in other sets

More people & body icons from Twitter Emoji

Use the old man emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#d1d3d4" d="M32.733 10.633C32.733 14.702 26.137 18 18 18S3.267 14.702 3.267 10.633S4.4 2 18 2s14.733 4.564 14.733 8.633"/><path fill="#af7e57" d="M32.167 13.466c-.318 0-.619.103-.904.258C29.903 6.108 24.486 1 18 1C11.513 1 6.097 6.108 4.737 13.724c-.285-.154-.586-.257-.904-.257C2.269 13.466 1 15.497 1 18s1.269 4.533 2.833 4.533c.381 0 .743-.124 1.075-.342C6.503 29.574 11.753 35 18 35s11.497-5.426 13.091-12.81c.332.219.695.343 1.076.343C33.731 22.533 35 20.504 35 18c0-2.503-1.269-4.534-2.833-4.534"/><path fill="#60352a" d="M11.201 19a1 1 0 0 1-.448-1.895l2.267-1.133a1.001 1.001 0 0 1 .895 1.789l-2.267 1.133a1 1 0 0 1-.447.106m13.598 0c-.15 0-.303-.034-.446-.105l-2.267-1.133a1 1 0 0 1 .895-1.789l2.267 1.133A1 1 0 0 1 24.799 19"/><path fill="#d1d3d4" d="M26 14h-3a1 1 0 1 1 0-2h3a1 1 0 1 1 0 2m-13 0h-3a1 1 0 0 1 0-2h3a1 1 0 0 1 0 2"/><path fill="#915a34" d="M18 30.333c-2.474 0-4.879-1.188-4.981-1.238a1 1 0 0 1 .893-1.79c.021.011 2.094 1.028 4.087 1.028c2.008 0 4.065-1.017 4.086-1.027a1 1 0 0 1 .895 1.789c-.101.051-2.505 1.238-4.98 1.238M19 25h-2a1 1 0 1 1 0-2h2a1 1 0 1 1 0 2"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiOldManMediumDarkSkinTone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#d1d3d4" d="M32.733 10.633C32.733 14.702 26.137 18 18 18S3.267 14.702 3.267 10.633S4.4 2 18 2s14.733 4.564 14.733 8.633"/><path fill="#af7e57" d="M32.167 13.466c-.318 0-.619.103-.904.258C29.903 6.108 24.486 1 18 1C11.513 1 6.097 6.108 4.737 13.724c-.285-.154-.586-.257-.904-.257C2.269 13.466 1 15.497 1 18s1.269 4.533 2.833 4.533c.381 0 .743-.124 1.075-.342C6.503 29.574 11.753 35 18 35s11.497-5.426 13.091-12.81c.332.219.695.343 1.076.343C33.731 22.533 35 20.504 35 18c0-2.503-1.269-4.534-2.833-4.534"/><path fill="#60352a" d="M11.201 19a1 1 0 0 1-.448-1.895l2.267-1.133a1.001 1.001 0 0 1 .895 1.789l-2.267 1.133a1 1 0 0 1-.447.106m13.598 0c-.15 0-.303-.034-.446-.105l-2.267-1.133a1 1 0 0 1 .895-1.789l2.267 1.133A1 1 0 0 1 24.799 19"/><path fill="#d1d3d4" d="M26 14h-3a1 1 0 1 1 0-2h3a1 1 0 1 1 0 2m-13 0h-3a1 1 0 0 1 0-2h3a1 1 0 0 1 0 2"/><path fill="#915a34" d="M18 30.333c-2.474 0-4.879-1.188-4.981-1.238a1 1 0 0 1 .893-1.79c.021.011 2.094 1.028 4.087 1.028c2.008 0 4.065-1.017 4.086-1.027a1 1 0 0 1 .895 1.789c-.101.051-2.505 1.238-4.98 1.238M19 25h-2a1 1 0 1 1 0-2h2a1 1 0 1 1 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#d1d3d4" d="M32.733 10.633C32.733 14.702 26.137 18 18 18S3.267 14.702 3.267 10.633S4.4 2 18 2s14.733 4.564 14.733 8.633"/><path fill="#af7e57" d="M32.167 13.466c-.318 0-.619.103-.904.258C29.903 6.108 24.486 1 18 1C11.513 1 6.097 6.108 4.737 13.724c-.285-.154-.586-.257-.904-.257C2.269 13.466 1 15.497 1 18s1.269 4.533 2.833 4.533c.381 0 .743-.124 1.075-.342C6.503 29.574 11.753 35 18 35s11.497-5.426 13.091-12.81c.332.219.695.343 1.076.343C33.731 22.533 35 20.504 35 18c0-2.503-1.269-4.534-2.833-4.534"/><path fill="#60352a" d="M11.201 19a1 1 0 0 1-.448-1.895l2.267-1.133a1.001 1.001 0 0 1 .895 1.789l-2.267 1.133a1 1 0 0 1-.447.106m13.598 0c-.15 0-.303-.034-.446-.105l-2.267-1.133a1 1 0 0 1 .895-1.789l2.267 1.133A1 1 0 0 1 24.799 19"/><path fill="#d1d3d4" d="M26 14h-3a1 1 0 1 1 0-2h3a1 1 0 1 1 0 2m-13 0h-3a1 1 0 0 1 0-2h3a1 1 0 0 1 0 2"/><path fill="#915a34" d="M18 30.333c-2.474 0-4.879-1.188-4.981-1.238a1 1 0 0 1 .893-1.79c.021.011 2.094 1.028 4.087 1.028c2.008 0 4.065-1.017 4.086-1.027a1 1 0 0 1 .895 1.789c-.101.051-2.505 1.238-4.98 1.238M19 25h-2a1 1 0 1 1 0-2h2a1 1 0 1 1 0 2"/></svg>
</template>

CSS

.icon-old-man-medium-dark-skin-tone {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%23d1d3d4%22%20d%3D%22M32.733%2010.633C32.733%2014.702%2026.137%2018%2018%2018S3.267%2014.702%203.267%2010.633S4.4%202%2018%202s14.733%204.564%2014.733%208.633%22%2F%3E%3Cpath%20fill%3D%22%23af7e57%22%20d%3D%22M32.167%2013.466c-.318%200-.619.103-.904.258C29.903%206.108%2024.486%201%2018%201C11.513%201%206.097%206.108%204.737%2013.724c-.285-.154-.586-.257-.904-.257C2.269%2013.466%201%2015.497%201%2018s1.269%204.533%202.833%204.533c.381%200%20.743-.124%201.075-.342C6.503%2029.574%2011.753%2035%2018%2035s11.497-5.426%2013.091-12.81c.332.219.695.343%201.076.343C33.731%2022.533%2035%2020.504%2035%2018c0-2.503-1.269-4.534-2.833-4.534%22%2F%3E%3Cpath%20fill%3D%22%2360352a%22%20d%3D%22M11.201%2019a1%201%200%200%201-.448-1.895l2.267-1.133a1.001%201.001%200%200%201%20.895%201.789l-2.267%201.133a1%201%200%200%201-.447.106m13.598%200c-.15%200-.303-.034-.446-.105l-2.267-1.133a1%201%200%200%201%20.895-1.789l2.267%201.133A1%201%200%200%201%2024.799%2019%22%2F%3E%3Cpath%20fill%3D%22%23d1d3d4%22%20d%3D%22M26%2014h-3a1%201%200%201%201%200-2h3a1%201%200%201%201%200%202m-13%200h-3a1%201%200%200%201%200-2h3a1%201%200%200%201%200%202%22%2F%3E%3Cpath%20fill%3D%22%23915a34%22%20d%3D%22M18%2030.333c-2.474%200-4.879-1.188-4.981-1.238a1%201%200%200%201%20.893-1.79c.021.011%202.094%201.028%204.087%201.028c2.008%200%204.065-1.017%204.086-1.027a1%201%200%200%201%20.895%201.789c-.101.051-2.505%201.238-4.98%201.238M19%2025h-2a1%201%200%201%201%200-2h2a1%201%200%201%201%200%202%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23d1d3d4%22%20d%3D%22M32.733%2010.633C32.733%2014.702%2026.137%2018%2018%2018S3.267%2014.702%203.267%2010.633S4.4%202%2018%202s14.733%204.564%2014.733%208.633%22%2F%3E%3Cpath%20fill%3D%22%23af7e57%22%20d%3D%22M32.167%2013.466c-.318%200-.619.103-.904.258C29.903%206.108%2024.486%201%2018%201C11.513%201%206.097%206.108%204.737%2013.724c-.285-.154-.586-.257-.904-.257C2.269%2013.466%201%2015.497%201%2018s1.269%204.533%202.833%204.533c.381%200%20.743-.124%201.075-.342C6.503%2029.574%2011.753%2035%2018%2035s11.497-5.426%2013.091-12.81c.332.219.695.343%201.076.343C33.731%2022.533%2035%2020.504%2035%2018c0-2.503-1.269-4.534-2.833-4.534%22%2F%3E%3Cpath%20fill%3D%22%2360352a%22%20d%3D%22M11.201%2019a1%201%200%200%201-.448-1.895l2.267-1.133a1.001%201.001%200%200%201%20.895%201.789l-2.267%201.133a1%201%200%200%201-.447.106m13.598%200c-.15%200-.303-.034-.446-.105l-2.267-1.133a1%201%200%200%201%20.895-1.789l2.267%201.133A1%201%200%200%201%2024.799%2019%22%2F%3E%3Cpath%20fill%3D%22%23d1d3d4%22%20d%3D%22M26%2014h-3a1%201%200%201%201%200-2h3a1%201%200%201%201%200%202m-13%200h-3a1%201%200%200%201%200-2h3a1%201%200%200%201%200%202%22%2F%3E%3Cpath%20fill%3D%22%23915a34%22%20d%3D%22M18%2030.333c-2.474%200-4.879-1.188-4.981-1.238a1%201%200%200%201%20.893-1.79c.021.011%202.094%201.028%204.087%201.028c2.008%200%204.065-1.017%204.086-1.027a1%201%200%200%201%20.895%201.789c-.101.051-2.505%201.238-4.98%201.238M19%2025h-2a1%201%200%201%201%200-2h2a1%201%200%201%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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