thought balloon emoji

thought-balloon from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.

Name
thought-balloon
Set
OpenMoji
Style
Default
Category
Smileys Emotion
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More smileys emotion icons from OpenMoji

Use the thought balloon emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fff"><path d="M9.49 29.7c.584-5.492 5.509-9.471 11-8.887c.881.094 1.717.31 2.508.611c1.407-7.636 8.471-13.02 16.32-12.19c6.705.713 11.91 5.74 13.14 12.03c.386-.004.774.009 1.167.05c5.492.584 9.471 5.51 8.887 11a9.98 9.98 0 0 1-4.558 7.363c.066.888.066 1.792-.031 2.71c-.876 8.237-8.263 14.21-16.5 13.33a14.93 14.93 0 0 1-9.072-4.365c-.827.659-1.757 2.187-2.758 2.56c-5.451 1.262-10.61-.943-13.1-5.335c-1.042-1.779-.545-3.895-.31-6.103c.078-.74.242-1.449.469-2.126c-4.57-1.322-7.676-5.758-7.156-10.65z"/><path d="M21.49 52.77c2.206 0 4 1.794 4 4s-1.794 4-4 4s-4-1.794-4-4s1.794-4 4-4m-9.13 9.74a1.136 1.136 0 0 1 0 2.27c-.625 0-1.135-.509-1.135-1.135s.51-1.135 1.135-1.135"/></g><path d="M21.49 62.77c3.309 0 6-2.691 6-6s-2.691-6-6-6s-6 2.691-6 6s2.691 6 6 6m0-10c2.206 0 4 1.794 4 4s-1.794 4-4 4s-4-1.794-4-4s1.794-4 4-4m-9.13 14.01c1.728 0 3.135-1.406 3.135-3.135s-1.406-3.135-3.135-3.135s-3.135 1.406-3.135 3.135s1.406 3.135 3.135 3.135m0-4.27a1.136 1.136 0 0 1 0 2.27c-.625 0-1.135-.509-1.135-1.135s.51-1.135 1.135-1.135"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M17.49 48.58a9.96 9.96 0 0 1-.841-8.229c-4.57-1.322-7.676-5.758-7.156-10.65c.583-5.492 5.509-9.471 11-8.887c.88.094 1.717.31 2.508.611c1.407-7.636 8.47-13.02 16.32-12.19c6.706.713 11.91 5.74 13.14 12.03c.385-.004.774.009 1.167.05c5.492.584 9.47 5.51 8.887 11a9.98 9.98 0 0 1-4.558 7.363c.066.888.066 1.792-.032 2.71c-.875 8.237-8.263 14.21-16.5 13.33a14.93 14.93 0 0 1-9.072-4.365a10 10 0 0 1-2.758 1.56"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiThoughtBalloon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fff"><path d="M9.49 29.7c.584-5.492 5.509-9.471 11-8.887c.881.094 1.717.31 2.508.611c1.407-7.636 8.471-13.02 16.32-12.19c6.705.713 11.91 5.74 13.14 12.03c.386-.004.774.009 1.167.05c5.492.584 9.471 5.51 8.887 11a9.98 9.98 0 0 1-4.558 7.363c.066.888.066 1.792-.031 2.71c-.876 8.237-8.263 14.21-16.5 13.33a14.93 14.93 0 0 1-9.072-4.365c-.827.659-1.757 2.187-2.758 2.56c-5.451 1.262-10.61-.943-13.1-5.335c-1.042-1.779-.545-3.895-.31-6.103c.078-.74.242-1.449.469-2.126c-4.57-1.322-7.676-5.758-7.156-10.65z"/><path d="M21.49 52.77c2.206 0 4 1.794 4 4s-1.794 4-4 4s-4-1.794-4-4s1.794-4 4-4m-9.13 9.74a1.136 1.136 0 0 1 0 2.27c-.625 0-1.135-.509-1.135-1.135s.51-1.135 1.135-1.135"/></g><path d="M21.49 62.77c3.309 0 6-2.691 6-6s-2.691-6-6-6s-6 2.691-6 6s2.691 6 6 6m0-10c2.206 0 4 1.794 4 4s-1.794 4-4 4s-4-1.794-4-4s1.794-4 4-4m-9.13 14.01c1.728 0 3.135-1.406 3.135-3.135s-1.406-3.135-3.135-3.135s-3.135 1.406-3.135 3.135s1.406 3.135 3.135 3.135m0-4.27a1.136 1.136 0 0 1 0 2.27c-.625 0-1.135-.509-1.135-1.135s.51-1.135 1.135-1.135"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M17.49 48.58a9.96 9.96 0 0 1-.841-8.229c-4.57-1.322-7.676-5.758-7.156-10.65c.583-5.492 5.509-9.471 11-8.887c.88.094 1.717.31 2.508.611c1.407-7.636 8.47-13.02 16.32-12.19c6.706.713 11.91 5.74 13.14 12.03c.385-.004.774.009 1.167.05c5.492.584 9.47 5.51 8.887 11a9.98 9.98 0 0 1-4.558 7.363c.066.888.066 1.792-.032 2.71c-.875 8.237-8.263 14.21-16.5 13.33a14.93 14.93 0 0 1-9.072-4.365a10 10 0 0 1-2.758 1.56"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fff"><path d="M9.49 29.7c.584-5.492 5.509-9.471 11-8.887c.881.094 1.717.31 2.508.611c1.407-7.636 8.471-13.02 16.32-12.19c6.705.713 11.91 5.74 13.14 12.03c.386-.004.774.009 1.167.05c5.492.584 9.471 5.51 8.887 11a9.98 9.98 0 0 1-4.558 7.363c.066.888.066 1.792-.031 2.71c-.876 8.237-8.263 14.21-16.5 13.33a14.93 14.93 0 0 1-9.072-4.365c-.827.659-1.757 2.187-2.758 2.56c-5.451 1.262-10.61-.943-13.1-5.335c-1.042-1.779-.545-3.895-.31-6.103c.078-.74.242-1.449.469-2.126c-4.57-1.322-7.676-5.758-7.156-10.65z"/><path d="M21.49 52.77c2.206 0 4 1.794 4 4s-1.794 4-4 4s-4-1.794-4-4s1.794-4 4-4m-9.13 9.74a1.136 1.136 0 0 1 0 2.27c-.625 0-1.135-.509-1.135-1.135s.51-1.135 1.135-1.135"/></g><path d="M21.49 62.77c3.309 0 6-2.691 6-6s-2.691-6-6-6s-6 2.691-6 6s2.691 6 6 6m0-10c2.206 0 4 1.794 4 4s-1.794 4-4 4s-4-1.794-4-4s1.794-4 4-4m-9.13 14.01c1.728 0 3.135-1.406 3.135-3.135s-1.406-3.135-3.135-3.135s-3.135 1.406-3.135 3.135s1.406 3.135 3.135 3.135m0-4.27a1.136 1.136 0 0 1 0 2.27c-.625 0-1.135-.509-1.135-1.135s.51-1.135 1.135-1.135"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M17.49 48.58a9.96 9.96 0 0 1-.841-8.229c-4.57-1.322-7.676-5.758-7.156-10.65c.583-5.492 5.509-9.471 11-8.887c.88.094 1.717.31 2.508.611c1.407-7.636 8.47-13.02 16.32-12.19c6.706.713 11.91 5.74 13.14 12.03c.385-.004.774.009 1.167.05c5.492.584 9.47 5.51 8.887 11a9.98 9.98 0 0 1-4.558 7.363c.066.888.066 1.792-.032 2.71c-.875 8.237-8.263 14.21-16.5 13.33a14.93 14.93 0 0 1-9.072-4.365a10 10 0 0 1-2.758 1.56"/></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%2072%2072%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9.49%2029.7c.584-5.492%205.509-9.471%2011-8.887c.881.094%201.717.31%202.508.611c1.407-7.636%208.471-13.02%2016.32-12.19c6.705.713%2011.91%205.74%2013.14%2012.03c.386-.004.774.009%201.167.05c5.492.584%209.471%205.51%208.887%2011a9.98%209.98%200%200%201-4.558%207.363c.066.888.066%201.792-.031%202.71c-.876%208.237-8.263%2014.21-16.5%2013.33a14.93%2014.93%200%200%201-9.072-4.365c-.827.659-1.757%202.187-2.758%202.56c-5.451%201.262-10.61-.943-13.1-5.335c-1.042-1.779-.545-3.895-.31-6.103c.078-.74.242-1.449.469-2.126c-4.57-1.322-7.676-5.758-7.156-10.65z%22%2F%3E%3Cpath%20d%3D%22M21.49%2052.77c2.206%200%204%201.794%204%204s-1.794%204-4%204s-4-1.794-4-4s1.794-4%204-4m-9.13%209.74a1.136%201.136%200%200%201%200%202.27c-.625%200-1.135-.509-1.135-1.135s.51-1.135%201.135-1.135%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M21.49%2062.77c3.309%200%206-2.691%206-6s-2.691-6-6-6s-6%202.691-6%206s2.691%206%206%206m0-10c2.206%200%204%201.794%204%204s-1.794%204-4%204s-4-1.794-4-4s1.794-4%204-4m-9.13%2014.01c1.728%200%203.135-1.406%203.135-3.135s-1.406-3.135-3.135-3.135s-3.135%201.406-3.135%203.135s1.406%203.135%203.135%203.135m0-4.27a1.136%201.136%200%200%201%200%202.27c-.625%200-1.135-.509-1.135-1.135s.51-1.135%201.135-1.135%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M17.49%2048.58a9.96%209.96%200%200%201-.841-8.229c-4.57-1.322-7.676-5.758-7.156-10.65c.583-5.492%205.509-9.471%2011-8.887c.88.094%201.717.31%202.508.611c1.407-7.636%208.47-13.02%2016.32-12.19c6.706.713%2011.91%205.74%2013.14%2012.03c.385-.004.774.009%201.167.05c5.492.584%209.47%205.51%208.887%2011a9.98%209.98%200%200%201-4.558%207.363c.066.888.066%201.792-.032%202.71c-.875%208.237-8.263%2014.21-16.5%2013.33a14.93%2014.93%200%200%201-9.072-4.365a10%2010%200%200%201-2.758%201.56%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%2072%2072%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9.49%2029.7c.584-5.492%205.509-9.471%2011-8.887c.881.094%201.717.31%202.508.611c1.407-7.636%208.471-13.02%2016.32-12.19c6.705.713%2011.91%205.74%2013.14%2012.03c.386-.004.774.009%201.167.05c5.492.584%209.471%205.51%208.887%2011a9.98%209.98%200%200%201-4.558%207.363c.066.888.066%201.792-.031%202.71c-.876%208.237-8.263%2014.21-16.5%2013.33a14.93%2014.93%200%200%201-9.072-4.365c-.827.659-1.757%202.187-2.758%202.56c-5.451%201.262-10.61-.943-13.1-5.335c-1.042-1.779-.545-3.895-.31-6.103c.078-.74.242-1.449.469-2.126c-4.57-1.322-7.676-5.758-7.156-10.65z%22%2F%3E%3Cpath%20d%3D%22M21.49%2052.77c2.206%200%204%201.794%204%204s-1.794%204-4%204s-4-1.794-4-4s1.794-4%204-4m-9.13%209.74a1.136%201.136%200%200%201%200%202.27c-.625%200-1.135-.509-1.135-1.135s.51-1.135%201.135-1.135%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M21.49%2062.77c3.309%200%206-2.691%206-6s-2.691-6-6-6s-6%202.691-6%206s2.691%206%206%206m0-10c2.206%200%204%201.794%204%204s-1.794%204-4%204s-4-1.794-4-4s1.794-4%204-4m-9.13%2014.01c1.728%200%203.135-1.406%203.135-3.135s-1.406-3.135-3.135-3.135s-3.135%201.406-3.135%203.135s1.406%203.135%203.135%203.135m0-4.27a1.136%201.136%200%200%201%200%202.27c-.625%200-1.135-.509-1.135-1.135s.51-1.135%201.135-1.135%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M17.49%2048.58a9.96%209.96%200%200%201-.841-8.229c-4.57-1.322-7.676-5.758-7.156-10.65c.583-5.492%205.509-9.471%2011-8.887c.88.094%201.717.31%202.508.611c1.407-7.636%208.47-13.02%2016.32-12.19c6.706.713%2011.91%205.74%2013.14%2012.03c.385-.004.774.009%201.167.05c5.492.584%209.47%205.51%208.887%2011a9.98%209.98%200%200%201-4.558%207.363c.066.888.066%201.792-.032%202.71c-.875%208.237-8.263%2014.21-16.5%2013.33a14.93%2014.93%200%200%201-9.072-4.365a10%2010%200%200%201-2.758%201.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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