balloons from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
balloons
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the balloons icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.5 6.5c0 2.485-1.567 4.5-3.5 4.5S8.5 8.985 8.5 6.5S10.067 2 12 2s3.5 2.015 3.5 4.5m6.5 9c0 2.485-1.567 4.5-3.5 4.5S15 17.985 15 15.5s1.567-4.5 3.5-4.5s3.5 2.015 3.5 4.5M11.998 11s.655 2 0 4c-1.597 4.883.002 7 .002 7m6.5-2c0 .5-.1 1.6-.5 2M2 15.5C2 17.985 3.567 20 5.5 20S9 17.985 9 15.5S7.433 11 5.5 11S2 13.015 2 15.5M5.5 20c0 .5.1 1.6.5 2"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBalloons(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M15.5 6.5c0 2.485-1.567 4.5-3.5 4.5S8.5 8.985 8.5 6.5S10.067 2 12 2s3.5 2.015 3.5 4.5m6.5 9c0 2.485-1.567 4.5-3.5 4.5S15 17.985 15 15.5s1.567-4.5 3.5-4.5s3.5 2.015 3.5 4.5M11.998 11s.655 2 0 4c-1.597 4.883.002 7 .002 7m6.5-2c0 .5-.1 1.6-.5 2M2 15.5C2 17.985 3.567 20 5.5 20S9 17.985 9 15.5S7.433 11 5.5 11S2 13.015 2 15.5M5.5 20c0 .5.1 1.6.5 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.5 6.5c0 2.485-1.567 4.5-3.5 4.5S8.5 8.985 8.5 6.5S10.067 2 12 2s3.5 2.015 3.5 4.5m6.5 9c0 2.485-1.567 4.5-3.5 4.5S15 17.985 15 15.5s1.567-4.5 3.5-4.5s3.5 2.015 3.5 4.5M11.998 11s.655 2 0 4c-1.597 4.883.002 7 .002 7m6.5-2c0 .5-.1 1.6-.5 2M2 15.5C2 17.985 3.567 20 5.5 20S9 17.985 9 15.5S7.433 11 5.5 11S2 13.015 2 15.5M5.5 20c0 .5.1 1.6.5 2"/></svg>
</template>

CSS

.icon-balloons {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.5%206.5c0%202.485-1.567%204.5-3.5%204.5S8.5%208.985%208.5%206.5S10.067%202%2012%202s3.5%202.015%203.5%204.5m6.5%209c0%202.485-1.567%204.5-3.5%204.5S15%2017.985%2015%2015.5s1.567-4.5%203.5-4.5s3.5%202.015%203.5%204.5M11.998%2011s.655%202%200%204c-1.597%204.883.002%207%20.002%207m6.5-2c0%20.5-.1%201.6-.5%202M2%2015.5C2%2017.985%203.567%2020%205.5%2020S9%2017.985%209%2015.5S7.433%2011%205.5%2011S2%2013.015%202%2015.5M5.5%2020c0%20.5.1%201.6.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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.5%206.5c0%202.485-1.567%204.5-3.5%204.5S8.5%208.985%208.5%206.5S10.067%202%2012%202s3.5%202.015%203.5%204.5m6.5%209c0%202.485-1.567%204.5-3.5%204.5S15%2017.985%2015%2015.5s1.567-4.5%203.5-4.5s3.5%202.015%203.5%204.5M11.998%2011s.655%202%200%204c-1.597%204.883.002%207%20.002%207m6.5-2c0%20.5-.1%201.6-.5%202M2%2015.5C2%2017.985%203.567%2020%205.5%2020S9%2017.985%209%2015.5S7.433%2011%205.5%2011S2%2013.015%202%2015.5M5.5%2020c0%20.5.1%201.6.5%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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