left speech bubble emoji
left-speech-bubble from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- left-speech-bubble
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More smileys & emotion icons from Fluent Emoji Flat
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbombbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecrying-cat
Use the left speech bubble emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M16.028 4C8.166 4 3.53 9.756 1.668 12.703a4.27 4.27 0 0 0 0 4.594C3.53 20.244 8.165 26 16.027 26c1.23 0 2.385-.142 3.466-.394l4.35 2.23a1.5 1.5 0 0 0 2.184-1.334v-4.2c2.055-1.698 3.492-3.632 4.36-5.005a4.27 4.27 0 0 0 0-4.594C28.524 9.756 23.89 4 16.028 4"/><path fill="#fff" d="m24.3 26.947l-4.683-2.401a14.2 14.2 0 0 1-3.59.454c-7.325 0-11.7-5.367-13.515-8.237a3.27 3.27 0 0 1 0-3.526C4.328 10.367 8.702 5 16.028 5s11.7 5.367 13.515 8.237a3.27 3.27 0 0 1 0 3.526c-.883 1.397-2.373 3.386-4.515 5.06v4.679a.5.5 0 0 1-.728.445"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatLeftSpeechBubble(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M16.028 4C8.166 4 3.53 9.756 1.668 12.703a4.27 4.27 0 0 0 0 4.594C3.53 20.244 8.165 26 16.027 26c1.23 0 2.385-.142 3.466-.394l4.35 2.23a1.5 1.5 0 0 0 2.184-1.334v-4.2c2.055-1.698 3.492-3.632 4.36-5.005a4.27 4.27 0 0 0 0-4.594C28.524 9.756 23.89 4 16.028 4"/><path fill="#fff" d="m24.3 26.947l-4.683-2.401a14.2 14.2 0 0 1-3.59.454c-7.325 0-11.7-5.367-13.515-8.237a3.27 3.27 0 0 1 0-3.526C4.328 10.367 8.702 5 16.028 5s11.7 5.367 13.515 8.237a3.27 3.27 0 0 1 0 3.526c-.883 1.397-2.373 3.386-4.515 5.06v4.679a.5.5 0 0 1-.728.445"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M16.028 4C8.166 4 3.53 9.756 1.668 12.703a4.27 4.27 0 0 0 0 4.594C3.53 20.244 8.165 26 16.027 26c1.23 0 2.385-.142 3.466-.394l4.35 2.23a1.5 1.5 0 0 0 2.184-1.334v-4.2c2.055-1.698 3.492-3.632 4.36-5.005a4.27 4.27 0 0 0 0-4.594C28.524 9.756 23.89 4 16.028 4"/><path fill="#fff" d="m24.3 26.947l-4.683-2.401a14.2 14.2 0 0 1-3.59.454c-7.325 0-11.7-5.367-13.515-8.237a3.27 3.27 0 0 1 0-3.526C4.328 10.367 8.702 5 16.028 5s11.7 5.367 13.515 8.237a3.27 3.27 0 0 1 0 3.526c-.883 1.397-2.373 3.386-4.515 5.06v4.679a.5.5 0 0 1-.728.445"/></g></svg> </template>
CSS
.icon-left-speech-bubble {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M16.028%204C8.166%204%203.53%209.756%201.668%2012.703a4.27%204.27%200%200%200%200%204.594C3.53%2020.244%208.165%2026%2016.027%2026c1.23%200%202.385-.142%203.466-.394l4.35%202.23a1.5%201.5%200%200%200%202.184-1.334v-4.2c2.055-1.698%203.492-3.632%204.36-5.005a4.27%204.27%200%200%200%200-4.594C28.524%209.756%2023.89%204%2016.028%204%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m24.3%2026.947l-4.683-2.401a14.2%2014.2%200%200%201-3.59.454c-7.325%200-11.7-5.367-13.515-8.237a3.27%203.27%200%200%201%200-3.526C4.328%2010.367%208.702%205%2016.028%205s11.7%205.367%2013.515%208.237a3.27%203.27%200%200%201%200%203.526c-.883%201.397-2.373%203.386-4.515%205.06v4.679a.5.5%200%200%201-.728.445%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M16.028%204C8.166%204%203.53%209.756%201.668%2012.703a4.27%204.27%200%200%200%200%204.594C3.53%2020.244%208.165%2026%2016.027%2026c1.23%200%202.385-.142%203.466-.394l4.35%202.23a1.5%201.5%200%200%200%202.184-1.334v-4.2c2.055-1.698%203.492-3.632%204.36-5.005a4.27%204.27%200%200%200%200-4.594C28.524%209.756%2023.89%204%2016.028%204%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m24.3%2026.947l-4.683-2.401a14.2%2014.2%200%200%201-3.59.454c-7.325%200-11.7-5.367-13.515-8.237a3.27%203.27%200%200%201%200-3.526C4.328%2010.367%208.702%205%2016.028%205s11.7%205.367%2013.515%208.237a3.27%203.27%200%200%201%200%203.526c-.883%201.397-2.373%203.386-4.515%205.06v4.679a.5.5%200%200%201-.728.445%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/left-speech-bubble.svg?color=%231a73e8&size=48