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

Name
balloon-12-filled
Set
Fluent UI System Icons
Style
12 Filled
Viewbox
12×12
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 12 12"><path fill="currentColor" d="M5.5 1C7.41 1 9 2.484 9 4.364c0 1.235-.46 2.375-1.104 3.208c-.51.66-1.185 1.19-1.896 1.365V9.4c0 .22.18.4.4.4h1.2A1.4 1.4 0 0 1 9 11.2v.3a.5.5 0 0 1-1 0v-.3a.4.4 0 0 0-.4-.4H6.4A1.4 1.4 0 0 1 5 9.4v-.463c-.71-.175-1.386-.703-1.896-1.363A5.32 5.32 0 0 1 2 4.364C2 2.484 3.59 1 5.5 1m.07 2.005a.5.5 0 0 0-.14.99a.68.68 0 0 1 .576.576a.5.5 0 0 0 .99-.142A1.68 1.68 0 0 0 5.57 3.005"/></svg>

React

import type { SVGProps } from "react";

export function FluentBalloon12Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M5.5 1C7.41 1 9 2.484 9 4.364c0 1.235-.46 2.375-1.104 3.208c-.51.66-1.185 1.19-1.896 1.365V9.4c0 .22.18.4.4.4h1.2A1.4 1.4 0 0 1 9 11.2v.3a.5.5 0 0 1-1 0v-.3a.4.4 0 0 0-.4-.4H6.4A1.4 1.4 0 0 1 5 9.4v-.463c-.71-.175-1.386-.703-1.896-1.363A5.32 5.32 0 0 1 2 4.364C2 2.484 3.59 1 5.5 1m.07 2.005a.5.5 0 0 0-.14.99a.68.68 0 0 1 .576.576a.5.5 0 0 0 .99-.142A1.68 1.68 0 0 0 5.57 3.005"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M5.5 1C7.41 1 9 2.484 9 4.364c0 1.235-.46 2.375-1.104 3.208c-.51.66-1.185 1.19-1.896 1.365V9.4c0 .22.18.4.4.4h1.2A1.4 1.4 0 0 1 9 11.2v.3a.5.5 0 0 1-1 0v-.3a.4.4 0 0 0-.4-.4H6.4A1.4 1.4 0 0 1 5 9.4v-.463c-.71-.175-1.386-.703-1.896-1.363A5.32 5.32 0 0 1 2 4.364C2 2.484 3.59 1 5.5 1m.07 2.005a.5.5 0 0 0-.14.99a.68.68 0 0 1 .576.576a.5.5 0 0 0 .99-.142A1.68 1.68 0 0 0 5.57 3.005"/></svg>
</template>

CSS

.icon-balloon-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%201C7.41%201%209%202.484%209%204.364c0%201.235-.46%202.375-1.104%203.208c-.51.66-1.185%201.19-1.896%201.365V9.4c0%20.22.18.4.4.4h1.2A1.4%201.4%200%200%201%209%2011.2v.3a.5.5%200%200%201-1%200v-.3a.4.4%200%200%200-.4-.4H6.4A1.4%201.4%200%200%201%205%209.4v-.463c-.71-.175-1.386-.703-1.896-1.363A5.32%205.32%200%200%201%202%204.364C2%202.484%203.59%201%205.5%201m.07%202.005a.5.5%200%200%200-.14.99a.68.68%200%200%201%20.576.576a.5.5%200%200%200%20.99-.142A1.68%201.68%200%200%200%205.57%203.005%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%201C7.41%201%209%202.484%209%204.364c0%201.235-.46%202.375-1.104%203.208c-.51.66-1.185%201.19-1.896%201.365V9.4c0%20.22.18.4.4.4h1.2A1.4%201.4%200%200%201%209%2011.2v.3a.5.5%200%200%201-1%200v-.3a.4.4%200%200%200-.4-.4H6.4A1.4%201.4%200%200%201%205%209.4v-.463c-.71-.175-1.386-.703-1.896-1.363A5.32%205.32%200%200%201%202%204.364C2%202.484%203.59%201%205.5%201m.07%202.005a.5.5%200%200%200-.14.99a.68.68%200%200%201%20.576.576a.5.5%200%200%200%20.99-.142A1.68%201.68%200%200%200%205.57%203.005%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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