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

Name
balloon
Set
Streamline Emojis
Style
Default
Category
Objects
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More objects icons from Streamline Emojis

Use the balloon emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M16.1 45.42a7.9 1.58 0 1 0 15.8 0a7.9 1.58 0 1 0-15.8 0" opacity=".15"/><path fill="#ff6196" d="M33.31 12.94C33.31 7 29.14 2.88 24 2.88S14.69 7 14.69 12.94c0 5.37 5.16 11.23 8.39 12.27l-.74 1.7a.65.65 0 0 0 .59.91h2.14a.65.65 0 0 0 .59-.91l-.74-1.7c3.23-1.04 8.39-6.9 8.39-12.27"/><path fill="#ff87af" d="M24 7.27c4.64 0 8.48 2.85 9.18 7.08a9.6 9.6 0 0 0 .13-1.41C33.31 7 29.14 2.88 24 2.88S14.69 7 14.69 12.94a9.6 9.6 0 0 0 .13 1.41c.7-4.23 4.54-7.08 9.18-7.08"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M33.31 12.94C33.31 7 29.14 2.88 24 2.88S14.69 7 14.69 12.94c0 5.37 5.16 11.23 8.39 12.27l-.74 1.7a.65.65 0 0 0 .59.91h2.14a.65.65 0 0 0 .59-.91l-.74-1.7c3.23-1.04 8.39-6.9 8.39-12.27M24 27.82c0 6.34 8 7.18 11.78 10.35s3.56 6.33 3.56 6.33"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisBalloon(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="M16.1 45.42a7.9 1.58 0 1 0 15.8 0a7.9 1.58 0 1 0-15.8 0" opacity=".15"/><path fill="#ff6196" d="M33.31 12.94C33.31 7 29.14 2.88 24 2.88S14.69 7 14.69 12.94c0 5.37 5.16 11.23 8.39 12.27l-.74 1.7a.65.65 0 0 0 .59.91h2.14a.65.65 0 0 0 .59-.91l-.74-1.7c3.23-1.04 8.39-6.9 8.39-12.27"/><path fill="#ff87af" d="M24 7.27c4.64 0 8.48 2.85 9.18 7.08a9.6 9.6 0 0 0 .13-1.41C33.31 7 29.14 2.88 24 2.88S14.69 7 14.69 12.94a9.6 9.6 0 0 0 .13 1.41c.7-4.23 4.54-7.08 9.18-7.08"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M33.31 12.94C33.31 7 29.14 2.88 24 2.88S14.69 7 14.69 12.94c0 5.37 5.16 11.23 8.39 12.27l-.74 1.7a.65.65 0 0 0 .59.91h2.14a.65.65 0 0 0 .59-.91l-.74-1.7c3.23-1.04 8.39-6.9 8.39-12.27M24 27.82c0 6.34 8 7.18 11.78 10.35s3.56 6.33 3.56 6.33"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M16.1 45.42a7.9 1.58 0 1 0 15.8 0a7.9 1.58 0 1 0-15.8 0" opacity=".15"/><path fill="#ff6196" d="M33.31 12.94C33.31 7 29.14 2.88 24 2.88S14.69 7 14.69 12.94c0 5.37 5.16 11.23 8.39 12.27l-.74 1.7a.65.65 0 0 0 .59.91h2.14a.65.65 0 0 0 .59-.91l-.74-1.7c3.23-1.04 8.39-6.9 8.39-12.27"/><path fill="#ff87af" d="M24 7.27c4.64 0 8.48 2.85 9.18 7.08a9.6 9.6 0 0 0 .13-1.41C33.31 7 29.14 2.88 24 2.88S14.69 7 14.69 12.94a9.6 9.6 0 0 0 .13 1.41c.7-4.23 4.54-7.08 9.18-7.08"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M33.31 12.94C33.31 7 29.14 2.88 24 2.88S14.69 7 14.69 12.94c0 5.37 5.16 11.23 8.39 12.27l-.74 1.7a.65.65 0 0 0 .59.91h2.14a.65.65 0 0 0 .59-.91l-.74-1.7c3.23-1.04 8.39-6.9 8.39-12.27M24 27.82c0 6.34 8 7.18 11.78 10.35s3.56 6.33 3.56 6.33"/></svg>
</template>

CSS

.icon-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%22M16.1%2045.42a7.9%201.58%200%201%200%2015.8%200a7.9%201.58%200%201%200-15.8%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ff6196%22%20d%3D%22M33.31%2012.94C33.31%207%2029.14%202.88%2024%202.88S14.69%207%2014.69%2012.94c0%205.37%205.16%2011.23%208.39%2012.27l-.74%201.7a.65.65%200%200%200%20.59.91h2.14a.65.65%200%200%200%20.59-.91l-.74-1.7c3.23-1.04%208.39-6.9%208.39-12.27%22%2F%3E%3Cpath%20fill%3D%22%23ff87af%22%20d%3D%22M24%207.27c4.64%200%208.48%202.85%209.18%207.08a9.6%209.6%200%200%200%20.13-1.41C33.31%207%2029.14%202.88%2024%202.88S14.69%207%2014.69%2012.94a9.6%209.6%200%200%200%20.13%201.41c.7-4.23%204.54-7.08%209.18-7.08%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%22M33.31%2012.94C33.31%207%2029.14%202.88%2024%202.88S14.69%207%2014.69%2012.94c0%205.37%205.16%2011.23%208.39%2012.27l-.74%201.7a.65.65%200%200%200%20.59.91h2.14a.65.65%200%200%200%20.59-.91l-.74-1.7c3.23-1.04%208.39-6.9%208.39-12.27M24%2027.82c0%206.34%208%207.18%2011.78%2010.35s3.56%206.33%203.56%206.33%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%22M16.1%2045.42a7.9%201.58%200%201%200%2015.8%200a7.9%201.58%200%201%200-15.8%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ff6196%22%20d%3D%22M33.31%2012.94C33.31%207%2029.14%202.88%2024%202.88S14.69%207%2014.69%2012.94c0%205.37%205.16%2011.23%208.39%2012.27l-.74%201.7a.65.65%200%200%200%20.59.91h2.14a.65.65%200%200%200%20.59-.91l-.74-1.7c3.23-1.04%208.39-6.9%208.39-12.27%22%2F%3E%3Cpath%20fill%3D%22%23ff87af%22%20d%3D%22M24%207.27c4.64%200%208.48%202.85%209.18%207.08a9.6%209.6%200%200%200%20.13-1.41C33.31%207%2029.14%202.88%2024%202.88S14.69%207%2014.69%2012.94a9.6%209.6%200%200%200%20.13%201.41c.7-4.23%204.54-7.08%209.18-7.08%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%22M33.31%2012.94C33.31%207%2029.14%202.88%2024%202.88S14.69%207%2014.69%2012.94c0%205.37%205.16%2011.23%208.39%2012.27l-.74%201.7a.65.65%200%200%200%20.59.91h2.14a.65.65%200%200%200%20.59-.91l-.74-1.7c3.23-1.04%208.39-6.9%208.39-12.27M24%2027.82c0%206.34%208%207.18%2011.78%2010.35s3.56%206.33%203.56%206.33%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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