thought balloon emoji

thought-balloon from Streamline Emojis by Streamline · Default · Symbols · CC-BY-4.0 Attribution required.

Name
thought-balloon
Set
Streamline Emojis
Style
Default
Category
Symbols
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Streamline Emojis

Use the thought balloon emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M14 43.5a13.5 1.5 0 1 0 27 0a13.5 1.5 0 1 0-27 0" opacity=".15"/><path fill="#fff" d="M47.5 17.69A13.69 13.69 0 0 0 21.87 11a10.75 10.75 0 1 0-6.36 19.85a10.25 10.25 0 0 0 18.78.51A13.68 13.68 0 0 0 47.5 17.69"/><path fill="#f0f0f0" d="M34.65 27.17A10.73 10.73 0 0 1 15 26.65A11.26 11.26 0 0 1 5.46 20v.13a10.74 10.74 0 0 0 10.05 10.72a10.25 10.25 0 0 0 18.78.51A13.68 13.68 0 0 0 47.48 18.1a14.32 14.32 0 0 1-12.83 9.07"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M47.5 17.69A13.69 13.69 0 0 0 21.87 11a10.75 10.75 0 1 0-6.36 19.85a10.25 10.25 0 0 0 18.78.51A13.68 13.68 0 0 0 47.5 17.69"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M.5 41.11a1.96 1.96 0 1 0 3.92 0a1.96 1.96 0 1 0-3.92 0"/><path fill="#fff" d="M7.87 37.58a3.42 3.42 0 1 0 6.84 0a3.42 3.42 0 1 0-6.84 0"/><path fill="#f0f0f0" d="M11.29 39.53a4.39 4.39 0 0 1-3.39-1.62a3.4 3.4 0 0 0 6.78 0a4.39 4.39 0 0 1-3.39 1.62"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M7.87 37.58a3.42 3.42 0 1 0 6.84 0a3.42 3.42 0 1 0-6.84 0"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisThoughtBalloon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M14 43.5a13.5 1.5 0 1 0 27 0a13.5 1.5 0 1 0-27 0" opacity=".15"/><path fill="#fff" d="M47.5 17.69A13.69 13.69 0 0 0 21.87 11a10.75 10.75 0 1 0-6.36 19.85a10.25 10.25 0 0 0 18.78.51A13.68 13.68 0 0 0 47.5 17.69"/><path fill="#f0f0f0" d="M34.65 27.17A10.73 10.73 0 0 1 15 26.65A11.26 11.26 0 0 1 5.46 20v.13a10.74 10.74 0 0 0 10.05 10.72a10.25 10.25 0 0 0 18.78.51A13.68 13.68 0 0 0 47.48 18.1a14.32 14.32 0 0 1-12.83 9.07"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M47.5 17.69A13.69 13.69 0 0 0 21.87 11a10.75 10.75 0 1 0-6.36 19.85a10.25 10.25 0 0 0 18.78.51A13.68 13.68 0 0 0 47.5 17.69"/><path fill="#fff" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M.5 41.11a1.96 1.96 0 1 0 3.92 0a1.96 1.96 0 1 0-3.92 0"/><path fill="#fff" d="M7.87 37.58a3.42 3.42 0 1 0 6.84 0a3.42 3.42 0 1 0-6.84 0"/><path fill="#f0f0f0" d="M11.29 39.53a4.39 4.39 0 0 1-3.39-1.62a3.4 3.4 0 0 0 6.78 0a4.39 4.39 0 0 1-3.39 1.62"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M7.87 37.58a3.42 3.42 0 1 0 6.84 0a3.42 3.42 0 1 0-6.84 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M14 43.5a13.5 1.5 0 1 0 27 0a13.5 1.5 0 1 0-27 0" opacity=".15"/><path fill="#fff" d="M47.5 17.69A13.69 13.69 0 0 0 21.87 11a10.75 10.75 0 1 0-6.36 19.85a10.25 10.25 0 0 0 18.78.51A13.68 13.68 0 0 0 47.5 17.69"/><path fill="#f0f0f0" d="M34.65 27.17A10.73 10.73 0 0 1 15 26.65A11.26 11.26 0 0 1 5.46 20v.13a10.74 10.74 0 0 0 10.05 10.72a10.25 10.25 0 0 0 18.78.51A13.68 13.68 0 0 0 47.48 18.1a14.32 14.32 0 0 1-12.83 9.07"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M47.5 17.69A13.69 13.69 0 0 0 21.87 11a10.75 10.75 0 1 0-6.36 19.85a10.25 10.25 0 0 0 18.78.51A13.68 13.68 0 0 0 47.5 17.69"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M.5 41.11a1.96 1.96 0 1 0 3.92 0a1.96 1.96 0 1 0-3.92 0"/><path fill="#fff" d="M7.87 37.58a3.42 3.42 0 1 0 6.84 0a3.42 3.42 0 1 0-6.84 0"/><path fill="#f0f0f0" d="M11.29 39.53a4.39 4.39 0 0 1-3.39-1.62a3.4 3.4 0 0 0 6.78 0a4.39 4.39 0 0 1-3.39 1.62"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M7.87 37.58a3.42 3.42 0 1 0 6.84 0a3.42 3.42 0 1 0-6.84 0"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M14%2043.5a13.5%201.5%200%201%200%2027%200a13.5%201.5%200%201%200-27%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M47.5%2017.69A13.69%2013.69%200%200%200%2021.87%2011a10.75%2010.75%200%201%200-6.36%2019.85a10.25%2010.25%200%200%200%2018.78.51A13.68%2013.68%200%200%200%2047.5%2017.69%22%2F%3E%3Cpath%20fill%3D%22%23f0f0f0%22%20d%3D%22M34.65%2027.17A10.73%2010.73%200%200%201%2015%2026.65A11.26%2011.26%200%200%201%205.46%2020v.13a10.74%2010.74%200%200%200%2010.05%2010.72a10.25%2010.25%200%200%200%2018.78.51A13.68%2013.68%200%200%200%2047.48%2018.1a14.32%2014.32%200%200%201-12.83%209.07%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M47.5%2017.69A13.69%2013.69%200%200%200%2021.87%2011a10.75%2010.75%200%201%200-6.36%2019.85a10.25%2010.25%200%200%200%2018.78.51A13.68%2013.68%200%200%200%2047.5%2017.69%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M.5%2041.11a1.96%201.96%200%201%200%203.92%200a1.96%201.96%200%201%200-3.92%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.87%2037.58a3.42%203.42%200%201%200%206.84%200a3.42%203.42%200%201%200-6.84%200%22%2F%3E%3Cpath%20fill%3D%22%23f0f0f0%22%20d%3D%22M11.29%2039.53a4.39%204.39%200%200%201-3.39-1.62a3.4%203.4%200%200%200%206.78%200a4.39%204.39%200%200%201-3.39%201.62%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.87%2037.58a3.42%203.42%200%201%200%206.84%200a3.42%203.42%200%201%200-6.84%200%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M14%2043.5a13.5%201.5%200%201%200%2027%200a13.5%201.5%200%201%200-27%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M47.5%2017.69A13.69%2013.69%200%200%200%2021.87%2011a10.75%2010.75%200%201%200-6.36%2019.85a10.25%2010.25%200%200%200%2018.78.51A13.68%2013.68%200%200%200%2047.5%2017.69%22%2F%3E%3Cpath%20fill%3D%22%23f0f0f0%22%20d%3D%22M34.65%2027.17A10.73%2010.73%200%200%201%2015%2026.65A11.26%2011.26%200%200%201%205.46%2020v.13a10.74%2010.74%200%200%200%2010.05%2010.72a10.25%2010.25%200%200%200%2018.78.51A13.68%2013.68%200%200%200%2047.48%2018.1a14.32%2014.32%200%200%201-12.83%209.07%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M47.5%2017.69A13.69%2013.69%200%200%200%2021.87%2011a10.75%2010.75%200%201%200-6.36%2019.85a10.25%2010.25%200%200%200%2018.78.51A13.68%2013.68%200%200%200%2047.5%2017.69%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M.5%2041.11a1.96%201.96%200%201%200%203.92%200a1.96%201.96%200%201%200-3.92%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.87%2037.58a3.42%203.42%200%201%200%206.84%200a3.42%203.42%200%201%200-6.84%200%22%2F%3E%3Cpath%20fill%3D%22%23f0f0f0%22%20d%3D%22M11.29%2039.53a4.39%204.39%200%200%201-3.39-1.62a3.4%203.4%200%200%200%206.78%200a4.39%204.39%200%200%201-3.39%201.62%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.87%2037.58a3.42%203.42%200%201%200%206.84%200a3.42%203.42%200%201%200-6.84%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/thought-balloon.svg?color=%231a73e8&size=48