left speech bubble emoji
left-speech-bubble from Noto Emoji by Google Inc · Default · Smileys & Emotion · Apache-2.0 Free for personal and commercial use.
- Name
- left-speech-bubble
- Set
- Noto Emoji
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More smileys & emotion icons from Noto Emoji
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecracking-facecrying-cat
Use the left speech bubble emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fff" stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="6" d="M63.65 8.07c42.66.21 59.94 22.46 60.26 50.15c.18 15.48-9.79 28.84-25.07 36.98c-7.45 5.27 1.42 22.54 8.52 26.95c0 0-25.1-1.71-32.02-19.4c-3.82.56-7.75.85-11.78.85c-33.28 0-60.17-17.68-60.17-45.38S20.58 7.86 63.65 8.07z"/></svg>
React
import type { SVGProps } from "react";
export function NotoLeftSpeechBubble(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fff" stroke="#000" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="6" d="M63.65 8.07c42.66.21 59.94 22.46 60.26 50.15c.18 15.48-9.79 28.84-25.07 36.98c-7.45 5.27 1.42 22.54 8.52 26.95c0 0-25.1-1.71-32.02-19.4c-3.82.56-7.75.85-11.78.85c-33.28 0-60.17-17.68-60.17-45.38S20.58 7.86 63.65 8.07z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fff" stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="6" d="M63.65 8.07c42.66.21 59.94 22.46 60.26 50.15c.18 15.48-9.79 28.84-25.07 36.98c-7.45 5.27 1.42 22.54 8.52 26.95c0 0-25.1-1.71-32.02-19.4c-3.82.56-7.75.85-11.78.85c-33.28 0-60.17-17.68-60.17-45.38S20.58 7.86 63.65 8.07z"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%226%22%20d%3D%22M63.65%208.07c42.66.21%2059.94%2022.46%2060.26%2050.15c.18%2015.48-9.79%2028.84-25.07%2036.98c-7.45%205.27%201.42%2022.54%208.52%2026.95c0%200-25.1-1.71-32.02-19.4c-3.82.56-7.75.85-11.78.85c-33.28%200-60.17-17.68-60.17-45.38S20.58%207.86%2063.65%208.07z%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%23fff%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%226%22%20d%3D%22M63.65%208.07c42.66.21%2059.94%2022.46%2060.26%2050.15c.18%2015.48-9.79%2028.84-25.07%2036.98c-7.45%205.27%201.42%2022.54%208.52%2026.95c0%200-25.1-1.71-32.02-19.4c-3.82.56-7.75.85-11.78.85c-33.28%200-60.17-17.68-60.17-45.38S20.58%207.86%2063.65%208.07z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/left-speech-bubble.svg?color=%231a73e8&size=48