thought balloon emoji

thought-balloon from Noto Emoji by Google Inc · Default · Smileys & Emotion · Apache-2.0 Free for personal and commercial use.

Name
thought-balloon
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

Use the thought balloon 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-miterlimit="10" stroke-width="6" d="M120.44 51.23a29.9 29.9 0 0 0 2.96-13.02c0-16.6-13.45-30.05-30.05-30.05c-3.89 0-7.61.75-11.03 2.1C77.95 6.45 72.22 4.1 66 4.1c-7.6 0-14.4 3.4-18.9 8.7c-3.5-1.9-7.5-3-11.7-3c-13.4.1-24.3 10.9-24.3 24.3c0 5 1.5 9.7 4.2 13.6c-5 4-8.5 9.9-9.2 16.8C4.8 77.9 14.7 90 28.3 91.3c3.2.3 6.2 0 9.1-.8c1.1 10.7 10.1 19 21.1 19c7 0 13.2-3.4 17-8.6c3.6 2.8 8.1 4.6 13.1 4.6c11 0 20.1-8.5 20.9-19.2C118 82.4 124 73.8 124 63.8c0-4.59-1.33-8.92-3.56-12.57z"/><path fill="#fff" stroke="#000" stroke-miterlimit="10" stroke-width="4.5" d="M24.3 97.3c-4.5-.5-8.5 2.8-9 7.3s2.8 8.5 7.3 8.9c4.5.5 8.5-2.8 9-7.3s-2.8-8.5-7.3-8.9zM9 114.3c-3-.3-5.7 1.9-6 4.9s1.9 5.6 4.9 5.9s5.7-1.9 6-4.9c.3-2.9-1.9-5.6-4.9-5.9z"/></svg>

React

import type { SVGProps } from "react";

