speaking head emoji
speaking-head from Noto Emoji by Google Inc · Default · People & Body · Apache-2.0 Free for personal and commercial use.
- Name
- speaking-head
- Set
- Noto Emoji
- Style
- Default
- Category
- People & Body
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More people & body icons from Noto Emoji
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upballet-dancerbiting-lipboneboybrainbreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcouple-with-heartcouple-with-heart-man-man
Use the speaking head emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#1976d2" d="M76.38 106.44c2.27-1.75 9.1-1.99 12-2.4c1.82-.26 5.09-.53 6.49-2.05c2.55-2.76 2.72-5.42 2.44-7.77c-.3-2.45-.8-4.81.12-6.29c.47-.75 2.45-4.53.08-5.46c-1.26-.5-2.08-.05-7.33.13c-2.44.08-4.3-.85-3.5-2.17c.89-1.01 4.7-1.44 8.28-2.76c2.53-.93 3.86-1.5 4.15-3.68c.18-1.32-.78-2.1-1.27-3.74c-.45-1.49-.02-2.17.59-2.77c.93-.91 3.39-2.38 3.72-5.06c.55-4.58-7.09-6.94-9.6-11.69c-1.2-2.27-.18-8.44-.18-10.45c0-8.14-4.07-21.78-16.93-29.57c-11.56-7-26.06-7.78-39.18-4.5c-6.27 1.57-12.63 5.81-16.76 9.52c-9.87 8.86-12.1 21.92-12.82 26.6c-2.28 14.72 1.7 25.98 7.41 35.02c8.25 13.07 20.12 21.5 21.94 29.01c.28 1.17.5 3.61.5 5.71c0 4.49-.25 8.21-.51 10.93h37.91c-.07-6.28-.19-14.51 2.45-16.56"/><path fill="#b0bec5" d="M104.8 71.35a2.205 2.205 0 0 1-1.22-4.04l15.14-9.99c1.01-.67 2.38-.39 3.05.62s.39 2.38-.62 3.05l-15.14 9.99c-.37.25-.79.37-1.21.37m15.14 27c-.42 0-.84-.12-1.21-.36L103.59 88a2.196 2.196 0 0 1-.62-3.05a2.196 2.196 0 0 1 3.05-.62l15.14 9.99c1.02.67 1.29 2.04.62 3.05c-.43.63-1.13.98-1.84.98m-14.65-18.97a2.2 2.2 0 0 1-.04-4.4l18.13-.32c1.22-.01 2.22.95 2.24 2.16s-.95 2.22-2.16 2.24l-18.13.32z"/></svg>
React
import type { SVGProps } from "react";
export function NotoSpeakingHead(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#1976d2" d="M76.38 106.44c2.27-1.75 9.1-1.99 12-2.4c1.82-.26 5.09-.53 6.49-2.05c2.55-2.76 2.72-5.42 2.44-7.77c-.3-2.45-.8-4.81.12-6.29c.47-.75 2.45-4.53.08-5.46c-1.26-.5-2.08-.05-7.33.13c-2.44.08-4.3-.85-3.5-2.17c.89-1.01 4.7-1.44 8.28-2.76c2.53-.93 3.86-1.5 4.15-3.68c.18-1.32-.78-2.1-1.27-3.74c-.45-1.49-.02-2.17.59-2.77c.93-.91 3.39-2.38 3.72-5.06c.55-4.58-7.09-6.94-9.6-11.69c-1.2-2.27-.18-8.44-.18-10.45c0-8.14-4.07-21.78-16.93-29.57c-11.56-7-26.06-7.78-39.18-4.5c-6.27 1.57-12.63 5.81-16.76 9.52c-9.87 8.86-12.1 21.92-12.82 26.6c-2.28 14.72 1.7 25.98 7.41 35.02c8.25 13.07 20.12 21.5 21.94 29.01c.28 1.17.5 3.61.5 5.71c0 4.49-.25 8.21-.51 10.93h37.91c-.07-6.28-.19-14.51 2.45-16.56"/><path fill="#b0bec5" d="M104.8 71.35a2.205 2.205 0 0 1-1.22-4.04l15.14-9.99c1.01-.67 2.38-.39 3.05.62s.39 2.38-.62 3.05l-15.14 9.99c-.37.25-.79.37-1.21.37m15.14 27c-.42 0-.84-.12-1.21-.36L103.59 88a2.196 2.196 0 0 1-.62-3.05a2.196 2.196 0 0 1 3.05-.62l15.14 9.99c1.02.67 1.29 2.04.62 3.05c-.43.63-1.13.98-1.84.98m-14.65-18.97a2.2 2.2 0 0 1-.04-4.4l18.13-.32c1.22-.01 2.22.95 2.24 2.16s-.95 2.22-2.16 2.24l-18.13.32z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#1976d2" d="M76.38 106.44c2.27-1.75 9.1-1.99 12-2.4c1.82-.26 5.09-.53 6.49-2.05c2.55-2.76 2.72-5.42 2.44-7.77c-.3-2.45-.8-4.81.12-6.29c.47-.75 2.45-4.53.08-5.46c-1.26-.5-2.08-.05-7.33.13c-2.44.08-4.3-.85-3.5-2.17c.89-1.01 4.7-1.44 8.28-2.76c2.53-.93 3.86-1.5 4.15-3.68c.18-1.32-.78-2.1-1.27-3.74c-.45-1.49-.02-2.17.59-2.77c.93-.91 3.39-2.38 3.72-5.06c.55-4.58-7.09-6.94-9.6-11.69c-1.2-2.27-.18-8.44-.18-10.45c0-8.14-4.07-21.78-16.93-29.57c-11.56-7-26.06-7.78-39.18-4.5c-6.27 1.57-12.63 5.81-16.76 9.52c-9.87 8.86-12.1 21.92-12.82 26.6c-2.28 14.72 1.7 25.98 7.41 35.02c8.25 13.07 20.12 21.5 21.94 29.01c.28 1.17.5 3.61.5 5.71c0 4.49-.25 8.21-.51 10.93h37.91c-.07-6.28-.19-14.51 2.45-16.56"/><path fill="#b0bec5" d="M104.8 71.35a2.205 2.205 0 0 1-1.22-4.04l15.14-9.99c1.01-.67 2.38-.39 3.05.62s.39 2.38-.62 3.05l-15.14 9.99c-.37.25-.79.37-1.21.37m15.14 27c-.42 0-.84-.12-1.21-.36L103.59 88a2.196 2.196 0 0 1-.62-3.05a2.196 2.196 0 0 1 3.05-.62l15.14 9.99c1.02.67 1.29 2.04.62 3.05c-.43.63-1.13.98-1.84.98m-14.65-18.97a2.2 2.2 0 0 1-.04-4.4l18.13-.32c1.22-.01 2.22.95 2.24 2.16s-.95 2.22-2.16 2.24l-18.13.32z"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%231976d2%22%20d%3D%22M76.38%20106.44c2.27-1.75%209.1-1.99%2012-2.4c1.82-.26%205.09-.53%206.49-2.05c2.55-2.76%202.72-5.42%202.44-7.77c-.3-2.45-.8-4.81.12-6.29c.47-.75%202.45-4.53.08-5.46c-1.26-.5-2.08-.05-7.33.13c-2.44.08-4.3-.85-3.5-2.17c.89-1.01%204.7-1.44%208.28-2.76c2.53-.93%203.86-1.5%204.15-3.68c.18-1.32-.78-2.1-1.27-3.74c-.45-1.49-.02-2.17.59-2.77c.93-.91%203.39-2.38%203.72-5.06c.55-4.58-7.09-6.94-9.6-11.69c-1.2-2.27-.18-8.44-.18-10.45c0-8.14-4.07-21.78-16.93-29.57c-11.56-7-26.06-7.78-39.18-4.5c-6.27%201.57-12.63%205.81-16.76%209.52c-9.87%208.86-12.1%2021.92-12.82%2026.6c-2.28%2014.72%201.7%2025.98%207.41%2035.02c8.25%2013.07%2020.12%2021.5%2021.94%2029.01c.28%201.17.5%203.61.5%205.71c0%204.49-.25%208.21-.51%2010.93h37.91c-.07-6.28-.19-14.51%202.45-16.56%22%2F%3E%3Cpath%20fill%3D%22%23b0bec5%22%20d%3D%22M104.8%2071.35a2.205%202.205%200%200%201-1.22-4.04l15.14-9.99c1.01-.67%202.38-.39%203.05.62s.39%202.38-.62%203.05l-15.14%209.99c-.37.25-.79.37-1.21.37m15.14%2027c-.42%200-.84-.12-1.21-.36L103.59%2088a2.196%202.196%200%200%201-.62-3.05a2.196%202.196%200%200%201%203.05-.62l15.14%209.99c1.02.67%201.29%202.04.62%203.05c-.43.63-1.13.98-1.84.98m-14.65-18.97a2.2%202.2%200%200%201-.04-4.4l18.13-.32c1.22-.01%202.22.95%202.24%202.16s-.95%202.22-2.16%202.24l-18.13.32z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%231976d2%22%20d%3D%22M76.38%20106.44c2.27-1.75%209.1-1.99%2012-2.4c1.82-.26%205.09-.53%206.49-2.05c2.55-2.76%202.72-5.42%202.44-7.77c-.3-2.45-.8-4.81.12-6.29c.47-.75%202.45-4.53.08-5.46c-1.26-.5-2.08-.05-7.33.13c-2.44.08-4.3-.85-3.5-2.17c.89-1.01%204.7-1.44%208.28-2.76c2.53-.93%203.86-1.5%204.15-3.68c.18-1.32-.78-2.1-1.27-3.74c-.45-1.49-.02-2.17.59-2.77c.93-.91%203.39-2.38%203.72-5.06c.55-4.58-7.09-6.94-9.6-11.69c-1.2-2.27-.18-8.44-.18-10.45c0-8.14-4.07-21.78-16.93-29.57c-11.56-7-26.06-7.78-39.18-4.5c-6.27%201.57-12.63%205.81-16.76%209.52c-9.87%208.86-12.1%2021.92-12.82%2026.6c-2.28%2014.72%201.7%2025.98%207.41%2035.02c8.25%2013.07%2020.12%2021.5%2021.94%2029.01c.28%201.17.5%203.61.5%205.71c0%204.49-.25%208.21-.51%2010.93h37.91c-.07-6.28-.19-14.51%202.45-16.56%22%2F%3E%3Cpath%20fill%3D%22%23b0bec5%22%20d%3D%22M104.8%2071.35a2.205%202.205%200%200%201-1.22-4.04l15.14-9.99c1.01-.67%202.38-.39%203.05.62s.39%202.38-.62%203.05l-15.14%209.99c-.37.25-.79.37-1.21.37m15.14%2027c-.42%200-.84-.12-1.21-.36L103.59%2088a2.196%202.196%200%200%201-.62-3.05a2.196%202.196%200%200%201%203.05-.62l15.14%209.99c1.02.67%201.29%202.04.62%203.05c-.43.63-1.13.98-1.84.98m-14.65-18.97a2.2%202.2%200%200%201-.04-4.4l18.13-.32c1.22-.01%202.22.95%202.24%202.16s-.95%202.22-2.16%202.24l-18.13.32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/speaking-head.svg?color=%231a73e8&size=48