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

Name
balloon-12-regular
Set
Fluent UI System Icons
Style
12 Regular
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.005 3.43a.5.5 0 0 1 .565-.425c.738.105 1.32.687 1.426 1.424a.5.5 0 1 1-.99.142a.68.68 0 0 0-.576-.576a.5.5 0 0 1-.425-.565M2 4.364C2 2.484 3.59 1 5.5 1S9 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.364M5.5 2C4.097 2 3 3.08 3 4.364c0 .993.373 1.921.896 2.599C4.434 7.659 5.054 8 5.5 8c.445 0 1.066-.341 1.604-1.039A4.32 4.32 0 0 0 8 4.364C8 3.08 6.903 2 5.5 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentBalloon12Regular(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.005 3.43a.5.5 0 0 1 .565-.425c.738.105 1.32.687 1.426 1.424a.5.5 0 1 1-.99.142a.68.68 0 0 0-.576-.576a.5.5 0 0 1-.425-.565M2 4.364C2 2.484 3.59 1 5.5 1S9 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.364M5.5 2C4.097 2 3 3.08 3 4.364c0 .993.373 1.921.896 2.599C4.434 7.659 5.054 8 5.5 8c.445 0 1.066-.341 1.604-1.039A4.32 4.32 0 0 0 8 4.364C8 3.08 6.903 2 5.5 2"/></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.005 3.43a.5.5 0 0 1 .565-.425c.738.105 1.32.687 1.426 1.424a.5.5 0 1 1-.99.142a.68.68 0 0 0-.576-.576a.5.5 0 0 1-.425-.565M2 4.364C2 2.484 3.59 1 5.5 1S9 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.364M5.5 2C4.097 2 3 3.08 3 4.364c0 .993.373 1.921.896 2.599C4.434 7.659 5.054 8 5.5 8c.445 0 1.066-.341 1.604-1.039A4.32 4.32 0 0 0 8 4.364C8 3.08 6.903 2 5.5 2"/></svg>
</template>

CSS

.icon-balloon-12-regular {
  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.005%203.43a.5.5%200%200%201%20.565-.425c.738.105%201.32.687%201.426%201.424a.5.5%200%201%201-.99.142a.68.68%200%200%200-.576-.576a.5.5%200%200%201-.425-.565M2%204.364C2%202.484%203.59%201%205.5%201S9%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.364M5.5%202C4.097%202%203%203.08%203%204.364c0%20.993.373%201.921.896%202.599C4.434%207.659%205.054%208%205.5%208c.445%200%201.066-.341%201.604-1.039A4.32%204.32%200%200%200%208%204.364C8%203.08%206.903%202%205.5%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.005%203.43a.5.5%200%200%201%20.565-.425c.738.105%201.32.687%201.426%201.424a.5.5%200%201%201-.99.142a.68.68%200%200%200-.576-.576a.5.5%200%200%201-.425-.565M2%204.364C2%202.484%203.59%201%205.5%201S9%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.364M5.5%202C4.097%202%203%203.08%203%204.364c0%20.993.373%201.921.896%202.599C4.434%207.659%205.054%208%205.5%208c.445%200%201.066-.341%201.604-1.039A4.32%204.32%200%200%200%208%204.364C8%203.08%206.903%202%205.5%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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