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

Name
balloon-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M12.018 5.665a.75.75 0 0 1 .902-.559a4 4 0 0 1 2.972 2.966a.75.75 0 0 1-1.46.347a2.5 2.5 0 0 0-1.856-1.853a.75.75 0 0 1-.558-.901M5 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-5.5A5.5 5.5 0 0 0 6.5 9c0 1.725.58 3.64 1.586 5.107C9.094 15.575 10.453 16.5 12 16.5s2.906-.925 3.914-2.393C16.92 12.639 17.5 10.725 17.5 9A5.5 5.5 0 0 0 12 3.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentBalloon24Regular(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="M12.018 5.665a.75.75 0 0 1 .902-.559a4 4 0 0 1 2.972 2.966a.75.75 0 0 1-1.46.347a2.5 2.5 0 0 0-1.856-1.853a.75.75 0 0 1-.558-.901M5 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-5.5A5.5 5.5 0 0 0 6.5 9c0 1.725.58 3.64 1.586 5.107C9.094 15.575 10.453 16.5 12 16.5s2.906-.925 3.914-2.393C16.92 12.639 17.5 10.725 17.5 9A5.5 5.5 0 0 0 12 3.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.018 5.665a.75.75 0 0 1 .902-.559a4 4 0 0 1 2.972 2.966a.75.75 0 0 1-1.46.347a2.5 2.5 0 0 0-1.856-1.853a.75.75 0 0 1-.558-.901M5 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-5.5A5.5 5.5 0 0 0 6.5 9c0 1.725.58 3.64 1.586 5.107C9.094 15.575 10.453 16.5 12 16.5s2.906-.925 3.914-2.393C16.92 12.639 17.5 10.725 17.5 9A5.5 5.5 0 0 0 12 3.5"/></svg>
</template>

CSS

.icon-balloon-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.018%205.665a.75.75%200%200%201%20.902-.559a4%204%200%200%201%202.972%202.966a.75.75%200%200%201-1.46.347a2.5%202.5%200%200%200-1.856-1.853a.75.75%200%200%201-.558-.901M5%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-5.5A5.5%205.5%200%200%200%206.5%209c0%201.725.58%203.64%201.586%205.107C9.094%2015.575%2010.453%2016.5%2012%2016.5s2.906-.925%203.914-2.393C16.92%2012.639%2017.5%2010.725%2017.5%209A5.5%205.5%200%200%200%2012%203.5%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%22M12.018%205.665a.75.75%200%200%201%20.902-.559a4%204%200%200%201%202.972%202.966a.75.75%200%200%201-1.46.347a2.5%202.5%200%200%200-1.856-1.853a.75.75%200%200%201-.558-.901M5%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-5.5A5.5%205.5%200%200%200%206.5%209c0%201.725.58%203.64%201.586%205.107C9.094%2015.575%2010.453%2016.5%2012%2016.5s2.906-.925%203.914-2.393C16.92%2012.639%2017.5%2010.725%2017.5%209A5.5%205.5%200%200%200%2012%203.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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