thought balloon emoji
thought-balloon from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- thought-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 thought balloon emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="evenodd" d="M15.995 2a4.63 4.63 0 0 0-3.607 1.725a5.5 5.5 0 0 0-2.59-.649c-3.273 0-5.707 2.774-5.652 5.845C2.286 9.858 1 11.769 1 14.005c0 2.227.96 3.609 1.974 4.416c.416.331.828.557 1.161.709c-.028 3.053 2.4 5.794 5.653 5.794c.946 0 1.824-.238 2.595-.647a4.63 4.63 0 0 0 7.208-.002a5.5 5.5 0 0 0 2.59.649c3.272 0 5.706-2.77 5.653-5.84c1.87-.93 3.166-2.84 3.166-5.079c0-2.227-.96-3.609-1.974-4.416a5.6 5.6 0 0 0-1.161-.709c.028-3.053-2.4-5.794-5.653-5.794a5.5 5.5 0 0 0-2.596.648A4.64 4.64 0 0 0 15.995 2m-2.397 3.534A2.65 2.65 0 0 1 15.995 4c1.062 0 1.976.62 2.421 1.554a1 1 0 0 0 1.53.348a3.58 3.58 0 0 1 2.266-.816c2.245 0 3.95 2.084 3.61 4.304a1 1 0 0 0 .392.955c.083.062.158.098.178.107c.053.025.1.042.116.048l.094.032l.024.008q.116.037.294.11c.24.1.552.258.86.503c.582.464 1.22 1.29 1.22 2.852c0 1.62-1.056 2.993-2.54 3.487a1 1 0 0 0-.671 1.107c.354 2.225-1.354 4.325-3.607 4.325c-.849 0-1.626-.309-2.273-.82a1 1 0 0 0-1.527.361A2.65 2.65 0 0 1 15.985 24c-1.052 0-1.964-.621-2.4-1.54a1 1 0 0 0-1.53-.352a3.58 3.58 0 0 1-2.267.816c-2.245 0-3.95-2.084-3.61-4.304a1 1 0 0 0-.392-.955a1 1 0 0 0-.178-.107a1 1 0 0 0-.116-.048l-.094-.032l-.024-.008a4 4 0 0 1-.294-.11a3.6 3.6 0 0 1-.86-.503C3.639 16.392 3 15.567 3 14.005c0-1.624 1.05-2.997 2.526-3.5a1 1 0 0 0 .665-1.103c-.354-2.226 1.353-4.326 3.607-4.326c.849 0 1.626.309 2.273.82a1 1 0 0 0 1.527-.362M4.5 24a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M3 27.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastThoughtBalloon(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" fillRule="evenodd" d="M15.995 2a4.63 4.63 0 0 0-3.607 1.725a5.5 5.5 0 0 0-2.59-.649c-3.273 0-5.707 2.774-5.652 5.845C2.286 9.858 1 11.769 1 14.005c0 2.227.96 3.609 1.974 4.416c.416.331.828.557 1.161.709c-.028 3.053 2.4 5.794 5.653 5.794c.946 0 1.824-.238 2.595-.647a4.63 4.63 0 0 0 7.208-.002a5.5 5.5 0 0 0 2.59.649c3.272 0 5.706-2.77 5.653-5.84c1.87-.93 3.166-2.84 3.166-5.079c0-2.227-.96-3.609-1.974-4.416a5.6 5.6 0 0 0-1.161-.709c.028-3.053-2.4-5.794-5.653-5.794a5.5 5.5 0 0 0-2.596.648A4.64 4.64 0 0 0 15.995 2m-2.397 3.534A2.65 2.65 0 0 1 15.995 4c1.062 0 1.976.62 2.421 1.554a1 1 0 0 0 1.53.348a3.58 3.58 0 0 1 2.266-.816c2.245 0 3.95 2.084 3.61 4.304a1 1 0 0 0 .392.955c.083.062.158.098.178.107c.053.025.1.042.116.048l.094.032l.024.008q.116.037.294.11c.24.1.552.258.86.503c.582.464 1.22 1.29 1.22 2.852c0 1.62-1.056 2.993-2.54 3.487a1 1 0 0 0-.671 1.107c.354 2.225-1.354 4.325-3.607 4.325c-.849 0-1.626-.309-2.273-.82a1 1 0 0 0-1.527.361A2.65 2.65 0 0 1 15.985 24c-1.052 0-1.964-.621-2.4-1.54a1 1 0 0 0-1.53-.352a3.58 3.58 0 0 1-2.267.816c-2.245 0-3.95-2.084-3.61-4.304a1 1 0 0 0-.392-.955a1 1 0 0 0-.178-.107a1 1 0 0 0-.116-.048l-.094-.032l-.024-.008a4 4 0 0 1-.294-.11a3.6 3.6 0 0 1-.86-.503C3.639 16.392 3 15.567 3 14.005c0-1.624 1.05-2.997 2.526-3.5a1 1 0 0 0 .665-1.103c-.354-2.226 1.353-4.326 3.607-4.326c.849 0 1.626.309 2.273.82a1 1 0 0 0 1.527-.362M4.5 24a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M3 27.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="evenodd" d="M15.995 2a4.63 4.63 0 0 0-3.607 1.725a5.5 5.5 0 0 0-2.59-.649c-3.273 0-5.707 2.774-5.652 5.845C2.286 9.858 1 11.769 1 14.005c0 2.227.96 3.609 1.974 4.416c.416.331.828.557 1.161.709c-.028 3.053 2.4 5.794 5.653 5.794c.946 0 1.824-.238 2.595-.647a4.63 4.63 0 0 0 7.208-.002a5.5 5.5 0 0 0 2.59.649c3.272 0 5.706-2.77 5.653-5.84c1.87-.93 3.166-2.84 3.166-5.079c0-2.227-.96-3.609-1.974-4.416a5.6 5.6 0 0 0-1.161-.709c.028-3.053-2.4-5.794-5.653-5.794a5.5 5.5 0 0 0-2.596.648A4.64 4.64 0 0 0 15.995 2m-2.397 3.534A2.65 2.65 0 0 1 15.995 4c1.062 0 1.976.62 2.421 1.554a1 1 0 0 0 1.53.348a3.58 3.58 0 0 1 2.266-.816c2.245 0 3.95 2.084 3.61 4.304a1 1 0 0 0 .392.955c.083.062.158.098.178.107c.053.025.1.042.116.048l.094.032l.024.008q.116.037.294.11c.24.1.552.258.86.503c.582.464 1.22 1.29 1.22 2.852c0 1.62-1.056 2.993-2.54 3.487a1 1 0 0 0-.671 1.107c.354 2.225-1.354 4.325-3.607 4.325c-.849 0-1.626-.309-2.273-.82a1 1 0 0 0-1.527.361A2.65 2.65 0 0 1 15.985 24c-1.052 0-1.964-.621-2.4-1.54a1 1 0 0 0-1.53-.352a3.58 3.58 0 0 1-2.267.816c-2.245 0-3.95-2.084-3.61-4.304a1 1 0 0 0-.392-.955a1 1 0 0 0-.178-.107a1 1 0 0 0-.116-.048l-.094-.032l-.024-.008a4 4 0 0 1-.294-.11a3.6 3.6 0 0 1-.86-.503C3.639 16.392 3 15.567 3 14.005c0-1.624 1.05-2.997 2.526-3.5a1 1 0 0 0 .665-1.103c-.354-2.226 1.353-4.326 3.607-4.326c.849 0 1.626.309 2.273.82a1 1 0 0 0 1.527-.362M4.5 24a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M3 27.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-thought-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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.995%202a4.63%204.63%200%200%200-3.607%201.725a5.5%205.5%200%200%200-2.59-.649c-3.273%200-5.707%202.774-5.652%205.845C2.286%209.858%201%2011.769%201%2014.005c0%202.227.96%203.609%201.974%204.416c.416.331.828.557%201.161.709c-.028%203.053%202.4%205.794%205.653%205.794c.946%200%201.824-.238%202.595-.647a4.63%204.63%200%200%200%207.208-.002a5.5%205.5%200%200%200%202.59.649c3.272%200%205.706-2.77%205.653-5.84c1.87-.93%203.166-2.84%203.166-5.079c0-2.227-.96-3.609-1.974-4.416a5.6%205.6%200%200%200-1.161-.709c.028-3.053-2.4-5.794-5.653-5.794a5.5%205.5%200%200%200-2.596.648A4.64%204.64%200%200%200%2015.995%202m-2.397%203.534A2.65%202.65%200%200%201%2015.995%204c1.062%200%201.976.62%202.421%201.554a1%201%200%200%200%201.53.348a3.58%203.58%200%200%201%202.266-.816c2.245%200%203.95%202.084%203.61%204.304a1%201%200%200%200%20.392.955c.083.062.158.098.178.107c.053.025.1.042.116.048l.094.032l.024.008q.116.037.294.11c.24.1.552.258.86.503c.582.464%201.22%201.29%201.22%202.852c0%201.62-1.056%202.993-2.54%203.487a1%201%200%200%200-.671%201.107c.354%202.225-1.354%204.325-3.607%204.325c-.849%200-1.626-.309-2.273-.82a1%201%200%200%200-1.527.361A2.65%202.65%200%200%201%2015.985%2024c-1.052%200-1.964-.621-2.4-1.54a1%201%200%200%200-1.53-.352a3.58%203.58%200%200%201-2.267.816c-2.245%200-3.95-2.084-3.61-4.304a1%201%200%200%200-.392-.955a1%201%200%200%200-.178-.107a1%201%200%200%200-.116-.048l-.094-.032l-.024-.008a4%204%200%200%201-.294-.11a3.6%203.6%200%200%201-.86-.503C3.639%2016.392%203%2015.567%203%2014.005c0-1.624%201.05-2.997%202.526-3.5a1%201%200%200%200%20.665-1.103c-.354-2.226%201.353-4.326%203.607-4.326c.849%200%201.626.309%202.273.82a1%201%200%200%200%201.527-.362M4.5%2024a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M3%2027.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.995%202a4.63%204.63%200%200%200-3.607%201.725a5.5%205.5%200%200%200-2.59-.649c-3.273%200-5.707%202.774-5.652%205.845C2.286%209.858%201%2011.769%201%2014.005c0%202.227.96%203.609%201.974%204.416c.416.331.828.557%201.161.709c-.028%203.053%202.4%205.794%205.653%205.794c.946%200%201.824-.238%202.595-.647a4.63%204.63%200%200%200%207.208-.002a5.5%205.5%200%200%200%202.59.649c3.272%200%205.706-2.77%205.653-5.84c1.87-.93%203.166-2.84%203.166-5.079c0-2.227-.96-3.609-1.974-4.416a5.6%205.6%200%200%200-1.161-.709c.028-3.053-2.4-5.794-5.653-5.794a5.5%205.5%200%200%200-2.596.648A4.64%204.64%200%200%200%2015.995%202m-2.397%203.534A2.65%202.65%200%200%201%2015.995%204c1.062%200%201.976.62%202.421%201.554a1%201%200%200%200%201.53.348a3.58%203.58%200%200%201%202.266-.816c2.245%200%203.95%202.084%203.61%204.304a1%201%200%200%200%20.392.955c.083.062.158.098.178.107c.053.025.1.042.116.048l.094.032l.024.008q.116.037.294.11c.24.1.552.258.86.503c.582.464%201.22%201.29%201.22%202.852c0%201.62-1.056%202.993-2.54%203.487a1%201%200%200%200-.671%201.107c.354%202.225-1.354%204.325-3.607%204.325c-.849%200-1.626-.309-2.273-.82a1%201%200%200%200-1.527.361A2.65%202.65%200%200%201%2015.985%2024c-1.052%200-1.964-.621-2.4-1.54a1%201%200%200%200-1.53-.352a3.58%203.58%200%200%201-2.267.816c-2.245%200-3.95-2.084-3.61-4.304a1%201%200%200%200-.392-.955a1%201%200%200%200-.178-.107a1%201%200%200%200-.116-.048l-.094-.032l-.024-.008a4%204%200%200%201-.294-.11a3.6%203.6%200%200%201-.86-.503C3.639%2016.392%203%2015.567%203%2014.005c0-1.624%201.05-2.997%202.526-3.5a1%201%200%200%200%20.665-1.103c-.354-2.226%201.353-4.326%203.607-4.326c.849%200%201.626.309%202.273.82a1%201%200%200%200%201.527-.362M4.5%2024a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M3%2027.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%22%20clip-rule%3D%22evenodd%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/thought-balloon.svg?color=%231a73e8&size=48