balloon-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
balloon-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Use the balloon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 9a7 7 0 0 1 14 0c0 2.025-.67 4.236-1.85 5.956c-1.042 1.52-2.543 2.731-4.4 2.992v.302c0 .414.336.75.75.75h3.25A2.25 2.25 0 0 1 19 21.25v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 0-.75-.75H13.5a2.25 2.25 0 0 1-2.25-2.25v-.302c-1.857-.261-3.358-1.473-4.4-2.992C5.67 13.236 5 11.025 5 9m7.92-3.894a.75.75 0 0 0-.344 1.46a2.5 2.5 0 0 1 1.856 1.853a.75.75 0 1 0 1.46-.347a4 4 0 0 0-2.972-2.966"/></svg>

React

import type { SVGProps } from "react";

export function FluentBalloon24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 9a7 7 0 0 1 14 0c0 2.025-.67 4.236-1.85 5.956c-1.042 1.52-2.543 2.731-4.4 2.992v.302c0 .414.336.75.75.75h3.25A2.25 2.25 0 0 1 19 21.25v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 0-.75-.75H13.5a2.25 2.25 0 0 1-2.25-2.25v-.302c-1.857-.261-3.358-1.473-4.4-2.992C5.67 13.236 5 11.025 5 9m7.92-3.894a.75.75 0 0 0-.344 1.46a2.5 2.5 0 0 1 1.856 1.853a.75.75 0 1 0 1.46-.347a4 4 0 0 0-2.972-2.966"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 9a7 7 0 0 1 14 0c0 2.025-.67 4.236-1.85 5.956c-1.042 1.52-2.543 2.731-4.4 2.992v.302c0 .414.336.75.75.75h3.25A2.25 2.25 0 0 1 19 21.25v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 0-.75-.75H13.5a2.25 2.25 0 0 1-2.25-2.25v-.302c-1.857-.261-3.358-1.473-4.4-2.992C5.67 13.236 5 11.025 5 9m7.92-3.894a.75.75 0 0 0-.344 1.46a2.5 2.5 0 0 1 1.856 1.853a.75.75 0 1 0 1.46-.347a4 4 0 0 0-2.972-2.966"/></svg>
</template>

CSS

.icon-balloon-24-filled {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%209a7%207%200%200%201%2014%200c0%202.025-.67%204.236-1.85%205.956c-1.042%201.52-2.543%202.731-4.4%202.992v.302c0%20.414.336.75.75.75h3.25A2.25%202.25%200%200%201%2019%2021.25v1a.75.75%200%200%201-1.5%200v-1a.75.75%200%200%200-.75-.75H13.5a2.25%202.25%200%200%201-2.25-2.25v-.302c-1.857-.261-3.358-1.473-4.4-2.992C5.67%2013.236%205%2011.025%205%209m7.92-3.894a.75.75%200%200%200-.344%201.46a2.5%202.5%200%200%201%201.856%201.853a.75.75%200%201%200%201.46-.347a4%204%200%200%200-2.972-2.966%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%209a7%207%200%200%201%2014%200c0%202.025-.67%204.236-1.85%205.956c-1.042%201.52-2.543%202.731-4.4%202.992v.302c0%20.414.336.75.75.75h3.25A2.25%202.25%200%200%201%2019%2021.25v1a.75.75%200%200%201-1.5%200v-1a.75.75%200%200%200-.75-.75H13.5a2.25%202.25%200%200%201-2.25-2.25v-.302c-1.857-.261-3.358-1.473-4.4-2.992C5.67%2013.236%205%2011.025%205%209m7.92-3.894a.75.75%200%200%200-.344%201.46a2.5%202.5%200%200%201%201.856%201.853a.75.75%200%201%200%201.46-.347a4%204%200%200%200-2.972-2.966%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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