balloon icon
balloon-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- balloon-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
balloonBootstrap IconsballoonBoxIcons v2 SolidballoonEmoji One (Colored)balloon-12-filledFluent UI System IconsballoonFluent EmojiballoonFluent Emoji FlatballoonFluent Emoji High ContrastballoonHuge IconsballoonIonIconsballoonLucideballoonMaterial Design IconsballoonNoto EmojiballoonOpenMojiballoonPixelarticonsballoon-boldSolarballoonStreamline EmojisballoonTabler IconsballoonTwitter Emoji
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 12a92.1 92.1 0 0 0-92 92c0 24.53 9.55 50.13 26.19 70.22c10 12 21.56 21.07 34.05 26.76L85 227.27A12 12 0 0 0 96 244h64a12 12 0 0 0 11-16.73L159.76 201c12.49-5.69 24.08-14.73 34.05-26.76C210.45 154.13 220 128.53 220 104a92.1 92.1 0 0 0-92-92m13.8 208h-27.6l5.35-12.49a73 73 0 0 0 16.9 0Zm33.53-61.09C161.93 175.09 145.12 184 128 184s-33.93-8.91-47.33-25.09C67.73 143.29 60 122.76 60 104a68 68 0 0 1 136 0c0 18.76-7.73 39.29-20.67 54.91m-6.34-47q-.6.06-1.2.06a12 12 0 0 1-11.93-10.81a28 28 0 0 0-19.47-23.91a12 12 0 1 1 7.22-22.89a51.94 51.94 0 0 1 36.13 44.42A12 12 0 0 1 169 111.94Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBalloonBold(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 12a92.1 92.1 0 0 0-92 92c0 24.53 9.55 50.13 26.19 70.22c10 12 21.56 21.07 34.05 26.76L85 227.27A12 12 0 0 0 96 244h64a12 12 0 0 0 11-16.73L159.76 201c12.49-5.69 24.08-14.73 34.05-26.76C210.45 154.13 220 128.53 220 104a92.1 92.1 0 0 0-92-92m13.8 208h-27.6l5.35-12.49a73 73 0 0 0 16.9 0Zm33.53-61.09C161.93 175.09 145.12 184 128 184s-33.93-8.91-47.33-25.09C67.73 143.29 60 122.76 60 104a68 68 0 0 1 136 0c0 18.76-7.73 39.29-20.67 54.91m-6.34-47q-.6.06-1.2.06a12 12 0 0 1-11.93-10.81a28 28 0 0 0-19.47-23.91a12 12 0 1 1 7.22-22.89a51.94 51.94 0 0 1 36.13 44.42A12 12 0 0 1 169 111.94Z"/></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 12a92.1 92.1 0 0 0-92 92c0 24.53 9.55 50.13 26.19 70.22c10 12 21.56 21.07 34.05 26.76L85 227.27A12 12 0 0 0 96 244h64a12 12 0 0 0 11-16.73L159.76 201c12.49-5.69 24.08-14.73 34.05-26.76C210.45 154.13 220 128.53 220 104a92.1 92.1 0 0 0-92-92m13.8 208h-27.6l5.35-12.49a73 73 0 0 0 16.9 0Zm33.53-61.09C161.93 175.09 145.12 184 128 184s-33.93-8.91-47.33-25.09C67.73 143.29 60 122.76 60 104a68 68 0 0 1 136 0c0 18.76-7.73 39.29-20.67 54.91m-6.34-47q-.6.06-1.2.06a12 12 0 0 1-11.93-10.81a28 28 0 0 0-19.47-23.91a12 12 0 1 1 7.22-22.89a51.94 51.94 0 0 1 36.13 44.42A12 12 0 0 1 169 111.94Z"/></svg> </template>
CSS
.icon-balloon-bold {
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%2012a92.1%2092.1%200%200%200-92%2092c0%2024.53%209.55%2050.13%2026.19%2070.22c10%2012%2021.56%2021.07%2034.05%2026.76L85%20227.27A12%2012%200%200%200%2096%20244h64a12%2012%200%200%200%2011-16.73L159.76%20201c12.49-5.69%2024.08-14.73%2034.05-26.76C210.45%20154.13%20220%20128.53%20220%20104a92.1%2092.1%200%200%200-92-92m13.8%20208h-27.6l5.35-12.49a73%2073%200%200%200%2016.9%200Zm33.53-61.09C161.93%20175.09%20145.12%20184%20128%20184s-33.93-8.91-47.33-25.09C67.73%20143.29%2060%20122.76%2060%20104a68%2068%200%200%201%20136%200c0%2018.76-7.73%2039.29-20.67%2054.91m-6.34-47q-.6.06-1.2.06a12%2012%200%200%201-11.93-10.81a28%2028%200%200%200-19.47-23.91a12%2012%200%201%201%207.22-22.89a51.94%2051.94%200%200%201%2036.13%2044.42A12%2012%200%200%201%20169%20111.94Z%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%2012a92.1%2092.1%200%200%200-92%2092c0%2024.53%209.55%2050.13%2026.19%2070.22c10%2012%2021.56%2021.07%2034.05%2026.76L85%20227.27A12%2012%200%200%200%2096%20244h64a12%2012%200%200%200%2011-16.73L159.76%20201c12.49-5.69%2024.08-14.73%2034.05-26.76C210.45%20154.13%20220%20128.53%20220%20104a92.1%2092.1%200%200%200-92-92m13.8%20208h-27.6l5.35-12.49a73%2073%200%200%200%2016.9%200Zm33.53-61.09C161.93%20175.09%20145.12%20184%20128%20184s-33.93-8.91-47.33-25.09C67.73%20143.29%2060%20122.76%2060%20104a68%2068%200%200%201%20136%200c0%2018.76-7.73%2039.29-20.67%2054.91m-6.34-47q-.6.06-1.2.06a12%2012%200%200%201-11.93-10.81a28%2028%200%200%200-19.47-23.91a12%2012%200%201%201%207.22-22.89a51.94%2051.94%200%200%201%2036.13%2044.42A12%2012%200%200%201%20169%20111.94Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/balloon-bold.svg?color=%231a73e8&size=48