balloon icon
balloon from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- balloon
- Set
- Phosphor
- Style
- Regular
- 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 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-88m11.87 208h-23.74l6.94-16.19c1.64.12 3.28.19 4.93.19s3.29-.07 4.93-.19Zm38.4-60.37C163.94 181.93 146.09 192 128 192s-35.94-10.07-50.27-28.37C64.12 146.27 56 124 56 104a72 72 0 0 1 144 0c0 20-8.12 42.27-21.73 59.63m-1-59.74a8.5 8.5 0 0 1-1.27.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.21Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBalloon(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-88m11.87 208h-23.74l6.94-16.19c1.64.12 3.28.19 4.93.19s3.29-.07 4.93-.19Zm38.4-60.37C163.94 181.93 146.09 192 128 192s-35.94-10.07-50.27-28.37C64.12 146.27 56 124 56 104a72 72 0 0 1 144 0c0 20-8.12 42.27-21.73 59.63m-1-59.74a8.5 8.5 0 0 1-1.27.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.21Z"/></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-88m11.87 208h-23.74l6.94-16.19c1.64.12 3.28.19 4.93.19s3.29-.07 4.93-.19Zm38.4-60.37C163.94 181.93 146.09 192 128 192s-35.94-10.07-50.27-28.37C64.12 146.27 56 124 56 104a72 72 0 0 1 144 0c0 20-8.12 42.27-21.73 59.63m-1-59.74a8.5 8.5 0 0 1-1.27.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.21Z"/></svg> </template>
CSS
.icon-balloon {
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-88m11.87%20208h-23.74l6.94-16.19c1.64.12%203.28.19%204.93.19s3.29-.07%204.93-.19Zm38.4-60.37C163.94%20181.93%20146.09%20192%20128%20192s-35.94-10.07-50.27-28.37C64.12%20146.27%2056%20124%2056%20104a72%2072%200%200%201%20144%200c0%2020-8.12%2042.27-21.73%2059.63m-1-59.74a8.5%208.5%200%200%201-1.27.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.21Z%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-88m11.87%20208h-23.74l6.94-16.19c1.64.12%203.28.19%204.93.19s3.29-.07%204.93-.19Zm38.4-60.37C163.94%20181.93%20146.09%20192%20128%20192s-35.94-10.07-50.27-28.37C64.12%20146.27%2056%20124%2056%20104a72%2072%200%200%201%20144%200c0%2020-8.12%2042.27-21.73%2059.63m-1-59.74a8.5%208.5%200%200%201-1.27.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.21Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/balloon.svg?color=%231a73e8&size=48