Emoji Balloon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Balloon icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/339663.svg" alt="Emoji Balloon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339663.svg" alt="Emoji Balloon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339663.svg" alt="Emoji Balloon icon" :width="24" :height="24" />
CSS background
.icon-emoji-balloon {
background-image: url('https://proicons.com/icon/339663.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="m8.7868,42.4912c.3055.0239.6206-.0001.9362-.0778,1.6362-.4025,2.6689-2.0939,2.3068-3.7777"/><path id="d" class="g" d="m12.0641,38.7472c-.0987-.2903-.1534-.6016-.1563-.9269-.0149-1.6857,1.3675-3.1053,3.0877-3.1707"/><path id="e" class="g" d="m18.6362,31.6644l.0061,1.1747.0182,3.9116-3.5828-2.307-3.5828-2.301,3.5646-1.6107,1.1801-.5329"/><path id="f" class="g" d="m11.3736,19.427c-.0028,7.6917,6.2271,13.9293,13.9148,13.9321,7.6877.0028,13.922-6.2303,13.9248-13.922v-.01c0-7.6917-6.2321-13.9271-13.9198-13.9271s-13.9198,6.2354-13.9198,13.9271"/></svg>
Copied!