speaking-head from Emoji One (Colored) by Emoji One · Default · People · CC-BY-4.0 Attribution required.

Name
speaking-head
Set
Emoji One (Colored)
Style
Default
Category
People
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More people icons from Emoji One (Colored)

Use the speaking head emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#5d6d74" d="M38.5 42.6c-4.6-1.5-3.3-2.6 1.1-4.3c2.1-.8.8-2.5.9-3.8c0-.6 2.5-.5 2.3-2.9c-.1-1.7-3.8-4.1-4.8-5.1c-.6-.6 1.2-2.2-.1-3.6c-1.7-1.9-2-5.3-3-7.2c0 0 .8-1.2.2-1.9C29.9 8 10.6 8.6 5.6 17.2c-5.5 9.7-5.6 23 5.9 30.2c5.1 3.2-1.4 14.6-1.4 14.6h20.3c0-1.9-2.3-8.9 1.7-8.6c3.4.3 7.7.1 7.3-3.8c-.1-1.2-.2-2.2.6-3.2c.8-.9 2-2.7-1.5-3.8m4.6-1.8L62 43.3v-5zm15.4 16.3l2-4.3l-17.4-9.4zm2-28.3l-2-4.3l-15.4 13.6z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneSpeakingHead(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#5d6d74" d="M38.5 42.6c-4.6-1.5-3.3-2.6 1.1-4.3c2.1-.8.8-2.5.9-3.8c0-.6 2.5-.5 2.3-2.9c-.1-1.7-3.8-4.1-4.8-5.1c-.6-.6 1.2-2.2-.1-3.6c-1.7-1.9-2-5.3-3-7.2c0 0 .8-1.2.2-1.9C29.9 8 10.6 8.6 5.6 17.2c-5.5 9.7-5.6 23 5.9 30.2c5.1 3.2-1.4 14.6-1.4 14.6h20.3c0-1.9-2.3-8.9 1.7-8.6c3.4.3 7.7.1 7.3-3.8c-.1-1.2-.2-2.2.6-3.2c.8-.9 2-2.7-1.5-3.8m4.6-1.8L62 43.3v-5zm15.4 16.3l2-4.3l-17.4-9.4zm2-28.3l-2-4.3l-15.4 13.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#5d6d74" d="M38.5 42.6c-4.6-1.5-3.3-2.6 1.1-4.3c2.1-.8.8-2.5.9-3.8c0-.6 2.5-.5 2.3-2.9c-.1-1.7-3.8-4.1-4.8-5.1c-.6-.6 1.2-2.2-.1-3.6c-1.7-1.9-2-5.3-3-7.2c0 0 .8-1.2.2-1.9C29.9 8 10.6 8.6 5.6 17.2c-5.5 9.7-5.6 23 5.9 30.2c5.1 3.2-1.4 14.6-1.4 14.6h20.3c0-1.9-2.3-8.9 1.7-8.6c3.4.3 7.7.1 7.3-3.8c-.1-1.2-.2-2.2.6-3.2c.8-.9 2-2.7-1.5-3.8m4.6-1.8L62 43.3v-5zm15.4 16.3l2-4.3l-17.4-9.4zm2-28.3l-2-4.3l-15.4 13.6z"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%235d6d74%22%20d%3D%22M38.5%2042.6c-4.6-1.5-3.3-2.6%201.1-4.3c2.1-.8.8-2.5.9-3.8c0-.6%202.5-.5%202.3-2.9c-.1-1.7-3.8-4.1-4.8-5.1c-.6-.6%201.2-2.2-.1-3.6c-1.7-1.9-2-5.3-3-7.2c0%200%20.8-1.2.2-1.9C29.9%208%2010.6%208.6%205.6%2017.2c-5.5%209.7-5.6%2023%205.9%2030.2c5.1%203.2-1.4%2014.6-1.4%2014.6h20.3c0-1.9-2.3-8.9%201.7-8.6c3.4.3%207.7.1%207.3-3.8c-.1-1.2-.2-2.2.6-3.2c.8-.9%202-2.7-1.5-3.8m4.6-1.8L62%2043.3v-5zm15.4%2016.3l2-4.3l-17.4-9.4zm2-28.3l-2-4.3l-15.4%2013.6z%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%2064%2064%22%3E%3Cpath%20fill%3D%22%235d6d74%22%20d%3D%22M38.5%2042.6c-4.6-1.5-3.3-2.6%201.1-4.3c2.1-.8.8-2.5.9-3.8c0-.6%202.5-.5%202.3-2.9c-.1-1.7-3.8-4.1-4.8-5.1c-.6-.6%201.2-2.2-.1-3.6c-1.7-1.9-2-5.3-3-7.2c0%200%20.8-1.2.2-1.9C29.9%208%2010.6%208.6%205.6%2017.2c-5.5%209.7-5.6%2023%205.9%2030.2c5.1%203.2-1.4%2014.6-1.4%2014.6h20.3c0-1.9-2.3-8.9%201.7-8.6c3.4.3%207.7.1%207.3-3.8c-.1-1.2-.2-2.2.6-3.2c.8-.9%202-2.7-1.5-3.8m4.6-1.8L62%2043.3v-5zm15.4%2016.3l2-4.3l-17.4-9.4zm2-28.3l-2-4.3l-15.4%2013.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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