The Tabler balloon icon depicts a single inflated balloon, commonly used in UIs to represent celebrations, parties, or festive events.
Common uses
- Birthday party invitations
- Event announcements
- Holiday-themed promotions
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBalloon } from '@tabler/icons-react';
<IconBalloon size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBalloon size={24} stroke={2} />filled
<IconBalloonFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Nature
- Keywords
- partybirthdaydecorationballoonnaturecelebration
FAQ
- What does the balloon icon represent?
- It represents a balloon, typically associated with parties, birthdays, and festive occasions.
- How do I use the balloon icon in React?
- You can import and use it like this: `import { IconBalloon } from '@tabler/icons-react'`. Then render it as `<IconBalloon />`.
- What is the license for the Tabler balloon icon?
- The Tabler icon library, including the balloon icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →