balloon from Twitter Emoji by Twitter · Default · Activities · CC-BY-4.0 Attribution required.

Name
balloon
Set
Twitter Emoji
Style
Default
Category
Activities
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More activities icons from Twitter Emoji

Use the balloon emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#fcab40" d="M27.999 36a1 1 0 0 1-.969-.758c-.036-.136-.926-3.436-4.273-4.272C18.054 29.794 18 23.277 18 23a1 1 0 0 1 .998-.999c.554.034 1 .445 1.002.997c0 .053.054 5.234 3.242 6.032c4.53 1.132 5.682 5.54 5.727 5.728a.998.998 0 0 1-.97 1.242"/><path fill="#bb1a34" d="M18 25c-1.1 0-1.598-.805-1.105-1.789l1.211-2.422c.492-.984 1.297-.984 1.789 0l1.211 2.422C21.598 24.195 21.1 25 20 25z"/><path fill="#bb1a34" d="M28 9c0 6-7 12-9 12s-9-6-9-12c0-5.799 4.582-9 9-9s9 3.201 9 9"/><path fill="#fcab40" d="M20 22h-2a1 1 0 1 1 0-2h2a1 1 0 1 1 0 2"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiBalloon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#fcab40" d="M27.999 36a1 1 0 0 1-.969-.758c-.036-.136-.926-3.436-4.273-4.272C18.054 29.794 18 23.277 18 23a1 1 0 0 1 .998-.999c.554.034 1 .445 1.002.997c0 .053.054 5.234 3.242 6.032c4.53 1.132 5.682 5.54 5.727 5.728a.998.998 0 0 1-.97 1.242"/><path fill="#bb1a34" d="M18 25c-1.1 0-1.598-.805-1.105-1.789l1.211-2.422c.492-.984 1.297-.984 1.789 0l1.211 2.422C21.598 24.195 21.1 25 20 25z"/><path fill="#bb1a34" d="M28 9c0 6-7 12-9 12s-9-6-9-12c0-5.799 4.582-9 9-9s9 3.201 9 9"/><path fill="#fcab40" d="M20 22h-2a1 1 0 1 1 0-2h2a1 1 0 1 1 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#fcab40" d="M27.999 36a1 1 0 0 1-.969-.758c-.036-.136-.926-3.436-4.273-4.272C18.054 29.794 18 23.277 18 23a1 1 0 0 1 .998-.999c.554.034 1 .445 1.002.997c0 .053.054 5.234 3.242 6.032c4.53 1.132 5.682 5.54 5.727 5.728a.998.998 0 0 1-.97 1.242"/><path fill="#bb1a34" d="M18 25c-1.1 0-1.598-.805-1.105-1.789l1.211-2.422c.492-.984 1.297-.984 1.789 0l1.211 2.422C21.598 24.195 21.1 25 20 25z"/><path fill="#bb1a34" d="M28 9c0 6-7 12-9 12s-9-6-9-12c0-5.799 4.582-9 9-9s9 3.201 9 9"/><path fill="#fcab40" d="M20 22h-2a1 1 0 1 1 0-2h2a1 1 0 1 1 0 2"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23fcab40%22%20d%3D%22M27.999%2036a1%201%200%200%201-.969-.758c-.036-.136-.926-3.436-4.273-4.272C18.054%2029.794%2018%2023.277%2018%2023a1%201%200%200%201%20.998-.999c.554.034%201%20.445%201.002.997c0%20.053.054%205.234%203.242%206.032c4.53%201.132%205.682%205.54%205.727%205.728a.998.998%200%200%201-.97%201.242%22%2F%3E%3Cpath%20fill%3D%22%23bb1a34%22%20d%3D%22M18%2025c-1.1%200-1.598-.805-1.105-1.789l1.211-2.422c.492-.984%201.297-.984%201.789%200l1.211%202.422C21.598%2024.195%2021.1%2025%2020%2025z%22%2F%3E%3Cpath%20fill%3D%22%23bb1a34%22%20d%3D%22M28%209c0%206-7%2012-9%2012s-9-6-9-12c0-5.799%204.582-9%209-9s9%203.201%209%209%22%2F%3E%3Cpath%20fill%3D%22%23fcab40%22%20d%3D%22M20%2022h-2a1%201%200%201%201%200-2h2a1%201%200%201%201%200%202%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23fcab40%22%20d%3D%22M27.999%2036a1%201%200%200%201-.969-.758c-.036-.136-.926-3.436-4.273-4.272C18.054%2029.794%2018%2023.277%2018%2023a1%201%200%200%201%20.998-.999c.554.034%201%20.445%201.002.997c0%20.053.054%205.234%203.242%206.032c4.53%201.132%205.682%205.54%205.727%205.728a.998.998%200%200%201-.97%201.242%22%2F%3E%3Cpath%20fill%3D%22%23bb1a34%22%20d%3D%22M18%2025c-1.1%200-1.598-.805-1.105-1.789l1.211-2.422c.492-.984%201.297-.984%201.789%200l1.211%202.422C21.598%2024.195%2021.1%2025%2020%2025z%22%2F%3E%3Cpath%20fill%3D%22%23bb1a34%22%20d%3D%22M28%209c0%206-7%2012-9%2012s-9-6-9-12c0-5.799%204.582-9%209-9s9%203.201%209%209%22%2F%3E%3Cpath%20fill%3D%22%23fcab40%22%20d%3D%22M20%2022h-2a1%201%200%201%201%200-2h2a1%201%200%201%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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