confetti icon

confetti from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
confetti
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the confetti icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M111.49 52.63a15.8 15.8 0 0 0-26 5.77L33 202.78A15.83 15.83 0 0 0 47.76 224a16 16 0 0 0 5.46-1l144.37-52.5a15.8 15.8 0 0 0 5.78-26Zm-8.33 135.21l-35-35l13.16-36.21l58.05 58.05Zm-55 20l14-38.41l24.45 24.45ZM156 168.64L87.36 100l13-35.87l91.43 91.43ZM160 72a37.8 37.8 0 0 1 3.84-15.58C169.14 45.83 179.14 40 192 40c6.7 0 11-2.29 13.65-7.21a22 22 0 0 0 2.35-8.85a8 8 0 0 1 16 .06c0 12.86-8.52 32-32 32c-6.7 0-11 2.29-13.65 7.21a22 22 0 0 0-2.35 8.85a8 8 0 0 1-16-.06m-24-32V16a8 8 0 0 1 16 0v24a8 8 0 0 1-16 0m101.66 82.34a8 8 0 1 1-11.32 11.31l-16-16a8 8 0 0 1 11.32-11.32Zm4.87-42.75l-24 8a8 8 0 0 1-5.06-15.18l24-8a8 8 0 0 1 5.06 15.18"/></svg>

React

import type { SVGProps } from "react";

export function PhConfetti(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M111.49 52.63a15.8 15.8 0 0 0-26 5.77L33 202.78A15.83 15.83 0 0 0 47.76 224a16 16 0 0 0 5.46-1l144.37-52.5a15.8 15.8 0 0 0 5.78-26Zm-8.33 135.21l-35-35l13.16-36.21l58.05 58.05Zm-55 20l14-38.41l24.45 24.45ZM156 168.64L87.36 100l13-35.87l91.43 91.43ZM160 72a37.8 37.8 0 0 1 3.84-15.58C169.14 45.83 179.14 40 192 40c6.7 0 11-2.29 13.65-7.21a22 22 0 0 0 2.35-8.85a8 8 0 0 1 16 .06c0 12.86-8.52 32-32 32c-6.7 0-11 2.29-13.65 7.21a22 22 0 0 0-2.35 8.85a8 8 0 0 1-16-.06m-24-32V16a8 8 0 0 1 16 0v24a8 8 0 0 1-16 0m101.66 82.34a8 8 0 1 1-11.32 11.31l-16-16a8 8 0 0 1 11.32-11.32Zm4.87-42.75l-24 8a8 8 0 0 1-5.06-15.18l24-8a8 8 0 0 1 5.06 15.18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M111.49 52.63a15.8 15.8 0 0 0-26 5.77L33 202.78A15.83 15.83 0 0 0 47.76 224a16 16 0 0 0 5.46-1l144.37-52.5a15.8 15.8 0 0 0 5.78-26Zm-8.33 135.21l-35-35l13.16-36.21l58.05 58.05Zm-55 20l14-38.41l24.45 24.45ZM156 168.64L87.36 100l13-35.87l91.43 91.43ZM160 72a37.8 37.8 0 0 1 3.84-15.58C169.14 45.83 179.14 40 192 40c6.7 0 11-2.29 13.65-7.21a22 22 0 0 0 2.35-8.85a8 8 0 0 1 16 .06c0 12.86-8.52 32-32 32c-6.7 0-11 2.29-13.65 7.21a22 22 0 0 0-2.35 8.85a8 8 0 0 1-16-.06m-24-32V16a8 8 0 0 1 16 0v24a8 8 0 0 1-16 0m101.66 82.34a8 8 0 1 1-11.32 11.31l-16-16a8 8 0 0 1 11.32-11.32Zm4.87-42.75l-24 8a8 8 0 0 1-5.06-15.18l24-8a8 8 0 0 1 5.06 15.18"/></svg>
</template>

CSS

.icon-confetti {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M111.49%2052.63a15.8%2015.8%200%200%200-26%205.77L33%20202.78A15.83%2015.83%200%200%200%2047.76%20224a16%2016%200%200%200%205.46-1l144.37-52.5a15.8%2015.8%200%200%200%205.78-26Zm-8.33%20135.21l-35-35l13.16-36.21l58.05%2058.05Zm-55%2020l14-38.41l24.45%2024.45ZM156%20168.64L87.36%20100l13-35.87l91.43%2091.43ZM160%2072a37.8%2037.8%200%200%201%203.84-15.58C169.14%2045.83%20179.14%2040%20192%2040c6.7%200%2011-2.29%2013.65-7.21a22%2022%200%200%200%202.35-8.85a8%208%200%200%201%2016%20.06c0%2012.86-8.52%2032-32%2032c-6.7%200-11%202.29-13.65%207.21a22%2022%200%200%200-2.35%208.85a8%208%200%200%201-16-.06m-24-32V16a8%208%200%200%201%2016%200v24a8%208%200%200%201-16%200m101.66%2082.34a8%208%200%201%201-11.32%2011.31l-16-16a8%208%200%200%201%2011.32-11.32Zm4.87-42.75l-24%208a8%208%200%200%201-5.06-15.18l24-8a8%208%200%200%201%205.06%2015.18%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M111.49%2052.63a15.8%2015.8%200%200%200-26%205.77L33%20202.78A15.83%2015.83%200%200%200%2047.76%20224a16%2016%200%200%200%205.46-1l144.37-52.5a15.8%2015.8%200%200%200%205.78-26Zm-8.33%20135.21l-35-35l13.16-36.21l58.05%2058.05Zm-55%2020l14-38.41l24.45%2024.45ZM156%20168.64L87.36%20100l13-35.87l91.43%2091.43ZM160%2072a37.8%2037.8%200%200%201%203.84-15.58C169.14%2045.83%20179.14%2040%20192%2040c6.7%200%2011-2.29%2013.65-7.21a22%2022%200%200%200%202.35-8.85a8%208%200%200%201%2016%20.06c0%2012.86-8.52%2032-32%2032c-6.7%200-11%202.29-13.65%207.21a22%2022%200%200%200-2.35%208.85a8%208%200%200%201-16-.06m-24-32V16a8%208%200%200%201%2016%200v24a8%208%200%200%201-16%200m101.66%2082.34a8%208%200%201%201-11.32%2011.31l-16-16a8%208%200%200%201%2011.32-11.32Zm4.87-42.75l-24%208a8%208%200%200%201-5.06-15.18l24-8a8%208%200%200%201%205.06%2015.18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/confetti.svg?color=%231a73e8&size=48