Emoji Party Popper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Party Popper 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/339922.svg" alt="Emoji Party Popper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339922.svg" alt="Emoji Party Popper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339922.svg" alt="Emoji Party Popper icon" :width="24" :height="24" />
CSS background
.icon-emoji-party-popper {
background-image: url('https://proicons.com/icon/339922.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="M31.8152,5.5c.1522.291.2612.6117.3176.9554.2925,1.782-.9386,3.5118-2.7496,3.8636"/><path id="c" class="i" d="M29.5075,10.3059c-.3275.0249-.6572.102-.9788.2361-1.6668.6949-2.4829,2.6549-1.8229,4.3778"/><path id="d" class="i" d="M41.7405,18.051c-.064.3222-.1802.6402-.3519.9434-.8899,1.5713-2.9336,2.1464-4.5649,1.2843"/><path id="e" class="i" d="M36.9289,20.3465c-.2707-.186-.5758-.3328-.9104-.43-1.734-.5043-3.5989.5103-4.1656,2.2661"/><path id="f" class="i" d="M34.5213,30.325l.1091.109-14.1855,6.033-14.1855,6.033,6.0328-14.1859,6.0328-14.1859"/><path id="g" class="i" d="M18.3955,14.1988l8.0822,8.0824,8.0435,8.0438"/><path id="h" class="i" d="M18.325,14.1283l.0705.0705"/></svg>
Copied!