speaking head emoji
speaking-head from Fluent Emoji Flat by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.
- Name
- speaking-head
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- People & Body
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More people & body icons from Fluent Emoji Flat
anatomical-heartartistartist-darkartist-lightartist-mediumartist-medium-darkartist-medium-lightastronautastronaut-darkastronaut-lightastronaut-mediumastronaut-medium-darkastronaut-medium-lightbabybaby-angelbaby-angel-darkbaby-angel-lightbaby-angel-mediumbaby-angel-medium-darkbaby-angel-medium-lightbaby-darkbaby-lightbaby-mediumbaby-medium-dark
Use the speaking head emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#533566" d="M24.726 14.62c.445.467.66.692.724 1.23a1.79 1.79 0 0 1-1.83 1.98l.043.44c.05.491.097.967.097 1.43a.58.58 0 0 1-.55.59l-1.68.06a.38.38 0 0 0 0 .65l1.67 1.07a.77.77 0 0 1 .34.83c-.55 2.04-2.01 3.44-5.3 3.85q-.952.11-1.91.08a1.19 1.19 0 0 0-1.16.8l-.72 2h-10l2.18-6.89a2.76 2.76 0 0 0-.18-2.09C5.26 18.37 3.36 14.43 3.06 12a7.46 7.46 0 0 1 6.46-8.34l4.81-.6a7.47 7.47 0 0 1 8.31 6.47l.38 3a16 16 0 0 0 1.706 2.09m5.744 7.48v-1.94a.4.4 0 0 0-.51-.44l-3.24 1a.4.4 0 0 0 0 .76l3.24 1a.4.4 0 0 0 .51-.38M27.72 16l1.37 1.37A.4.4 0 0 1 29 18l-3 1.6a.4.4 0 0 1-.54-.53l1.6-3a.4.4 0 0 1 .66-.07m1.37 8.91l-1.37 1.37a.4.4 0 0 1-.66-.07l-1.6-3a.4.4 0 0 1 .54-.53l3 1.6a.4.4 0 0 1 .09.63"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatSpeakingHead(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#533566" d="M24.726 14.62c.445.467.66.692.724 1.23a1.79 1.79 0 0 1-1.83 1.98l.043.44c.05.491.097.967.097 1.43a.58.58 0 0 1-.55.59l-1.68.06a.38.38 0 0 0 0 .65l1.67 1.07a.77.77 0 0 1 .34.83c-.55 2.04-2.01 3.44-5.3 3.85q-.952.11-1.91.08a1.19 1.19 0 0 0-1.16.8l-.72 2h-10l2.18-6.89a2.76 2.76 0 0 0-.18-2.09C5.26 18.37 3.36 14.43 3.06 12a7.46 7.46 0 0 1 6.46-8.34l4.81-.6a7.47 7.47 0 0 1 8.31 6.47l.38 3a16 16 0 0 0 1.706 2.09m5.744 7.48v-1.94a.4.4 0 0 0-.51-.44l-3.24 1a.4.4 0 0 0 0 .76l3.24 1a.4.4 0 0 0 .51-.38M27.72 16l1.37 1.37A.4.4 0 0 1 29 18l-3 1.6a.4.4 0 0 1-.54-.53l1.6-3a.4.4 0 0 1 .66-.07m1.37 8.91l-1.37 1.37a.4.4 0 0 1-.66-.07l-1.6-3a.4.4 0 0 1 .54-.53l3 1.6a.4.4 0 0 1 .09.63"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#533566" d="M24.726 14.62c.445.467.66.692.724 1.23a1.79 1.79 0 0 1-1.83 1.98l.043.44c.05.491.097.967.097 1.43a.58.58 0 0 1-.55.59l-1.68.06a.38.38 0 0 0 0 .65l1.67 1.07a.77.77 0 0 1 .34.83c-.55 2.04-2.01 3.44-5.3 3.85q-.952.11-1.91.08a1.19 1.19 0 0 0-1.16.8l-.72 2h-10l2.18-6.89a2.76 2.76 0 0 0-.18-2.09C5.26 18.37 3.36 14.43 3.06 12a7.46 7.46 0 0 1 6.46-8.34l4.81-.6a7.47 7.47 0 0 1 8.31 6.47l.38 3a16 16 0 0 0 1.706 2.09m5.744 7.48v-1.94a.4.4 0 0 0-.51-.44l-3.24 1a.4.4 0 0 0 0 .76l3.24 1a.4.4 0 0 0 .51-.38M27.72 16l1.37 1.37A.4.4 0 0 1 29 18l-3 1.6a.4.4 0 0 1-.54-.53l1.6-3a.4.4 0 0 1 .66-.07m1.37 8.91l-1.37 1.37a.4.4 0 0 1-.66-.07l-1.6-3a.4.4 0 0 1 .54-.53l3 1.6a.4.4 0 0 1 .09.63"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22%23533566%22%20d%3D%22M24.726%2014.62c.445.467.66.692.724%201.23a1.79%201.79%200%200%201-1.83%201.98l.043.44c.05.491.097.967.097%201.43a.58.58%200%200%201-.55.59l-1.68.06a.38.38%200%200%200%200%20.65l1.67%201.07a.77.77%200%200%201%20.34.83c-.55%202.04-2.01%203.44-5.3%203.85q-.952.11-1.91.08a1.19%201.19%200%200%200-1.16.8l-.72%202h-10l2.18-6.89a2.76%202.76%200%200%200-.18-2.09C5.26%2018.37%203.36%2014.43%203.06%2012a7.46%207.46%200%200%201%206.46-8.34l4.81-.6a7.47%207.47%200%200%201%208.31%206.47l.38%203a16%2016%200%200%200%201.706%202.09m5.744%207.48v-1.94a.4.4%200%200%200-.51-.44l-3.24%201a.4.4%200%200%200%200%20.76l3.24%201a.4.4%200%200%200%20.51-.38M27.72%2016l1.37%201.37A.4.4%200%200%201%2029%2018l-3%201.6a.4.4%200%200%201-.54-.53l1.6-3a.4.4%200%200%201%20.66-.07m1.37%208.91l-1.37%201.37a.4.4%200%200%201-.66-.07l-1.6-3a.4.4%200%200%201%20.54-.53l3%201.6a.4.4%200%200%201%20.09.63%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23533566%22%20d%3D%22M24.726%2014.62c.445.467.66.692.724%201.23a1.79%201.79%200%200%201-1.83%201.98l.043.44c.05.491.097.967.097%201.43a.58.58%200%200%201-.55.59l-1.68.06a.38.38%200%200%200%200%20.65l1.67%201.07a.77.77%200%200%201%20.34.83c-.55%202.04-2.01%203.44-5.3%203.85q-.952.11-1.91.08a1.19%201.19%200%200%200-1.16.8l-.72%202h-10l2.18-6.89a2.76%202.76%200%200%200-.18-2.09C5.26%2018.37%203.36%2014.43%203.06%2012a7.46%207.46%200%200%201%206.46-8.34l4.81-.6a7.47%207.47%200%200%201%208.31%206.47l.38%203a16%2016%200%200%200%201.706%202.09m5.744%207.48v-1.94a.4.4%200%200%200-.51-.44l-3.24%201a.4.4%200%200%200%200%20.76l3.24%201a.4.4%200%200%200%20.51-.38M27.72%2016l1.37%201.37A.4.4%200%200%201%2029%2018l-3%201.6a.4.4%200%200%201-.54-.53l1.6-3a.4.4%200%200%201%20.66-.07m1.37%208.91l-1.37%201.37a.4.4%200%200%201-.66-.07l-1.6-3a.4.4%200%200%201%20.54-.53l3%201.6a.4.4%200%200%201%20.09.63%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/speaking-head.svg?color=%231a73e8&size=48