confetti ball emoji

confetti-ball from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.

Name
confetti-ball
Set
OpenMoji
Style
Default
Category
Activities
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More activities icons from OpenMoji

Use the confetti ball emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f1b31c" d="M31.843 18.778c-3.526-6.933-11.93-9.884-19.035-6.57S2.56 23.854 5.606 31.012z"/><path fill="#fcea2b" d="M13.204 12.156a14.4 14.4 0 0 1 9.616-.925c-.884.222-1.76.525-2.616.925c-6.176 2.88-9.351 9.552-8.078 15.95L6.002 30.96c-3.045-7.158.097-15.492 7.202-18.805"/><path fill="#f1b31c" d="M66.66 30.961c3.045-7.158-.097-15.492-7.202-18.805s-15.508-.363-19.035 6.57z"/><path fill="#fcea2b" d="M59.458 12.156c-3.13-1.46-6.51-1.7-9.615-.925c.883.222 1.759.525 2.615.925c6.176 2.88 9.352 9.552 8.079 15.95l6.123 2.855c3.045-7.158-.097-15.492-7.202-18.805"/><ellipse cx="19.295" cy="31.458" fill="#ea5a47" rx="2" ry="1.971"/><ellipse cx="44.295" cy="33.458" fill="#8967aa" rx="2" ry="1.971"/><ellipse cx="40.295" cy="55.458" fill="#fcea2b" rx="2" ry="1.971"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M31.843 18.778c-3.526-6.933-11.93-9.884-19.035-6.57S2.56 23.854 5.606 31.012zM66.66 30.961c3.045-7.158-.097-15.492-7.202-18.805s-15.508-.363-19.035 6.57zm-30.299-.619c-.436.257-.84.588-1.194.992c-1.834 2.094-1.632 5.361.452 7.297"/><path d="M35.467 38.513a4.9 4.9 0 0 1 1.089 1.106c1.615 2.267 1.087 5.498-1.18 7.215m-14.42-3.88a4.9 4.9 0 0 0-1.448.56c-2.405 1.4-3.254 4.562-1.894 7.06"/><path d="M17.507 50.414c.292.414.524.882.68 1.395c.81 2.664-.719 5.558-3.415 6.465M53.493 38.62a4.9 4.9 0 0 1 1.361.745c2.201 1.705 2.626 4.951.95 7.25"/><path d="M55.931 46.469a4.9 4.9 0 0 0-.857 1.294c-1.153 2.534-.018 5.604 2.536 6.857"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiConfettiBall(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f1b31c" d="M31.843 18.778c-3.526-6.933-11.93-9.884-19.035-6.57S2.56 23.854 5.606 31.012z"/><path fill="#fcea2b" d="M13.204 12.156a14.4 14.4 0 0 1 9.616-.925c-.884.222-1.76.525-2.616.925c-6.176 2.88-9.351 9.552-8.078 15.95L6.002 30.96c-3.045-7.158.097-15.492 7.202-18.805"/><path fill="#f1b31c" d="M66.66 30.961c3.045-7.158-.097-15.492-7.202-18.805s-15.508-.363-19.035 6.57z"/><path fill="#fcea2b" d="M59.458 12.156c-3.13-1.46-6.51-1.7-9.615-.925c.883.222 1.759.525 2.615.925c6.176 2.88 9.352 9.552 8.079 15.95l6.123 2.855c3.045-7.158-.097-15.492-7.202-18.805"/><ellipse cx="19.295" cy="31.458" fill="#ea5a47" rx="2" ry="1.971"/><ellipse cx="44.295" cy="33.458" fill="#8967aa" rx="2" ry="1.971"/><ellipse cx="40.295" cy="55.458" fill="#fcea2b" rx="2" ry="1.971"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M31.843 18.778c-3.526-6.933-11.93-9.884-19.035-6.57S2.56 23.854 5.606 31.012zM66.66 30.961c3.045-7.158-.097-15.492-7.202-18.805s-15.508-.363-19.035 6.57zm-30.299-.619c-.436.257-.84.588-1.194.992c-1.834 2.094-1.632 5.361.452 7.297"/><path d="M35.467 38.513a4.9 4.9 0 0 1 1.089 1.106c1.615 2.267 1.087 5.498-1.18 7.215m-14.42-3.88a4.9 4.9 0 0 0-1.448.56c-2.405 1.4-3.254 4.562-1.894 7.06"/><path d="M17.507 50.414c.292.414.524.882.68 1.395c.81 2.664-.719 5.558-3.415 6.465M53.493 38.62a4.9 4.9 0 0 1 1.361.745c2.201 1.705 2.626 4.951.95 7.25"/><path d="M55.931 46.469a4.9 4.9 0 0 0-.857 1.294c-1.153 2.534-.018 5.604 2.536 6.857"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f1b31c" d="M31.843 18.778c-3.526-6.933-11.93-9.884-19.035-6.57S2.56 23.854 5.606 31.012z"/><path fill="#fcea2b" d="M13.204 12.156a14.4 14.4 0 0 1 9.616-.925c-.884.222-1.76.525-2.616.925c-6.176 2.88-9.351 9.552-8.078 15.95L6.002 30.96c-3.045-7.158.097-15.492 7.202-18.805"/><path fill="#f1b31c" d="M66.66 30.961c3.045-7.158-.097-15.492-7.202-18.805s-15.508-.363-19.035 6.57z"/><path fill="#fcea2b" d="M59.458 12.156c-3.13-1.46-6.51-1.7-9.615-.925c.883.222 1.759.525 2.615.925c6.176 2.88 9.352 9.552 8.079 15.95l6.123 2.855c3.045-7.158-.097-15.492-7.202-18.805"/><ellipse cx="19.295" cy="31.458" fill="#ea5a47" rx="2" ry="1.971"/><ellipse cx="44.295" cy="33.458" fill="#8967aa" rx="2" ry="1.971"/><ellipse cx="40.295" cy="55.458" fill="#fcea2b" rx="2" ry="1.971"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M31.843 18.778c-3.526-6.933-11.93-9.884-19.035-6.57S2.56 23.854 5.606 31.012zM66.66 30.961c3.045-7.158-.097-15.492-7.202-18.805s-15.508-.363-19.035 6.57zm-30.299-.619c-.436.257-.84.588-1.194.992c-1.834 2.094-1.632 5.361.452 7.297"/><path d="M35.467 38.513a4.9 4.9 0 0 1 1.089 1.106c1.615 2.267 1.087 5.498-1.18 7.215m-14.42-3.88a4.9 4.9 0 0 0-1.448.56c-2.405 1.4-3.254 4.562-1.894 7.06"/><path d="M17.507 50.414c.292.414.524.882.68 1.395c.81 2.664-.719 5.558-3.415 6.465M53.493 38.62a4.9 4.9 0 0 1 1.361.745c2.201 1.705 2.626 4.951.95 7.25"/><path d="M55.931 46.469a4.9 4.9 0 0 0-.857 1.294c-1.153 2.534-.018 5.604 2.536 6.857"/></g></svg>
</template>

