circled human figure emoji

circled-human-figure from OpenMoji by OpenMoji · Default · Extras Unicode · CC-BY-SA-4.0 Attribution required.

Name
circled-human-figure
Set
OpenMoji
Style
Default
Category
Extras Unicode
Viewbox
72×72
License
CC BY-SA 4.0

More extras unicode icons from OpenMoji

Use the circled human figure emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="26.68" fill="#fff" fill-rule="evenodd"/><g stroke="#000" stroke-linecap="round" stroke-linejoin="round"><circle cx="36" cy="36" r="26.68" fill="none" stroke-width="4.75"/><circle cx="36" cy="19.355" r="2" stroke-width="1.33"/><path stroke-width="1.33" d="M30.028 39.967H41.97l-.527-12.658c-.097-1.852-1.616-3.31-3.446-3.33h-3.973a3.514 3.514 0 0 0-3.47 3.33z"/><path stroke-width="1.33" d="M32.694 27.976L31.43 53.29c-.037.733.383 1.333.932 1.333a1.38 1.38 0 0 0 1.152-1.324l1.692-14.676c.084-.729.452-1.324.818-1.324s.733.595.82 1.324L38.535 53.3a1.38 1.38 0 0 0 1.152 1.324c.55 0 .969-.6.932-1.333l-1.266-25.315z"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiCircledHumanFigure(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="26.68" fill="#fff" fillRule="evenodd"/><g stroke="#000" strokeLinecap="round" strokeLinejoin="round"><circle cx="36" cy="36" r="26.68" fill="none" strokeWidth="4.75"/><circle cx="36" cy="19.355" r="2" strokeWidth="1.33"/><path strokeWidth="1.33" d="M30.028 39.967H41.97l-.527-12.658c-.097-1.852-1.616-3.31-3.446-3.33h-3.973a3.514 3.514 0 0 0-3.47 3.33z"/><path strokeWidth="1.33" d="M32.694 27.976L31.43 53.29c-.037.733.383 1.333.932 1.333a1.38 1.38 0 0 0 1.152-1.324l1.692-14.676c.084-.729.452-1.324.818-1.324s.733.595.82 1.324L38.535 53.3a1.38 1.38 0 0 0 1.152 1.324c.55 0 .969-.6.932-1.333l-1.266-25.315z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="26.68" fill="#fff" fill-rule="evenodd"/><g stroke="#000" stroke-linecap="round" stroke-linejoin="round"><circle cx="36" cy="36" r="26.68" fill="none" stroke-width="4.75"/><circle cx="36" cy="19.355" r="2" stroke-width="1.33"/><path stroke-width="1.33" d="M30.028 39.967H41.97l-.527-12.658c-.097-1.852-1.616-3.31-3.446-3.33h-3.973a3.514 3.514 0 0 0-3.47 3.33z"/><path stroke-width="1.33" d="M32.694 27.976L31.43 53.29c-.037.733.383 1.333.932 1.333a1.38 1.38 0 0 0 1.152-1.324l1.692-14.676c.084-.729.452-1.324.818-1.324s.733.595.82 1.324L38.535 53.3a1.38 1.38 0 0 0 1.152 1.324c.55 0 .969-.6.932-1.333l-1.266-25.315z"/></g></svg>
</template>

CSS

.icon-circled-human-figure {
  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%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2226.68%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cg%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2226.68%22%20fill%3D%22none%22%20stroke-width%3D%224.75%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2219.355%22%20r%3D%222%22%20stroke-width%3D%221.33%22%2F%3E%3Cpath%20stroke-width%3D%221.33%22%20d%3D%22M30.028%2039.967H41.97l-.527-12.658c-.097-1.852-1.616-3.31-3.446-3.33h-3.973a3.514%203.514%200%200%200-3.47%203.33z%22%2F%3E%3Cpath%20stroke-width%3D%221.33%22%20d%3D%22M32.694%2027.976L31.43%2053.29c-.037.733.383%201.333.932%201.333a1.38%201.38%200%200%200%201.152-1.324l1.692-14.676c.084-.729.452-1.324.818-1.324s.733.595.82%201.324L38.535%2053.3a1.38%201.38%200%200%200%201.152%201.324c.55%200%20.969-.6.932-1.333l-1.266-25.315z%22%2F%3E%3C%2Fg%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%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2226.68%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cg%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2226.68%22%20fill%3D%22none%22%20stroke-width%3D%224.75%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2219.355%22%20r%3D%222%22%20stroke-width%3D%221.33%22%2F%3E%3Cpath%20stroke-width%3D%221.33%22%20d%3D%22M30.028%2039.967H41.97l-.527-12.658c-.097-1.852-1.616-3.31-3.446-3.33h-3.973a3.514%203.514%200%200%200-3.47%203.33z%22%2F%3E%3Cpath%20stroke-width%3D%221.33%22%20d%3D%22M32.694%2027.976L31.43%2053.29c-.037.733.383%201.333.932%201.333a1.38%201.38%200%200%200%201.152-1.324l1.692-14.676c.084-.729.452-1.324.818-1.324s.733.595.82%201.324L38.535%2053.3a1.38%201.38%200%200%200%201.152%201.324c.55%200%20.969-.6.932-1.333l-1.266-25.315z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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