export function NotoThoughtBalloon(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" strokeMiterlimit="10" strokeWidth="6" d="M120.44 51.23a29.9 29.9 0 0 0 2.96-13.02c0-16.6-13.45-30.05-30.05-30.05c-3.89 0-7.61.75-11.03 2.1C77.95 6.45 72.22 4.1 66 4.1c-7.6 0-14.4 3.4-18.9 8.7c-3.5-1.9-7.5-3-11.7-3c-13.4.1-24.3 10.9-24.3 24.3c0 5 1.5 9.7 4.2 13.6c-5 4-8.5 9.9-9.2 16.8C4.8 77.9 14.7 90 28.3 91.3c3.2.3 6.2 0 9.1-.8c1.1 10.7 10.1 19 21.1 19c7 0 13.2-3.4 17-8.6c3.6 2.8 8.1 4.6 13.1 4.6c11 0 20.1-8.5 20.9-19.2C118 82.4 124 73.8 124 63.8c0-4.59-1.33-8.92-3.56-12.57z"/><path fill="#fff" stroke="#000" strokeMiterlimit="10" strokeWidth="4.5" d="M24.3 97.3c-4.5-.5-8.5 2.8-9 7.3s2.8 8.5 7.3 8.9c4.5.5 8.5-2.8 9-7.3s-2.8-8.5-7.3-8.9zM9 114.3c-3-.3-5.7 1.9-6 4.9s1.9 5.6 4.9 5.9s5.7-1.9 6-4.9c.3-2.9-1.9-5.6-4.9-5.9z"/></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-miterlimit="10" stroke-width="6" d="M120.44 51.23a29.9 29.9 0 0 0 2.96-13.02c0-16.6-13.45-30.05-30.05-30.05c-3.89 0-7.61.75-11.03 2.1C77.95 6.45 72.22 4.1 66 4.1c-7.6 0-14.4 3.4-18.9 8.7c-3.5-1.9-7.5-3-11.7-3c-13.4.1-24.3 10.9-24.3 24.3c0 5 1.5 9.7 4.2 13.6c-5 4-8.5 9.9-9.2 16.8C4.8 77.9 14.7 90 28.3 91.3c3.2.3 6.2 0 9.1-.8c1.1 10.7 10.1 19 21.1 19c7 0 13.2-3.4 17-8.6c3.6 2.8 8.1 4.6 13.1 4.6c11 0 20.1-8.5 20.9-19.2C118 82.4 124 73.8 124 63.8c0-4.59-1.33-8.92-3.56-12.57z"/><path fill="#fff" stroke="#000" stroke-miterlimit="10" stroke-width="4.5" d="M24.3 97.3c-4.5-.5-8.5 2.8-9 7.3s2.8 8.5 7.3 8.9c4.5.5 8.5-2.8 9-7.3s-2.8-8.5-7.3-8.9zM9 114.3c-3-.3-5.7 1.9-6 4.9s1.9 5.6 4.9 5.9s5.7-1.9 6-4.9c.3-2.9-1.9-5.6-4.9-5.9z"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%226%22%20d%3D%22M120.44%2051.23a29.9%2029.9%200%200%200%202.96-13.02c0-16.6-13.45-30.05-30.05-30.05c-3.89%200-7.61.75-11.03%202.1C77.95%206.45%2072.22%204.1%2066%204.1c-7.6%200-14.4%203.4-18.9%208.7c-3.5-1.9-7.5-3-11.7-3c-13.4.1-24.3%2010.9-24.3%2024.3c0%205%201.5%209.7%204.2%2013.6c-5%204-8.5%209.9-9.2%2016.8C4.8%2077.9%2014.7%2090%2028.3%2091.3c3.2.3%206.2%200%209.1-.8c1.1%2010.7%2010.1%2019%2021.1%2019c7%200%2013.2-3.4%2017-8.6c3.6%202.8%208.1%204.6%2013.1%204.6c11%200%2020.1-8.5%2020.9-19.2C118%2082.4%20124%2073.8%20124%2063.8c0-4.59-1.33-8.92-3.56-12.57z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224.5%22%20d%3D%22M24.3%2097.3c-4.5-.5-8.5%202.8-9%207.3s2.8%208.5%207.3%208.9c4.5.5%208.5-2.8%209-7.3s-2.8-8.5-7.3-8.9zM9%20114.3c-3-.3-5.7%201.9-6%204.9s1.9%205.6%204.9%205.9s5.7-1.9%206-4.9c.3-2.9-1.9-5.6-4.9-5.9z%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-miterlimit%3D%2210%22%20stroke-width%3D%226%22%20d%3D%22M120.44%2051.23a29.9%2029.9%200%200%200%202.96-13.02c0-16.6-13.45-30.05-30.05-30.05c-3.89%200-7.61.75-11.03%202.1C77.95%206.45%2072.22%204.1%2066%204.1c-7.6%200-14.4%203.4-18.9%208.7c-3.5-1.9-7.5-3-11.7-3c-13.4.1-24.3%2010.9-24.3%2024.3c0%205%201.5%209.7%204.2%2013.6c-5%204-8.5%209.9-9.2%2016.8C4.8%2077.9%2014.7%2090%2028.3%2091.3c3.2.3%206.2%200%209.1-.8c1.1%2010.7%2010.1%2019%2021.1%2019c7%200%2013.2-3.4%2017-8.6c3.6%202.8%208.1%204.6%2013.1%204.6c11%200%2020.1-8.5%2020.9-19.2C118%2082.4%20124%2073.8%20124%2063.8c0-4.59-1.33-8.92-3.56-12.57z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224.5%22%20d%3D%22M24.3%2097.3c-4.5-.5-8.5%202.8-9%207.3s2.8%208.5%207.3%208.9c4.5.5%208.5-2.8%209-7.3s-2.8-8.5-7.3-8.9zM9%20114.3c-3-.3-5.7%201.9-6%204.9s1.9%205.6%204.9%205.9s5.7-1.9%206-4.9c.3-2.9-1.9-5.6-4.9-5.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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