CSS

.icon-confetti-ball {
  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%23f1b31c%22%20d%3D%22M31.843%2018.778c-3.526-6.933-11.93-9.884-19.035-6.57S2.56%2023.854%205.606%2031.012z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M13.204%2012.156a14.4%2014.4%200%200%201%209.616-.925c-.884.222-1.76.525-2.616.925c-6.176%202.88-9.351%209.552-8.078%2015.95L6.002%2030.96c-3.045-7.158.097-15.492%207.202-18.805%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M66.66%2030.961c3.045-7.158-.097-15.492-7.202-18.805s-15.508-.363-19.035%206.57z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M59.458%2012.156c-3.13-1.46-6.51-1.7-9.615-.925c.883.222%201.759.525%202.615.925c6.176%202.88%209.352%209.552%208.079%2015.95l6.123%202.855c3.045-7.158-.097-15.492-7.202-18.805%22%2F%3E%3Cellipse%20cx%3D%2219.295%22%20cy%3D%2231.458%22%20fill%3D%22%23ea5a47%22%20rx%3D%222%22%20ry%3D%221.971%22%2F%3E%3Cellipse%20cx%3D%2244.295%22%20cy%3D%2233.458%22%20fill%3D%22%238967aa%22%20rx%3D%222%22%20ry%3D%221.971%22%2F%3E%3Cellipse%20cx%3D%2240.295%22%20cy%3D%2255.458%22%20fill%3D%22%23fcea2b%22%20rx%3D%222%22%20ry%3D%221.971%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M31.843%2018.778c-3.526-6.933-11.93-9.884-19.035-6.57S2.56%2023.854%205.606%2031.012zM66.66%2030.961c3.045-7.158-.097-15.492-7.202-18.805s-15.508-.363-19.035%206.57zm-30.299-.619c-.436.257-.84.588-1.194.992c-1.834%202.094-1.632%205.361.452%207.297%22%2F%3E%3Cpath%20d%3D%22M35.467%2038.513a4.9%204.9%200%200%201%201.089%201.106c1.615%202.267%201.087%205.498-1.18%207.215m-14.42-3.88a4.9%204.9%200%200%200-1.448.56c-2.405%201.4-3.254%204.562-1.894%207.06%22%2F%3E%3Cpath%20d%3D%22M17.507%2050.414c.292.414.524.882.68%201.395c.81%202.664-.719%205.558-3.415%206.465M53.493%2038.62a4.9%204.9%200%200%201%201.361.745c2.201%201.705%202.626%204.951.95%207.25%22%2F%3E%3Cpath%20d%3D%22M55.931%2046.469a4.9%204.9%200%200%200-.857%201.294c-1.153%202.534-.018%205.604%202.536%206.857%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%23f1b31c%22%20d%3D%22M31.843%2018.778c-3.526-6.933-11.93-9.884-19.035-6.57S2.56%2023.854%205.606%2031.012z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M13.204%2012.156a14.4%2014.4%200%200%201%209.616-.925c-.884.222-1.76.525-2.616.925c-6.176%202.88-9.351%209.552-8.078%2015.95L6.002%2030.96c-3.045-7.158.097-15.492%207.202-18.805%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M66.66%2030.961c3.045-7.158-.097-15.492-7.202-18.805s-15.508-.363-19.035%206.57z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M59.458%2012.156c-3.13-1.46-6.51-1.7-9.615-.925c.883.222%201.759.525%202.615.925c6.176%202.88%209.352%209.552%208.079%2015.95l6.123%202.855c3.045-7.158-.097-15.492-7.202-18.805%22%2F%3E%3Cellipse%20cx%3D%2219.295%22%20cy%3D%2231.458%22%20fill%3D%22%23ea5a47%22%20rx%3D%222%22%20ry%3D%221.971%22%2F%3E%3Cellipse%20cx%3D%2244.295%22%20cy%3D%2233.458%22%20fill%3D%22%238967aa%22%20rx%3D%222%22%20ry%3D%221.971%22%2F%3E%3Cellipse%20cx%3D%2240.295%22%20cy%3D%2255.458%22%20fill%3D%22%23fcea2b%22%20rx%3D%222%22%20ry%3D%221.971%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M31.843%2018.778c-3.526-6.933-11.93-9.884-19.035-6.57S2.56%2023.854%205.606%2031.012zM66.66%2030.961c3.045-7.158-.097-15.492-7.202-18.805s-15.508-.363-19.035%206.57zm-30.299-.619c-.436.257-.84.588-1.194.992c-1.834%202.094-1.632%205.361.452%207.297%22%2F%3E%3Cpath%20d%3D%22M35.467%2038.513a4.9%204.9%200%200%201%201.089%201.106c1.615%202.267%201.087%205.498-1.18%207.215m-14.42-3.88a4.9%204.9%200%200%200-1.448.56c-2.405%201.4-3.254%204.562-1.894%207.06%22%2F%3E%3Cpath%20d%3D%22M17.507%2050.414c.292.414.524.882.68%201.395c.81%202.664-.719%205.558-3.415%206.465M53.493%2038.62a4.9%204.9%200%200%201%201.361.745c2.201%201.705%202.626%204.951.95%207.25%22%2F%3E%3Cpath%20d%3D%22M55.931%2046.469a4.9%204.9%200%200%200-.857%201.294c-1.153%202.534-.018%205.604%202.536%206.857%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/confetti-ball.svg?color=%231a73e8&size=48