balloon from Noto Emoji by Google Inc · Default · Activities · Apache-2.0 Free for personal and commercial use.

Name
balloon
Set
Noto Emoji
Style
Default
Category
Activities
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More activities icons from Noto Emoji

Use the balloon emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="none" stroke="#64b5f6" stroke-miterlimit="10" stroke-width="3" d="M75.87 102.1c3 4.9-2.38 10.12 1.85 13.91c7.84 7 17.44-12.05 29.49 7.49"/><path fill="#f44336" d="m74.5 106.88l5.63-1a2.86 2.86 0 0 0 2.07-4.1a34.6 34.6 0 0 0-7.2-9.62c-.44 2.89-2.16 7.38-3.62 10.8a2.85 2.85 0 0 0 3.12 3.92"/><path fill="#f44336" d="M25.56 51.54C33.14 83.3 64.22 97.75 75.68 95s32.1-32 25.08-61.43C95.79 12.8 74.93 0 54.16 4.97s-33.57 25.83-28.6 46.6z"/><path fill="#c62828" d="m73.43 98.11l5.16-1.23c1.63-.39 2.64-2.02 2.25-3.65s-2.02-2.64-3.65-2.25L72 92.21c-1.63.39-2.64 2.02-2.25 3.65s2.02 2.64 3.65 2.25z"/><path fill="#ff847a" d="M78.28 13.44c-4.07-2.48-9.9-4.13-13.2.55c-1.76 2.49-.1 7.15 3.53 8.2c6.14 1.79 7.21 4 8.46 5.79c1.51 2.1 2.94 4.73 5.49 5.14s4-1.51 3.89-5.21c-.02-5.92-3.11-11.4-8.17-14.47"/></svg>

React

import type { SVGProps } from "react";

export function NotoBalloon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="none" stroke="#64b5f6" strokeMiterlimit="10" strokeWidth="3" d="M75.87 102.1c3 4.9-2.38 10.12 1.85 13.91c7.84 7 17.44-12.05 29.49 7.49"/><path fill="#f44336" d="m74.5 106.88l5.63-1a2.86 2.86 0 0 0 2.07-4.1a34.6 34.6 0 0 0-7.2-9.62c-.44 2.89-2.16 7.38-3.62 10.8a2.85 2.85 0 0 0 3.12 3.92"/><path fill="#f44336" d="M25.56 51.54C33.14 83.3 64.22 97.75 75.68 95s32.1-32 25.08-61.43C95.79 12.8 74.93 0 54.16 4.97s-33.57 25.83-28.6 46.6z"/><path fill="#c62828" d="m73.43 98.11l5.16-1.23c1.63-.39 2.64-2.02 2.25-3.65s-2.02-2.64-3.65-2.25L72 92.21c-1.63.39-2.64 2.02-2.25 3.65s2.02 2.64 3.65 2.25z"/><path fill="#ff847a" d="M78.28 13.44c-4.07-2.48-9.9-4.13-13.2.55c-1.76 2.49-.1 7.15 3.53 8.2c6.14 1.79 7.21 4 8.46 5.79c1.51 2.1 2.94 4.73 5.49 5.14s4-1.51 3.89-5.21c-.02-5.92-3.11-11.4-8.17-14.47"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="none" stroke="#64b5f6" stroke-miterlimit="10" stroke-width="3" d="M75.87 102.1c3 4.9-2.38 10.12 1.85 13.91c7.84 7 17.44-12.05 29.49 7.49"/><path fill="#f44336" d="m74.5 106.88l5.63-1a2.86 2.86 0 0 0 2.07-4.1a34.6 34.6 0 0 0-7.2-9.62c-.44 2.89-2.16 7.38-3.62 10.8a2.85 2.85 0 0 0 3.12 3.92"/><path fill="#f44336" d="M25.56 51.54C33.14 83.3 64.22 97.75 75.68 95s32.1-32 25.08-61.43C95.79 12.8 74.93 0 54.16 4.97s-33.57 25.83-28.6 46.6z"/><path fill="#c62828" d="m73.43 98.11l5.16-1.23c1.63-.39 2.64-2.02 2.25-3.65s-2.02-2.64-3.65-2.25L72 92.21c-1.63.39-2.64 2.02-2.25 3.65s2.02 2.64 3.65 2.25z"/><path fill="#ff847a" d="M78.28 13.44c-4.07-2.48-9.9-4.13-13.2.55c-1.76 2.49-.1 7.15 3.53 8.2c6.14 1.79 7.21 4 8.46 5.79c1.51 2.1 2.94 4.73 5.49 5.14s4-1.51 3.89-5.21c-.02-5.92-3.11-11.4-8.17-14.47"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2364b5f6%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M75.87%20102.1c3%204.9-2.38%2010.12%201.85%2013.91c7.84%207%2017.44-12.05%2029.49%207.49%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22m74.5%20106.88l5.63-1a2.86%202.86%200%200%200%202.07-4.1a34.6%2034.6%200%200%200-7.2-9.62c-.44%202.89-2.16%207.38-3.62%2010.8a2.85%202.85%200%200%200%203.12%203.92%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M25.56%2051.54C33.14%2083.3%2064.22%2097.75%2075.68%2095s32.1-32%2025.08-61.43C95.79%2012.8%2074.93%200%2054.16%204.97s-33.57%2025.83-28.6%2046.6z%22%2F%3E%3Cpath%20fill%3D%22%23c62828%22%20d%3D%22m73.43%2098.11l5.16-1.23c1.63-.39%202.64-2.02%202.25-3.65s-2.02-2.64-3.65-2.25L72%2092.21c-1.63.39-2.64%202.02-2.25%203.65s2.02%202.64%203.65%202.25z%22%2F%3E%3Cpath%20fill%3D%22%23ff847a%22%20d%3D%22M78.28%2013.44c-4.07-2.48-9.9-4.13-13.2.55c-1.76%202.49-.1%207.15%203.53%208.2c6.14%201.79%207.21%204%208.46%205.79c1.51%202.1%202.94%204.73%205.49%205.14s4-1.51%203.89-5.21c-.02-5.92-3.11-11.4-8.17-14.47%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%22none%22%20stroke%3D%22%2364b5f6%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M75.87%20102.1c3%204.9-2.38%2010.12%201.85%2013.91c7.84%207%2017.44-12.05%2029.49%207.49%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22m74.5%20106.88l5.63-1a2.86%202.86%200%200%200%202.07-4.1a34.6%2034.6%200%200%200-7.2-9.62c-.44%202.89-2.16%207.38-3.62%2010.8a2.85%202.85%200%200%200%203.12%203.92%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M25.56%2051.54C33.14%2083.3%2064.22%2097.75%2075.68%2095s32.1-32%2025.08-61.43C95.79%2012.8%2074.93%200%2054.16%204.97s-33.57%2025.83-28.6%2046.6z%22%2F%3E%3Cpath%20fill%3D%22%23c62828%22%20d%3D%22m73.43%2098.11l5.16-1.23c1.63-.39%202.64-2.02%202.25-3.65s-2.02-2.64-3.65-2.25L72%2092.21c-1.63.39-2.64%202.02-2.25%203.65s2.02%202.64%203.65%202.25z%22%2F%3E%3Cpath%20fill%3D%22%23ff847a%22%20d%3D%22M78.28%2013.44c-4.07-2.48-9.9-4.13-13.2.55c-1.76%202.49-.1%207.15%203.53%208.2c6.14%201.79%207.21%204%208.46%205.79c1.51%202.1%202.94%204.73%205.49%205.14s4-1.51%203.89-5.21c-.02-5.92-3.11-11.4-8.17-14.47%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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