speaking head emoji

speaking-head from OpenMoji by OpenMoji · Default · People Body · CC-BY-SA-4.0 Attribution required.

Name
speaking-head
Set
OpenMoji
Style
Default
Category
People Body
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More people body icons from OpenMoji

Use the speaking head emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M58 60.886s0-3-1-7c-1.21-4.846-4-8-10-8H25c-6 0-8.79 3.154-10 8c-1 4-1 7-1 7m35-30.289c-1-3 3-3 2-5s-3-2.765-3-5c0-3-1-11-9-11c-12.004 0-15 7.343-15 12c0 4.11 2.59 7.18 4 10c2 4 5.153 7.395 7 8.01c4.242 1.414 13 2.347 13-1.01c0-2 1-3.014 1-4l-3-2z"/><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"><path d="M49.273 31.214c-.096-.796-.743-2.11-.618-3.102c0 0 3.906-.713 2.359-2.726c-.866-1.128-2.58-3.35-2.477-4.344C49 16.597 47 9.597 38 9.597c-11 0-14 7-14 12c0 5.808 2.988 8 4 11c1.441 4.272 5 7 11 8c3.944.657 10 1 9.398-3c-.16-1.065.375-2.417.498-3.397l-2.85-1.377z"/><path stroke-linecap="round" d="m54 28.597l2-2m0 4.885h2M54 34l2 2m2 23.886s0-2-1-6c-1.21-4.846-6-8-12-8H28c-6 0-11.79 3.154-13 8c-1 4-1 6-1 6"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiSpeakingHead(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M58 60.886s0-3-1-7c-1.21-4.846-4-8-10-8H25c-6 0-8.79 3.154-10 8c-1 4-1 7-1 7m35-30.289c-1-3 3-3 2-5s-3-2.765-3-5c0-3-1-11-9-11c-12.004 0-15 7.343-15 12c0 4.11 2.59 7.18 4 10c2 4 5.153 7.395 7 8.01c4.242 1.414 13 2.347 13-1.01c0-2 1-3.014 1-4l-3-2z"/><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="2"><path d="M49.273 31.214c-.096-.796-.743-2.11-.618-3.102c0 0 3.906-.713 2.359-2.726c-.866-1.128-2.58-3.35-2.477-4.344C49 16.597 47 9.597 38 9.597c-11 0-14 7-14 12c0 5.808 2.988 8 4 11c1.441 4.272 5 7 11 8c3.944.657 10 1 9.398-3c-.16-1.065.375-2.417.498-3.397l-2.85-1.377z"/><path strokeLinecap="round" d="m54 28.597l2-2m0 4.885h2M54 34l2 2m2 23.886s0-2-1-6c-1.21-4.846-6-8-12-8H28c-6 0-11.79 3.154-13 8c-1 4-1 6-1 6"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M58 60.886s0-3-1-7c-1.21-4.846-4-8-10-8H25c-6 0-8.79 3.154-10 8c-1 4-1 7-1 7m35-30.289c-1-3 3-3 2-5s-3-2.765-3-5c0-3-1-11-9-11c-12.004 0-15 7.343-15 12c0 4.11 2.59 7.18 4 10c2 4 5.153 7.395 7 8.01c4.242 1.414 13 2.347 13-1.01c0-2 1-3.014 1-4l-3-2z"/><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"><path d="M49.273 31.214c-.096-.796-.743-2.11-.618-3.102c0 0 3.906-.713 2.359-2.726c-.866-1.128-2.58-3.35-2.477-4.344C49 16.597 47 9.597 38 9.597c-11 0-14 7-14 12c0 5.808 2.988 8 4 11c1.441 4.272 5 7 11 8c3.944.657 10 1 9.398-3c-.16-1.065.375-2.417.498-3.397l-2.85-1.377z"/><path stroke-linecap="round" d="m54 28.597l2-2m0 4.885h2M54 34l2 2m2 23.886s0-2-1-6c-1.21-4.846-6-8-12-8H28c-6 0-11.79 3.154-13 8c-1 4-1 6-1 6"/></g></svg>
</template>

CSS

.icon-speaking-head {
  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%23d0cfce%22%20d%3D%22M58%2060.886s0-3-1-7c-1.21-4.846-4-8-10-8H25c-6%200-8.79%203.154-10%208c-1%204-1%207-1%207m35-30.289c-1-3%203-3%202-5s-3-2.765-3-5c0-3-1-11-9-11c-12.004%200-15%207.343-15%2012c0%204.11%202.59%207.18%204%2010c2%204%205.153%207.395%207%208.01c4.242%201.414%2013%202.347%2013-1.01c0-2%201-3.014%201-4l-3-2z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M49.273%2031.214c-.096-.796-.743-2.11-.618-3.102c0%200%203.906-.713%202.359-2.726c-.866-1.128-2.58-3.35-2.477-4.344C49%2016.597%2047%209.597%2038%209.597c-11%200-14%207-14%2012c0%205.808%202.988%208%204%2011c1.441%204.272%205%207%2011%208c3.944.657%2010%201%209.398-3c-.16-1.065.375-2.417.498-3.397l-2.85-1.377z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m54%2028.597l2-2m0%204.885h2M54%2034l2%202m2%2023.886s0-2-1-6c-1.21-4.846-6-8-12-8H28c-6%200-11.79%203.154-13%208c-1%204-1%206-1%206%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%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M58%2060.886s0-3-1-7c-1.21-4.846-4-8-10-8H25c-6%200-8.79%203.154-10%208c-1%204-1%207-1%207m35-30.289c-1-3%203-3%202-5s-3-2.765-3-5c0-3-1-11-9-11c-12.004%200-15%207.343-15%2012c0%204.11%202.59%207.18%204%2010c2%204%205.153%207.395%207%208.01c4.242%201.414%2013%202.347%2013-1.01c0-2%201-3.014%201-4l-3-2z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M49.273%2031.214c-.096-.796-.743-2.11-.618-3.102c0%200%203.906-.713%202.359-2.726c-.866-1.128-2.58-3.35-2.477-4.344C49%2016.597%2047%209.597%2038%209.597c-11%200-14%207-14%2012c0%205.808%202.988%208%204%2011c1.441%204.272%205%207%2011%208c3.944.657%2010%201%209.398-3c-.16-1.065.375-2.417.498-3.397l-2.85-1.377z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m54%2028.597l2-2m0%204.885h2M54%2034l2%202m2%2023.886s0-2-1-6c-1.21-4.846-6-8-12-8H28c-6%200-11.79%203.154-13%208c-1%204-1%206-1%206%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/speaking-head.svg?color=%231a73e8&size=48