speaking head emoji

speaking-head from Streamline Emojis by Streamline · Default · Smiley People · CC-BY-4.0 Attribution required.

Name
speaking-head
Set
Streamline Emojis
Style
Default
Category
Smiley People
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More smiley people icons from Streamline Emojis

Use the speaking head emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M6.75 38.16a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m34.54 24.05l3.14-4.47a.39.39 0 0 1 .6-.07l1.75 2a.39.39 0 0 1-.15.59L35 24.57a.35.35 0 0 1-.46-.52m.71 3.02l5.52-.78a.4.4 0 0 1 .48.38L41 29.31a.39.39 0 0 1-.54.29l-5.29-1.84a.35.35 0 0 1 .08-.69m.02 3.99l4.54 2a.37.37 0 0 1 .14.55l-1.65 2.04a.36.36 0 0 1-.57 0l-2.89-4.05a.35.35 0 0 1 .43-.54"/><path fill="#8ca4b8" d="M21.6 37.66H10.48a17.8 17.8 0 0 0 1.69-4.88a8.92 8.92 0 0 0-1.91-5.94A10.69 10.69 0 0 1 16.82 9c6.47-1.06 10.6 1.56 12.16-.63c.35 2.32-.13 4.21-1.74 5.51a7.5 7.5 0 0 1 .6 3.62a2.92 2.92 0 0 0 .79 2.24l1.61 1.67a1 1 0 0 1-.13 1.51l-1 .7a.61.61 0 0 0-.21.71l.26.66a1 1 0 0 1-.42 1.22L26 27.81a.78.78 0 0 0 0 1.34l2.34 1.5a1 1 0 0 1 .45 1c-.32 1-.62 2.36-2.25 2.3l-3.71-.15c-1.91.92-1.23 3.86-1.23 3.86"/><path fill="#adc4d9" d="M16.82 12.26c6.08-1 10.09 1.25 11.85-.29A6.75 6.75 0 0 0 29 8.34c-1.56 2.19-5.69-.43-12.16.63a10.73 10.73 0 0 0-9.34 9.31a11 11 0 0 0 0 2.94a10.73 10.73 0 0 1 9.32-8.96m11.02 5.21v-.92c-.76 2.24-.33 5.29.78 6.44l.55.57l.93-.67a1 1 0 0 0 .13-1.51l-1.61-1.67a2.92 2.92 0 0 1-.78-2.24"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M21.6 37.66H10.48a17.8 17.8 0 0 0 1.69-4.88a8.92 8.92 0 0 0-1.91-5.94A10.69 10.69 0 0 1 16.82 9c6.47-1.06 10.6 1.56 12.16-.63c.35 2.32-.13 4.21-1.74 5.51a7.5 7.5 0 0 1 .6 3.62a2.92 2.92 0 0 0 .79 2.24l1.61 1.67a1 1 0 0 1-.13 1.51l-1 .7a.61.61 0 0 0-.21.71l.26.66a1 1 0 0 1-.42 1.22L26 27.81a.78.78 0 0 0 0 1.34l2.34 1.5a1 1 0 0 1 .45 1c-.32 1-.62 2.36-2.25 2.3l-3.71-.15c-1.91.92-1.23 3.86-1.23 3.86"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisSpeakingHead(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M6.75 38.16a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="#ffe500" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="m34.54 24.05l3.14-4.47a.39.39 0 0 1 .6-.07l1.75 2a.39.39 0 0 1-.15.59L35 24.57a.35.35 0 0 1-.46-.52m.71 3.02l5.52-.78a.4.4 0 0 1 .48.38L41 29.31a.39.39 0 0 1-.54.29l-5.29-1.84a.35.35 0 0 1 .08-.69m.02 3.99l4.54 2a.37.37 0 0 1 .14.55l-1.65 2.04a.36.36 0 0 1-.57 0l-2.89-4.05a.35.35 0 0 1 .43-.54"/><path fill="#8ca4b8" d="M21.6 37.66H10.48a17.8 17.8 0 0 0 1.69-4.88a8.92 8.92 0 0 0-1.91-5.94A10.69 10.69 0 0 1 16.82 9c6.47-1.06 10.6 1.56 12.16-.63c.35 2.32-.13 4.21-1.74 5.51a7.5 7.5 0 0 1 .6 3.62a2.92 2.92 0 0 0 .79 2.24l1.61 1.67a1 1 0 0 1-.13 1.51l-1 .7a.61.61 0 0 0-.21.71l.26.66a1 1 0 0 1-.42 1.22L26 27.81a.78.78 0 0 0 0 1.34l2.34 1.5a1 1 0 0 1 .45 1c-.32 1-.62 2.36-2.25 2.3l-3.71-.15c-1.91.92-1.23 3.86-1.23 3.86"/><path fill="#adc4d9" d="M16.82 12.26c6.08-1 10.09 1.25 11.85-.29A6.75 6.75 0 0 0 29 8.34c-1.56 2.19-5.69-.43-12.16.63a10.73 10.73 0 0 0-9.34 9.31a11 11 0 0 0 0 2.94a10.73 10.73 0 0 1 9.32-8.96m11.02 5.21v-.92c-.76 2.24-.33 5.29.78 6.44l.55.57l.93-.67a1 1 0 0 0 .13-1.51l-1.61-1.67a2.92 2.92 0 0 1-.78-2.24"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M21.6 37.66H10.48a17.8 17.8 0 0 0 1.69-4.88a8.92 8.92 0 0 0-1.91-5.94A10.69 10.69 0 0 1 16.82 9c6.47-1.06 10.6 1.56 12.16-.63c.35 2.32-.13 4.21-1.74 5.51a7.5 7.5 0 0 1 .6 3.62a2.92 2.92 0 0 0 .79 2.24l1.61 1.67a1 1 0 0 1-.13 1.51l-1 .7a.61.61 0 0 0-.21.71l.26.66a1 1 0 0 1-.42 1.22L26 27.81a.78.78 0 0 0 0 1.34l2.34 1.5a1 1 0 0 1 .45 1c-.32 1-.62 2.36-2.25 2.3l-3.71-.15c-1.91.92-1.23 3.86-1.23 3.86"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M6.75 38.16a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m34.54 24.05l3.14-4.47a.39.39 0 0 1 .6-.07l1.75 2a.39.39 0 0 1-.15.59L35 24.57a.35.35 0 0 1-.46-.52m.71 3.02l5.52-.78a.4.4 0 0 1 .48.38L41 29.31a.39.39 0 0 1-.54.29l-5.29-1.84a.35.35 0 0 1 .08-.69m.02 3.99l4.54 2a.37.37 0 0 1 .14.55l-1.65 2.04a.36.36 0 0 1-.57 0l-2.89-4.05a.35.35 0 0 1 .43-.54"/><path fill="#8ca4b8" d="M21.6 37.66H10.48a17.8 17.8 0 0 0 1.69-4.88a8.92 8.92 0 0 0-1.91-5.94A10.69 10.69 0 0 1 16.82 9c6.47-1.06 10.6 1.56 12.16-.63c.35 2.32-.13 4.21-1.74 5.51a7.5 7.5 0 0 1 .6 3.62a2.92 2.92 0 0 0 .79 2.24l1.61 1.67a1 1 0 0 1-.13 1.51l-1 .7a.61.61 0 0 0-.21.71l.26.66a1 1 0 0 1-.42 1.22L26 27.81a.78.78 0 0 0 0 1.34l2.34 1.5a1 1 0 0 1 .45 1c-.32 1-.62 2.36-2.25 2.3l-3.71-.15c-1.91.92-1.23 3.86-1.23 3.86"/><path fill="#adc4d9" d="M16.82 12.26c6.08-1 10.09 1.25 11.85-.29A6.75 6.75 0 0 0 29 8.34c-1.56 2.19-5.69-.43-12.16.63a10.73 10.73 0 0 0-9.34 9.31a11 11 0 0 0 0 2.94a10.73 10.73 0 0 1 9.32-8.96m11.02 5.21v-.92c-.76 2.24-.33 5.29.78 6.44l.55.57l.93-.67a1 1 0 0 0 .13-1.51l-1.61-1.67a2.92 2.92 0 0 1-.78-2.24"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M21.6 37.66H10.48a17.8 17.8 0 0 0 1.69-4.88a8.92 8.92 0 0 0-1.91-5.94A10.69 10.69 0 0 1 16.82 9c6.47-1.06 10.6 1.56 12.16-.63c.35 2.32-.13 4.21-1.74 5.51a7.5 7.5 0 0 1 .6 3.62a2.92 2.92 0 0 0 .79 2.24l1.61 1.67a1 1 0 0 1-.13 1.51l-1 .7a.61.61 0 0 0-.21.71l.26.66a1 1 0 0 1-.42 1.22L26 27.81a.78.78 0 0 0 0 1.34l2.34 1.5a1 1 0 0 1 .45 1c-.32 1-.62 2.36-2.25 2.3l-3.71-.15c-1.91.92-1.23 3.86-1.23 3.86"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M6.75%2038.16a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m34.54%2024.05l3.14-4.47a.39.39%200%200%201%20.6-.07l1.75%202a.39.39%200%200%201-.15.59L35%2024.57a.35.35%200%200%201-.46-.52m.71%203.02l5.52-.78a.4.4%200%200%201%20.48.38L41%2029.31a.39.39%200%200%201-.54.29l-5.29-1.84a.35.35%200%200%201%20.08-.69m.02%203.99l4.54%202a.37.37%200%200%201%20.14.55l-1.65%202.04a.36.36%200%200%201-.57%200l-2.89-4.05a.35.35%200%200%201%20.43-.54%22%2F%3E%3Cpath%20fill%3D%22%238ca4b8%22%20d%3D%22M21.6%2037.66H10.48a17.8%2017.8%200%200%200%201.69-4.88a8.92%208.92%200%200%200-1.91-5.94A10.69%2010.69%200%200%201%2016.82%209c6.47-1.06%2010.6%201.56%2012.16-.63c.35%202.32-.13%204.21-1.74%205.51a7.5%207.5%200%200%201%20.6%203.62a2.92%202.92%200%200%200%20.79%202.24l1.61%201.67a1%201%200%200%201-.13%201.51l-1%20.7a.61.61%200%200%200-.21.71l.26.66a1%201%200%200%201-.42%201.22L26%2027.81a.78.78%200%200%200%200%201.34l2.34%201.5a1%201%200%200%201%20.45%201c-.32%201-.62%202.36-2.25%202.3l-3.71-.15c-1.91.92-1.23%203.86-1.23%203.86%22%2F%3E%3Cpath%20fill%3D%22%23adc4d9%22%20d%3D%22M16.82%2012.26c6.08-1%2010.09%201.25%2011.85-.29A6.75%206.75%200%200%200%2029%208.34c-1.56%202.19-5.69-.43-12.16.63a10.73%2010.73%200%200%200-9.34%209.31a11%2011%200%200%200%200%202.94a10.73%2010.73%200%200%201%209.32-8.96m11.02%205.21v-.92c-.76%202.24-.33%205.29.78%206.44l.55.57l.93-.67a1%201%200%200%200%20.13-1.51l-1.61-1.67a2.92%202.92%200%200%201-.78-2.24%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.6%2037.66H10.48a17.8%2017.8%200%200%200%201.69-4.88a8.92%208.92%200%200%200-1.91-5.94A10.69%2010.69%200%200%201%2016.82%209c6.47-1.06%2010.6%201.56%2012.16-.63c.35%202.32-.13%204.21-1.74%205.51a7.5%207.5%200%200%201%20.6%203.62a2.92%202.92%200%200%200%20.79%202.24l1.61%201.67a1%201%200%200%201-.13%201.51l-1%20.7a.61.61%200%200%200-.21.71l.26.66a1%201%200%200%201-.42%201.22L26%2027.81a.78.78%200%200%200%200%201.34l2.34%201.5a1%201%200%200%201%20.45%201c-.32%201-.62%202.36-2.25%202.3l-3.71-.15c-1.91.92-1.23%203.86-1.23%203.86%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M6.75%2038.16a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m34.54%2024.05l3.14-4.47a.39.39%200%200%201%20.6-.07l1.75%202a.39.39%200%200%201-.15.59L35%2024.57a.35.35%200%200%201-.46-.52m.71%203.02l5.52-.78a.4.4%200%200%201%20.48.38L41%2029.31a.39.39%200%200%201-.54.29l-5.29-1.84a.35.35%200%200%201%20.08-.69m.02%203.99l4.54%202a.37.37%200%200%201%20.14.55l-1.65%202.04a.36.36%200%200%201-.57%200l-2.89-4.05a.35.35%200%200%201%20.43-.54%22%2F%3E%3Cpath%20fill%3D%22%238ca4b8%22%20d%3D%22M21.6%2037.66H10.48a17.8%2017.8%200%200%200%201.69-4.88a8.92%208.92%200%200%200-1.91-5.94A10.69%2010.69%200%200%201%2016.82%209c6.47-1.06%2010.6%201.56%2012.16-.63c.35%202.32-.13%204.21-1.74%205.51a7.5%207.5%200%200%201%20.6%203.62a2.92%202.92%200%200%200%20.79%202.24l1.61%201.67a1%201%200%200%201-.13%201.51l-1%20.7a.61.61%200%200%200-.21.71l.26.66a1%201%200%200%201-.42%201.22L26%2027.81a.78.78%200%200%200%200%201.34l2.34%201.5a1%201%200%200%201%20.45%201c-.32%201-.62%202.36-2.25%202.3l-3.71-.15c-1.91.92-1.23%203.86-1.23%203.86%22%2F%3E%3Cpath%20fill%3D%22%23adc4d9%22%20d%3D%22M16.82%2012.26c6.08-1%2010.09%201.25%2011.85-.29A6.75%206.75%200%200%200%2029%208.34c-1.56%202.19-5.69-.43-12.16.63a10.73%2010.73%200%200%200-9.34%209.31a11%2011%200%200%200%200%202.94a10.73%2010.73%200%200%201%209.32-8.96m11.02%205.21v-.92c-.76%202.24-.33%205.29.78%206.44l.55.57l.93-.67a1%201%200%200%200%20.13-1.51l-1.61-1.67a2.92%202.92%200%200%201-.78-2.24%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.6%2037.66H10.48a17.8%2017.8%200%200%200%201.69-4.88a8.92%208.92%200%200%200-1.91-5.94A10.69%2010.69%200%200%201%2016.82%209c6.47-1.06%2010.6%201.56%2012.16-.63c.35%202.32-.13%204.21-1.74%205.51a7.5%207.5%200%200%201%20.6%203.62a2.92%202.92%200%200%200%20.79%202.24l1.61%201.67a1%201%200%200%201-.13%201.51l-1%20.7a.61.61%200%200%200-.21.71l.26.66a1%201%200%200%201-.42%201.22L26%2027.81a.78.78%200%200%200%200%201.34l2.34%201.5a1%201%200%200%201%20.45%201c-.32%201-.62%202.36-2.25%202.3l-3.71-.15c-1.91.92-1.23%203.86-1.23%203.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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