balloon emoji
balloon from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- balloon
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
balloonBootstrap IconsballoonBoxIcons v2 SolidballoonEmoji One (Colored)balloon-12-filledFluent UI System IconsballoonFluent EmojiballoonFluent Emoji FlatballoonFluent Emoji High ContrastballoonHuge IconsballoonIonIconsballoonLucideballoonMaterial Design IconsballoonNoto EmojiballoonOpenMojiballoonPhosphorballoonPixelarticonsballoon-boldSolarballoonStreamline EmojisballoonTabler IconsballoonTwitter Emoji
More objects icons from Firefox OS Emoji
admissionticketsalienmonsteramericanfootballartistpaletteauberginebabybottlebackofenvelopeballotboldscriptxballotboxboldcheckballotboxwithboldscriptxballottboxwithballottballottboxwithscriptxballottscriptxbananabanknotedollarbanknoteeurobanknotepoundbanknoteyenbarchartbaseballbasketballandhoopbathbathtubbattery
Use the balloon emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M418.739 509.346a5.25 5.25 0 0 1-5.25-5.25c0-17.544-6.158-30.82-19.38-41.783c-12.365-10.254-29.586-17.544-47.818-25.262c-24.229-10.257-49.284-20.863-69.091-40.203c-22.826-22.288-33.921-52.182-33.921-91.389a5.25 5.25 0 0 1 10.5 0c0 36.23 10.061 63.666 30.757 83.875c18.388 17.956 42.515 28.169 65.848 38.047c37.853 16.023 73.604 31.159 73.604 76.715a5.25 5.25 0 0 1-5.249 5.25"/><path fill="#FF473E" d="M259.93 302.848c.476 1.218.938 2.419 1.353 3.576c.401 1.072.768 2.109 1.114 3.091c.342.983.7 1.912.929 2.77c.466 1.715.428 3.145.242 4.146c-.183 1.001-.538 1.572-.538 1.572c-4.965 8.009-15.482 10.476-23.491 5.511a17.3 17.3 0 0 1-5.511-5.511s-.354-.572-.538-1.572c-.186-1.001-.224-2.43.242-4.146c.229-.858.586-1.787.929-2.77c.346-.983.713-2.019 1.114-3.091c.415-1.157.877-2.358 1.353-3.576c-34.022-13.918-90.096-81.107-106.883-144.182a123.2 123.2 0 0 1-4.899-34.483C125.347 56.151 180.497 1 248.529 1s123.182 55.151 123.182 123.182a123.2 123.2 0 0 1-4.899 34.483c-16.787 63.075-72.86 130.265-106.882 144.183"/><path fill="#FFA9BA" d="M195.957 124.182c0 22.075-10.33 39.97-23.073 39.97s-23.073-17.895-23.073-39.97s10.33-39.97 23.073-39.97c12.743.001 23.073 17.896 23.073 39.97"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiBalloon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M418.739 509.346a5.25 5.25 0 0 1-5.25-5.25c0-17.544-6.158-30.82-19.38-41.783c-12.365-10.254-29.586-17.544-47.818-25.262c-24.229-10.257-49.284-20.863-69.091-40.203c-22.826-22.288-33.921-52.182-33.921-91.389a5.25 5.25 0 0 1 10.5 0c0 36.23 10.061 63.666 30.757 83.875c18.388 17.956 42.515 28.169 65.848 38.047c37.853 16.023 73.604 31.159 73.604 76.715a5.25 5.25 0 0 1-5.249 5.25"/><path fill="#FF473E" d="M259.93 302.848c.476 1.218.938 2.419 1.353 3.576c.401 1.072.768 2.109 1.114 3.091c.342.983.7 1.912.929 2.77c.466 1.715.428 3.145.242 4.146c-.183 1.001-.538 1.572-.538 1.572c-4.965 8.009-15.482 10.476-23.491 5.511a17.3 17.3 0 0 1-5.511-5.511s-.354-.572-.538-1.572c-.186-1.001-.224-2.43.242-4.146c.229-.858.586-1.787.929-2.77c.346-.983.713-2.019 1.114-3.091c.415-1.157.877-2.358 1.353-3.576c-34.022-13.918-90.096-81.107-106.883-144.182a123.2 123.2 0 0 1-4.899-34.483C125.347 56.151 180.497 1 248.529 1s123.182 55.151 123.182 123.182a123.2 123.2 0 0 1-4.899 34.483c-16.787 63.075-72.86 130.265-106.882 144.183"/><path fill="#FFA9BA" d="M195.957 124.182c0 22.075-10.33 39.97-23.073 39.97s-23.073-17.895-23.073-39.97s10.33-39.97 23.073-39.97c12.743.001 23.073 17.896 23.073 39.97"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M418.739 509.346a5.25 5.25 0 0 1-5.25-5.25c0-17.544-6.158-30.82-19.38-41.783c-12.365-10.254-29.586-17.544-47.818-25.262c-24.229-10.257-49.284-20.863-69.091-40.203c-22.826-22.288-33.921-52.182-33.921-91.389a5.25 5.25 0 0 1 10.5 0c0 36.23 10.061 63.666 30.757 83.875c18.388 17.956 42.515 28.169 65.848 38.047c37.853 16.023 73.604 31.159 73.604 76.715a5.25 5.25 0 0 1-5.249 5.25"/><path fill="#FF473E" d="M259.93 302.848c.476 1.218.938 2.419 1.353 3.576c.401 1.072.768 2.109 1.114 3.091c.342.983.7 1.912.929 2.77c.466 1.715.428 3.145.242 4.146c-.183 1.001-.538 1.572-.538 1.572c-4.965 8.009-15.482 10.476-23.491 5.511a17.3 17.3 0 0 1-5.511-5.511s-.354-.572-.538-1.572c-.186-1.001-.224-2.43.242-4.146c.229-.858.586-1.787.929-2.77c.346-.983.713-2.019 1.114-3.091c.415-1.157.877-2.358 1.353-3.576c-34.022-13.918-90.096-81.107-106.883-144.182a123.2 123.2 0 0 1-4.899-34.483C125.347 56.151 180.497 1 248.529 1s123.182 55.151 123.182 123.182a123.2 123.2 0 0 1-4.899 34.483c-16.787 63.075-72.86 130.265-106.882 144.183"/><path fill="#FFA9BA" d="M195.957 124.182c0 22.075-10.33 39.97-23.073 39.97s-23.073-17.895-23.073-39.97s10.33-39.97 23.073-39.97c12.743.001 23.073 17.896 23.073 39.97"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M418.739%20509.346a5.25%205.25%200%200%201-5.25-5.25c0-17.544-6.158-30.82-19.38-41.783c-12.365-10.254-29.586-17.544-47.818-25.262c-24.229-10.257-49.284-20.863-69.091-40.203c-22.826-22.288-33.921-52.182-33.921-91.389a5.25%205.25%200%200%201%2010.5%200c0%2036.23%2010.061%2063.666%2030.757%2083.875c18.388%2017.956%2042.515%2028.169%2065.848%2038.047c37.853%2016.023%2073.604%2031.159%2073.604%2076.715a5.25%205.25%200%200%201-5.249%205.25%22%2F%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M259.93%20302.848c.476%201.218.938%202.419%201.353%203.576c.401%201.072.768%202.109%201.114%203.091c.342.983.7%201.912.929%202.77c.466%201.715.428%203.145.242%204.146c-.183%201.001-.538%201.572-.538%201.572c-4.965%208.009-15.482%2010.476-23.491%205.511a17.3%2017.3%200%200%201-5.511-5.511s-.354-.572-.538-1.572c-.186-1.001-.224-2.43.242-4.146c.229-.858.586-1.787.929-2.77c.346-.983.713-2.019%201.114-3.091c.415-1.157.877-2.358%201.353-3.576c-34.022-13.918-90.096-81.107-106.883-144.182a123.2%20123.2%200%200%201-4.899-34.483C125.347%2056.151%20180.497%201%20248.529%201s123.182%2055.151%20123.182%20123.182a123.2%20123.2%200%200%201-4.899%2034.483c-16.787%2063.075-72.86%20130.265-106.882%20144.183%22%2F%3E%3Cpath%20fill%3D%22%23FFA9BA%22%20d%3D%22M195.957%20124.182c0%2022.075-10.33%2039.97-23.073%2039.97s-23.073-17.895-23.073-39.97s10.33-39.97%2023.073-39.97c12.743.001%2023.073%2017.896%2023.073%2039.97%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M418.739%20509.346a5.25%205.25%200%200%201-5.25-5.25c0-17.544-6.158-30.82-19.38-41.783c-12.365-10.254-29.586-17.544-47.818-25.262c-24.229-10.257-49.284-20.863-69.091-40.203c-22.826-22.288-33.921-52.182-33.921-91.389a5.25%205.25%200%200%201%2010.5%200c0%2036.23%2010.061%2063.666%2030.757%2083.875c18.388%2017.956%2042.515%2028.169%2065.848%2038.047c37.853%2016.023%2073.604%2031.159%2073.604%2076.715a5.25%205.25%200%200%201-5.249%205.25%22%2F%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M259.93%20302.848c.476%201.218.938%202.419%201.353%203.576c.401%201.072.768%202.109%201.114%203.091c.342.983.7%201.912.929%202.77c.466%201.715.428%203.145.242%204.146c-.183%201.001-.538%201.572-.538%201.572c-4.965%208.009-15.482%2010.476-23.491%205.511a17.3%2017.3%200%200%201-5.511-5.511s-.354-.572-.538-1.572c-.186-1.001-.224-2.43.242-4.146c.229-.858.586-1.787.929-2.77c.346-.983.713-2.019%201.114-3.091c.415-1.157.877-2.358%201.353-3.576c-34.022-13.918-90.096-81.107-106.883-144.182a123.2%20123.2%200%200%201-4.899-34.483C125.347%2056.151%20180.497%201%20248.529%201s123.182%2055.151%20123.182%20123.182a123.2%20123.2%200%200%201-4.899%2034.483c-16.787%2063.075-72.86%20130.265-106.882%20144.183%22%2F%3E%3Cpath%20fill%3D%22%23FFA9BA%22%20d%3D%22M195.957%20124.182c0%2022.075-10.33%2039.97-23.073%2039.97s-23.073-17.895-23.073-39.97s10.33-39.97%2023.073-39.97c12.743.001%2023.073%2017.896%2023.073%2039.97%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/balloon.svg?color=%231a73e8&size=48