balloon icon

balloon-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
balloon-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><path fill="currentColor" d="M128 16a88.1 88.1 0 0 0-88 88c0 23.43 9.4 49.42 25.13 69.5c12.08 15.41 26.5 26 41.91 31.09l-10.39 24.26A8 8 0 0 0 104 240h48a8 8 0 0 0 7.35-11.15L149 204.59c15.4-5.07 29.83-15.68 41.91-31.09C206.6 153.42 216 127.43 216 104a88.1 88.1 0 0 0-88-88m49.32 87.89a8.5 8.5 0 0 1-1.32.11a8 8 0 0 1-7.88-6.68a41.29 41.29 0 0 0-33.43-33.43a8 8 0 1 1 2.64-15.78a57.5 57.5 0 0 1 46.57 46.57a8 8 0 0 1-6.58 9.21"/></svg>

React

import type { SVGProps } from "react";

export function PhBalloonFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 16a88.1 88.1 0 0 0-88 88c0 23.43 9.4 49.42 25.13 69.5c12.08 15.41 26.5 26 41.91 31.09l-10.39 24.26A8 8 0 0 0 104 240h48a8 8 0 0 0 7.35-11.15L149 204.59c15.4-5.07 29.83-15.68 41.91-31.09C206.6 153.42 216 127.43 216 104a88.1 88.1 0 0 0-88-88m49.32 87.89a8.5 8.5 0 0 1-1.32.11a8 8 0 0 1-7.88-6.68a41.29 41.29 0 0 0-33.43-33.43a8 8 0 1 1 2.64-15.78a57.5 57.5 0 0 1 46.57 46.57a8 8 0 0 1-6.58 9.21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 16a88.1 88.1 0 0 0-88 88c0 23.43 9.4 49.42 25.13 69.5c12.08 15.41 26.5 26 41.91 31.09l-10.39 24.26A8 8 0 0 0 104 240h48a8 8 0 0 0 7.35-11.15L149 204.59c15.4-5.07 29.83-15.68 41.91-31.09C206.6 153.42 216 127.43 216 104a88.1 88.1 0 0 0-88-88m49.32 87.89a8.5 8.5 0 0 1-1.32.11a8 8 0 0 1-7.88-6.68a41.29 41.29 0 0 0-33.43-33.43a8 8 0 1 1 2.64-15.78a57.5 57.5 0 0 1 46.57 46.57a8 8 0 0 1-6.58 9.21"/></svg>
</template>

CSS

.icon-balloon-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2016a88.1%2088.1%200%200%200-88%2088c0%2023.43%209.4%2049.42%2025.13%2069.5c12.08%2015.41%2026.5%2026%2041.91%2031.09l-10.39%2024.26A8%208%200%200%200%20104%20240h48a8%208%200%200%200%207.35-11.15L149%20204.59c15.4-5.07%2029.83-15.68%2041.91-31.09C206.6%20153.42%20216%20127.43%20216%20104a88.1%2088.1%200%200%200-88-88m49.32%2087.89a8.5%208.5%200%200%201-1.32.11a8%208%200%200%201-7.88-6.68a41.29%2041.29%200%200%200-33.43-33.43a8%208%200%201%201%202.64-15.78a57.5%2057.5%200%200%201%2046.57%2046.57a8%208%200%200%201-6.58%209.21%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2016a88.1%2088.1%200%200%200-88%2088c0%2023.43%209.4%2049.42%2025.13%2069.5c12.08%2015.41%2026.5%2026%2041.91%2031.09l-10.39%2024.26A8%208%200%200%200%20104%20240h48a8%208%200%200%200%207.35-11.15L149%20204.59c15.4-5.07%2029.83-15.68%2041.91-31.09C206.6%20153.42%20216%20127.43%20216%20104a88.1%2088.1%200%200%200-88-88m49.32%2087.89a8.5%208.5%200%200%201-1.32.11a8%208%200%200%201-7.88-6.68a41.29%2041.29%200%200%200-33.43-33.43a8%208%200%201%201%202.64-15.78a57.5%2057.5%200%200%201%2046.57%2046.57a8%208%200%200%201-6.58%209.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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