balloon emoji
balloon from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.
- Name
- balloon
- Set
- OpenMoji
- Style
- Default
- Category
- Activities
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
balloonBootstrap IconsballoonBoxIcons v2 SolidballoonEmoji One (Colored)balloon-12-filledFluent UI System IconsballoonFluent EmojiballoonFluent Emoji FlatballoonFluent Emoji High ContrastballoonFirefox OS EmojiballoonHuge IconsballoonIonIconsballoonLucideballoonMaterial Design IconsballoonNoto EmojiballoonPhosphorballoonPixelarticonsballoon-boldSolarballoonStreamline EmojisballoonTabler IconsballoonTwitter Emoji
More activities icons from OpenMoji
Use the balloon emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="m33.976 42.691l.03 6.459l.03 6.459l-5.919-3.807l-5.92-3.807l5.89-2.652z"/><circle cx="45" cy="27" r="23" fill="#ea5a47"/><path fill="#d22f27" d="M60.827 10.549a23 23 0 0 0-4.361-3.417c5.36 8.847 4.224 20.525-3.418 28.166s-19.32 8.778-28.166 3.418a23 23 0 0 0 3.417 4.36c8.982 8.982 23.545 8.982 32.528 0s8.982-23.545 0-32.527"/><g fill="none" stroke="#000" stroke-miterlimit="10"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.122" d="m34 47.21l.01 1.94l.03 6.46l-5.92-3.81L22.2 48l5.89-2.66l1.95-.88"/><circle cx="45" cy="27" r="23" stroke-width="2"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.725 65.09c.505.04 1.026 0 1.547-.128c2.704-.665 4.41-3.459 3.812-6.24"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.14 58.907a4.9 4.9 0 0 1-.258-1.53c-.024-2.785 2.26-5.13 5.102-5.237"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiBalloon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="m33.976 42.691l.03 6.459l.03 6.459l-5.919-3.807l-5.92-3.807l5.89-2.652z"/><circle cx="45" cy="27" r="23" fill="#ea5a47"/><path fill="#d22f27" d="M60.827 10.549a23 23 0 0 0-4.361-3.417c5.36 8.847 4.224 20.525-3.418 28.166s-19.32 8.778-28.166 3.418a23 23 0 0 0 3.417 4.36c8.982 8.982 23.545 8.982 32.528 0s8.982-23.545 0-32.527"/><g fill="none" stroke="#000" strokeMiterlimit="10"><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2.122" d="m34 47.21l.01 1.94l.03 6.46l-5.92-3.81L22.2 48l5.89-2.66l1.95-.88"/><circle cx="45" cy="27" r="23" strokeWidth="2"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M17.725 65.09c.505.04 1.026 0 1.547-.128c2.704-.665 4.41-3.459 3.812-6.24"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M23.14 58.907a4.9 4.9 0 0 1-.258-1.53c-.024-2.785 2.26-5.13 5.102-5.237"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="m33.976 42.691l.03 6.459l.03 6.459l-5.919-3.807l-5.92-3.807l5.89-2.652z"/><circle cx="45" cy="27" r="23" fill="#ea5a47"/><path fill="#d22f27" d="M60.827 10.549a23 23 0 0 0-4.361-3.417c5.36 8.847 4.224 20.525-3.418 28.166s-19.32 8.778-28.166 3.418a23 23 0 0 0 3.417 4.36c8.982 8.982 23.545 8.982 32.528 0s8.982-23.545 0-32.527"/><g fill="none" stroke="#000" stroke-miterlimit="10"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.122" d="m34 47.21l.01 1.94l.03 6.46l-5.92-3.81L22.2 48l5.89-2.66l1.95-.88"/><circle cx="45" cy="27" r="23" stroke-width="2"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.725 65.09c.505.04 1.026 0 1.547-.128c2.704-.665 4.41-3.459 3.812-6.24"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.14 58.907a4.9 4.9 0 0 1-.258-1.53c-.024-2.785 2.26-5.13 5.102-5.237"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22m33.976%2042.691l.03%206.459l.03%206.459l-5.919-3.807l-5.92-3.807l5.89-2.652z%22%2F%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%2227%22%20r%3D%2223%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M60.827%2010.549a23%2023%200%200%200-4.361-3.417c5.36%208.847%204.224%2020.525-3.418%2028.166s-19.32%208.778-28.166%203.418a23%2023%200%200%200%203.417%204.36c8.982%208.982%2023.545%208.982%2032.528%200s8.982-23.545%200-32.527%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.122%22%20d%3D%22m34%2047.21l.01%201.94l.03%206.46l-5.92-3.81L22.2%2048l5.89-2.66l1.95-.88%22%2F%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%2227%22%20r%3D%2223%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17.725%2065.09c.505.04%201.026%200%201.547-.128c2.704-.665%204.41-3.459%203.812-6.24%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M23.14%2058.907a4.9%204.9%200%200%201-.258-1.53c-.024-2.785%202.26-5.13%205.102-5.237%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22m33.976%2042.691l.03%206.459l.03%206.459l-5.919-3.807l-5.92-3.807l5.89-2.652z%22%2F%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%2227%22%20r%3D%2223%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M60.827%2010.549a23%2023%200%200%200-4.361-3.417c5.36%208.847%204.224%2020.525-3.418%2028.166s-19.32%208.778-28.166%203.418a23%2023%200%200%200%203.417%204.36c8.982%208.982%2023.545%208.982%2032.528%200s8.982-23.545%200-32.527%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.122%22%20d%3D%22m34%2047.21l.01%201.94l.03%206.46l-5.92-3.81L22.2%2048l5.89-2.66l1.95-.88%22%2F%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%2227%22%20r%3D%2223%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17.725%2065.09c.505.04%201.026%200%201.547-.128c2.704-.665%204.41-3.459%203.812-6.24%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M23.14%2058.907a4.9%204.9%200%200%201-.258-1.53c-.024-2.785%202.26-5.13%205.102-5.237%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/balloon.svg?color=%231a73e8&size=48