speech balloon emoji

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

Name
speech-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 speech 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-linejoin="round" stroke-miterlimit="10" stroke-width="6" d="M63.65 8.07C20.99 8.29 3.72 30.53 3.39 58.23c-.18 15.47 9.79 28.83 25.07 36.98c7.45 5.27-1.42 22.54-8.52 26.95c0 0 25.1-1.71 32.02-19.4c3.82.56 7.75.85 11.78.85c33.28 0 60.17-17.68 60.17-45.38S106.72 7.86 63.65 8.07z"/><g fill="#54646d"><circle cx="32.6" cy="57" r="8"/><circle cx="64.6" cy="57" r="8"/><circle cx="95.4" cy="57" r="8"/></g></svg>

React

import type { SVGProps } from "react";

export function NotoSpeechBalloon(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" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="6" d="M63.65 8.07C20.99 8.29 3.72 30.53 3.39 58.23c-.18 15.47 9.79 28.83 25.07 36.98c7.45 5.27-1.42 22.54-8.52 26.95c0 0 25.1-1.71 32.02-19.4c3.82.56 7.75.85 11.78.85c33.28 0 60.17-17.68 60.17-45.38S106.72 7.86 63.65 8.07z"/><g fill="#54646d"><circle cx="32.6" cy="57" r="8"/><circle cx="64.6" cy="57" r="8"/><circle cx="95.4" cy="57" r="8"/></g></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-linejoin="round" stroke-miterlimit="10" stroke-width="6" d="M63.65 8.07C20.99 8.29 3.72 30.53 3.39 58.23c-.18 15.47 9.79 28.83 25.07 36.98c7.45 5.27-1.42 22.54-8.52 26.95c0 0 25.1-1.71 32.02-19.4c3.82.56 7.75.85 11.78.85c33.28 0 60.17-17.68 60.17-45.38S106.72 7.86 63.65 8.07z"/><g fill="#54646d"><circle cx="32.6" cy="57" r="8"/><circle cx="64.6" cy="57" r="8"/><circle cx="95.4" cy="57" r="8"/></g></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%226%22%20d%3D%22M63.65%208.07C20.99%208.29%203.72%2030.53%203.39%2058.23c-.18%2015.47%209.79%2028.83%2025.07%2036.98c7.45%205.27-1.42%2022.54-8.52%2026.95c0%200%2025.1-1.71%2032.02-19.4c3.82.56%207.75.85%2011.78.85c33.28%200%2060.17-17.68%2060.17-45.38S106.72%207.86%2063.65%208.07z%22%2F%3E%3Cg%20fill%3D%22%2354646d%22%3E%3Ccircle%20cx%3D%2232.6%22%20cy%3D%2257%22%20r%3D%228%22%2F%3E%3Ccircle%20cx%3D%2264.6%22%20cy%3D%2257%22%20r%3D%228%22%2F%3E%3Ccircle%20cx%3D%2295.4%22%20cy%3D%2257%22%20r%3D%228%22%2F%3E%3C%2Fg%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-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%226%22%20d%3D%22M63.65%208.07C20.99%208.29%203.72%2030.53%203.39%2058.23c-.18%2015.47%209.79%2028.83%2025.07%2036.98c7.45%205.27-1.42%2022.54-8.52%2026.95c0%200%2025.1-1.71%2032.02-19.4c3.82.56%207.75.85%2011.78.85c33.28%200%2060.17-17.68%2060.17-45.38S106.72%207.86%2063.65%208.07z%22%2F%3E%3Cg%20fill%3D%22%2354646d%22%3E%3Ccircle%20cx%3D%2232.6%22%20cy%3D%2257%22%20r%3D%228%22%2F%3E%3Ccircle%20cx%3D%2264.6%22%20cy%3D%2257%22%20r%3D%228%22%2F%3E%3Ccircle%20cx%3D%2295.4%22%20cy%3D%2257%22%20r%3D%228%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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