speech balloon emoji
speech-balloon from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- speech-balloon
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More smileys & emotion icons from Fluent Emoji High Contrast
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 speech balloon emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30.36 12.703C28.498 9.756 23.863 4 16 4S3.503 9.756 1.64 12.703a4.27 4.27 0 0 0 0 4.594c.868 1.373 2.305 3.307 4.36 5.005v4.2a1.5 1.5 0 0 0 2.184 1.335l4.35-2.23A15.3 15.3 0 0 0 16 26c7.862 0 12.497-5.756 14.36-8.703a4.27 4.27 0 0 0 0-4.594M16 6c6.79 0 10.903 4.978 12.67 7.772a2.27 2.27 0 0 1 0 2.456C26.903 19.022 22.79 24 16 24c-1.2 0-2.311-.154-3.337-.422l-.37-.096L8 25.683v-4.349l-.384-.3c-2.022-1.58-3.44-3.468-4.286-4.806a2.27 2.27 0 0 1 0-2.456C5.097 10.978 9.21 6 16 6"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastSpeechBalloon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30.36 12.703C28.498 9.756 23.863 4 16 4S3.503 9.756 1.64 12.703a4.27 4.27 0 0 0 0 4.594c.868 1.373 2.305 3.307 4.36 5.005v4.2a1.5 1.5 0 0 0 2.184 1.335l4.35-2.23A15.3 15.3 0 0 0 16 26c7.862 0 12.497-5.756 14.36-8.703a4.27 4.27 0 0 0 0-4.594M16 6c6.79 0 10.903 4.978 12.67 7.772a2.27 2.27 0 0 1 0 2.456C26.903 19.022 22.79 24 16 24c-1.2 0-2.311-.154-3.337-.422l-.37-.096L8 25.683v-4.349l-.384-.3c-2.022-1.58-3.44-3.468-4.286-4.806a2.27 2.27 0 0 1 0-2.456C5.097 10.978 9.21 6 16 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30.36 12.703C28.498 9.756 23.863 4 16 4S3.503 9.756 1.64 12.703a4.27 4.27 0 0 0 0 4.594c.868 1.373 2.305 3.307 4.36 5.005v4.2a1.5 1.5 0 0 0 2.184 1.335l4.35-2.23A15.3 15.3 0 0 0 16 26c7.862 0 12.497-5.756 14.36-8.703a4.27 4.27 0 0 0 0-4.594M16 6c6.79 0 10.903 4.978 12.67 7.772a2.27 2.27 0 0 1 0 2.456C26.903 19.022 22.79 24 16 24c-1.2 0-2.311-.154-3.337-.422l-.37-.096L8 25.683v-4.349l-.384-.3c-2.022-1.58-3.44-3.468-4.286-4.806a2.27 2.27 0 0 1 0-2.456C5.097 10.978 9.21 6 16 6"/></svg> </template>
CSS
.icon-speech-balloon {
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%22currentColor%22%20d%3D%22M30.36%2012.703C28.498%209.756%2023.863%204%2016%204S3.503%209.756%201.64%2012.703a4.27%204.27%200%200%200%200%204.594c.868%201.373%202.305%203.307%204.36%205.005v4.2a1.5%201.5%200%200%200%202.184%201.335l4.35-2.23A15.3%2015.3%200%200%200%2016%2026c7.862%200%2012.497-5.756%2014.36-8.703a4.27%204.27%200%200%200%200-4.594M16%206c6.79%200%2010.903%204.978%2012.67%207.772a2.27%202.27%200%200%201%200%202.456C26.903%2019.022%2022.79%2024%2016%2024c-1.2%200-2.311-.154-3.337-.422l-.37-.096L8%2025.683v-4.349l-.384-.3c-2.022-1.58-3.44-3.468-4.286-4.806a2.27%202.27%200%200%201%200-2.456C5.097%2010.978%209.21%206%2016%206%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%22currentColor%22%20d%3D%22M30.36%2012.703C28.498%209.756%2023.863%204%2016%204S3.503%209.756%201.64%2012.703a4.27%204.27%200%200%200%200%204.594c.868%201.373%202.305%203.307%204.36%205.005v4.2a1.5%201.5%200%200%200%202.184%201.335l4.35-2.23A15.3%2015.3%200%200%200%2016%2026c7.862%200%2012.497-5.756%2014.36-8.703a4.27%204.27%200%200%200%200-4.594M16%206c6.79%200%2010.903%204.978%2012.67%207.772a2.27%202.27%200%200%201%200%202.456C26.903%2019.022%2022.79%2024%2016%2024c-1.2%200-2.311-.154-3.337-.422l-.37-.096L8%2025.683v-4.349l-.384-.3c-2.022-1.58-3.44-3.468-4.286-4.806a2.27%202.27%200%200%201%200-2.456C5.097%2010.978%209.21%206%2016%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/speech-balloon.svg?color=%231a73e8&size=48