balloon icon

balloon-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
balloon-light
Set
Phosphor
Style
Light
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 18a86.1 86.1 0 0 0-86 86c0 23 9.24 48.52 24.71 68.27c12.37 15.79 27.23 26.42 43.05 31.07l-11.27 26.3A6 6 0 0 0 104 238h48a6 6 0 0 0 5.51-8.36l-11.27-26.3c15.82-4.65 30.68-15.28 43-31.07C204.76 152.52 214 127 214 104a86.1 86.1 0 0 0-86-86m-15.83 186l.58.14a2 2 0 0 1-.58-.14m30.73 22h-29.8l8.7-20.31a62 62 0 0 0 12.4 0ZM128 194c-33.52 0-74-40.15-74-90a74 74 0 0 1 148 0c0 49.85-40.48 90-74 90m49-92.08a7 7 0 0 1-1 .08a6 6 0 0 1-5.91-5A43.29 43.29 0 0 0 135 61.92a6 6 0 1 1 2-11.84A55.48 55.48 0 0 1 181.92 95a6 6 0 0 1-4.92 6.92"/></svg>

React

import type { SVGProps } from "react";

export function PhBalloonLight(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 18a86.1 86.1 0 0 0-86 86c0 23 9.24 48.52 24.71 68.27c12.37 15.79 27.23 26.42 43.05 31.07l-11.27 26.3A6 6 0 0 0 104 238h48a6 6 0 0 0 5.51-8.36l-11.27-26.3c15.82-4.65 30.68-15.28 43-31.07C204.76 152.52 214 127 214 104a86.1 86.1 0 0 0-86-86m-15.83 186l.58.14a2 2 0 0 1-.58-.14m30.73 22h-29.8l8.7-20.31a62 62 0 0 0 12.4 0ZM128 194c-33.52 0-74-40.15-74-90a74 74 0 0 1 148 0c0 49.85-40.48 90-74 90m49-92.08a7 7 0 0 1-1 .08a6 6 0 0 1-5.91-5A43.29 43.29 0 0 0 135 61.92a6 6 0 1 1 2-11.84A55.48 55.48 0 0 1 181.92 95a6 6 0 0 1-4.92 6.92"/></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 18a86.1 86.1 0 0 0-86 86c0 23 9.24 48.52 24.71 68.27c12.37 15.79 27.23 26.42 43.05 31.07l-11.27 26.3A6 6 0 0 0 104 238h48a6 6 0 0 0 5.51-8.36l-11.27-26.3c15.82-4.65 30.68-15.28 43-31.07C204.76 152.52 214 127 214 104a86.1 86.1 0 0 0-86-86m-15.83 186l.58.14a2 2 0 0 1-.58-.14m30.73 22h-29.8l8.7-20.31a62 62 0 0 0 12.4 0ZM128 194c-33.52 0-74-40.15-74-90a74 74 0 0 1 148 0c0 49.85-40.48 90-74 90m49-92.08a7 7 0 0 1-1 .08a6 6 0 0 1-5.91-5A43.29 43.29 0 0 0 135 61.92a6 6 0 1 1 2-11.84A55.48 55.48 0 0 1 181.92 95a6 6 0 0 1-4.92 6.92"/></svg>
</template>

CSS

.icon-balloon-light {
  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%2018a86.1%2086.1%200%200%200-86%2086c0%2023%209.24%2048.52%2024.71%2068.27c12.37%2015.79%2027.23%2026.42%2043.05%2031.07l-11.27%2026.3A6%206%200%200%200%20104%20238h48a6%206%200%200%200%205.51-8.36l-11.27-26.3c15.82-4.65%2030.68-15.28%2043-31.07C204.76%20152.52%20214%20127%20214%20104a86.1%2086.1%200%200%200-86-86m-15.83%20186l.58.14a2%202%200%200%201-.58-.14m30.73%2022h-29.8l8.7-20.31a62%2062%200%200%200%2012.4%200ZM128%20194c-33.52%200-74-40.15-74-90a74%2074%200%200%201%20148%200c0%2049.85-40.48%2090-74%2090m49-92.08a7%207%200%200%201-1%20.08a6%206%200%200%201-5.91-5A43.29%2043.29%200%200%200%20135%2061.92a6%206%200%201%201%202-11.84A55.48%2055.48%200%200%201%20181.92%2095a6%206%200%200%201-4.92%206.92%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%2018a86.1%2086.1%200%200%200-86%2086c0%2023%209.24%2048.52%2024.71%2068.27c12.37%2015.79%2027.23%2026.42%2043.05%2031.07l-11.27%2026.3A6%206%200%200%200%20104%20238h48a6%206%200%200%200%205.51-8.36l-11.27-26.3c15.82-4.65%2030.68-15.28%2043-31.07C204.76%20152.52%20214%20127%20214%20104a86.1%2086.1%200%200%200-86-86m-15.83%20186l.58.14a2%202%200%200%201-.58-.14m30.73%2022h-29.8l8.7-20.31a62%2062%200%200%200%2012.4%200ZM128%20194c-33.52%200-74-40.15-74-90a74%2074%200%200%201%20148%200c0%2049.85-40.48%2090-74%2090m49-92.08a7%207%200%200%201-1%20.08a6%206%200%200%201-5.91-5A43.29%2043.29%200%200%200%20135%2061.92a6%206%200%201%201%202-11.84A55.48%2055.48%200%200%201%20181.92%2095a6%206%200%200%201-4.92%206.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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