confetti icon
confetti-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- confetti-light
- Set
- Phosphor
- Style
- Light
- 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="M110.08 54a13.8 13.8 0 0 0-22.73 5.05l-52.5 144.42A13.82 13.82 0 0 0 47.76 222a14 14 0 0 0 4.77-.85l144.38-52.5a13.8 13.8 0 0 0 5-22.73ZM48.43 209.87a1.79 1.79 0 0 1-2.3-2.3l15.18-41.77l28.89 28.88Zm54.21-19.71l-36.8-36.81L80.51 113L143 175.49ZM194 156.07a1.74 1.74 0 0 1-1.14 1.3L155.44 171L85 100.55l13.63-37.36a1.72 1.72 0 0 1 1.3-1.14a1.6 1.6 0 0 1 .41 0a1.72 1.72 0 0 1 1.25.53l91.88 91.88a1.73 1.73 0 0 1 .53 1.61M162 72a35.5 35.5 0 0 1 3.63-14.68C170.57 47.44 179.93 42 192 42c7.47 0 12.53-2.74 15.48-8.38A24.2 24.2 0 0 0 210 24a6 6 0 0 1 6-6a6 6 0 0 1 6 6c0 10.38-6.27 30-30 30c-7.47 0-12.53 2.74-15.48 8.38A24 24 0 0 0 174 72a6 6 0 0 1-6 6a6 6 0 0 1-6-6m-24-32V16a6 6 0 0 1 12 0v24a6 6 0 0 1-12 0m98.24 83.76a6 6 0 1 1-8.48 8.48l-16-16a6 6 0 0 1 8.48-8.48Zm5.66-46.07l-24 8a6 6 0 1 1-3.8-11.38l24-8a6 6 0 0 1 3.8 11.38"/></svg>
React
import type { SVGProps } from "react";
export function PhConfettiLight(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="M110.08 54a13.8 13.8 0 0 0-22.73 5.05l-52.5 144.42A13.82 13.82 0 0 0 47.76 222a14 14 0 0 0 4.77-.85l144.38-52.5a13.8 13.8 0 0 0 5-22.73ZM48.43 209.87a1.79 1.79 0 0 1-2.3-2.3l15.18-41.77l28.89 28.88Zm54.21-19.71l-36.8-36.81L80.51 113L143 175.49ZM194 156.07a1.74 1.74 0 0 1-1.14 1.3L155.44 171L85 100.55l13.63-37.36a1.72 1.72 0 0 1 1.3-1.14a1.6 1.6 0 0 1 .41 0a1.72 1.72 0 0 1 1.25.53l91.88 91.88a1.73 1.73 0 0 1 .53 1.61M162 72a35.5 35.5 0 0 1 3.63-14.68C170.57 47.44 179.93 42 192 42c7.47 0 12.53-2.74 15.48-8.38A24.2 24.2 0 0 0 210 24a6 6 0 0 1 6-6a6 6 0 0 1 6 6c0 10.38-6.27 30-30 30c-7.47 0-12.53 2.74-15.48 8.38A24 24 0 0 0 174 72a6 6 0 0 1-6 6a6 6 0 0 1-6-6m-24-32V16a6 6 0 0 1 12 0v24a6 6 0 0 1-12 0m98.24 83.76a6 6 0 1 1-8.48 8.48l-16-16a6 6 0 0 1 8.48-8.48Zm5.66-46.07l-24 8a6 6 0 1 1-3.8-11.38l24-8a6 6 0 0 1 3.8 11.38"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M110.08 54a13.8 13.8 0 0 0-22.73 5.05l-52.5 144.42A13.82 13.82 0 0 0 47.76 222a14 14 0 0 0 4.77-.85l144.38-52.5a13.8 13.8 0 0 0 5-22.73ZM48.43 209.87a1.79 1.79 0 0 1-2.3-2.3l15.18-41.77l28.89 28.88Zm54.21-19.71l-36.8-36.81L80.51 113L143 175.49ZM194 156.07a1.74 1.74 0 0 1-1.14 1.3L155.44 171L85 100.55l13.63-37.36a1.72 1.72 0 0 1 1.3-1.14a1.6 1.6 0 0 1 .41 0a1.72 1.72 0 0 1 1.25.53l91.88 91.88a1.73 1.73 0 0 1 .53 1.61M162 72a35.5 35.5 0 0 1 3.63-14.68C170.57 47.44 179.93 42 192 42c7.47 0 12.53-2.74 15.48-8.38A24.2 24.2 0 0 0 210 24a6 6 0 0 1 6-6a6 6 0 0 1 6 6c0 10.38-6.27 30-30 30c-7.47 0-12.53 2.74-15.48 8.38A24 24 0 0 0 174 72a6 6 0 0 1-6 6a6 6 0 0 1-6-6m-24-32V16a6 6 0 0 1 12 0v24a6 6 0 0 1-12 0m98.24 83.76a6 6 0 1 1-8.48 8.48l-16-16a6 6 0 0 1 8.48-8.48Zm5.66-46.07l-24 8a6 6 0 1 1-3.8-11.38l24-8a6 6 0 0 1 3.8 11.38"/></svg> </template>
CSS
.icon-confetti-light {
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%22M110.08%2054a13.8%2013.8%200%200%200-22.73%205.05l-52.5%20144.42A13.82%2013.82%200%200%200%2047.76%20222a14%2014%200%200%200%204.77-.85l144.38-52.5a13.8%2013.8%200%200%200%205-22.73ZM48.43%20209.87a1.79%201.79%200%200%201-2.3-2.3l15.18-41.77l28.89%2028.88Zm54.21-19.71l-36.8-36.81L80.51%20113L143%20175.49ZM194%20156.07a1.74%201.74%200%200%201-1.14%201.3L155.44%20171L85%20100.55l13.63-37.36a1.72%201.72%200%200%201%201.3-1.14a1.6%201.6%200%200%201%20.41%200a1.72%201.72%200%200%201%201.25.53l91.88%2091.88a1.73%201.73%200%200%201%20.53%201.61M162%2072a35.5%2035.5%200%200%201%203.63-14.68C170.57%2047.44%20179.93%2042%20192%2042c7.47%200%2012.53-2.74%2015.48-8.38A24.2%2024.2%200%200%200%20210%2024a6%206%200%200%201%206-6a6%206%200%200%201%206%206c0%2010.38-6.27%2030-30%2030c-7.47%200-12.53%202.74-15.48%208.38A24%2024%200%200%200%20174%2072a6%206%200%200%201-6%206a6%206%200%200%201-6-6m-24-32V16a6%206%200%200%201%2012%200v24a6%206%200%200%201-12%200m98.24%2083.76a6%206%200%201%201-8.48%208.48l-16-16a6%206%200%200%201%208.48-8.48Zm5.66-46.07l-24%208a6%206%200%201%201-3.8-11.38l24-8a6%206%200%200%201%203.8%2011.38%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%22M110.08%2054a13.8%2013.8%200%200%200-22.73%205.05l-52.5%20144.42A13.82%2013.82%200%200%200%2047.76%20222a14%2014%200%200%200%204.77-.85l144.38-52.5a13.8%2013.8%200%200%200%205-22.73ZM48.43%20209.87a1.79%201.79%200%200%201-2.3-2.3l15.18-41.77l28.89%2028.88Zm54.21-19.71l-36.8-36.81L80.51%20113L143%20175.49ZM194%20156.07a1.74%201.74%200%200%201-1.14%201.3L155.44%20171L85%20100.55l13.63-37.36a1.72%201.72%200%200%201%201.3-1.14a1.6%201.6%200%200%201%20.41%200a1.72%201.72%200%200%201%201.25.53l91.88%2091.88a1.73%201.73%200%200%201%20.53%201.61M162%2072a35.5%2035.5%200%200%201%203.63-14.68C170.57%2047.44%20179.93%2042%20192%2042c7.47%200%2012.53-2.74%2015.48-8.38A24.2%2024.2%200%200%200%20210%2024a6%206%200%200%201%206-6a6%206%200%200%201%206%206c0%2010.38-6.27%2030-30%2030c-7.47%200-12.53%202.74-15.48%208.38A24%2024%200%200%200%20174%2072a6%206%200%200%201-6%206a6%206%200%200%201-6-6m-24-32V16a6%206%200%200%201%2012%200v24a6%206%200%200%201-12%200m98.24%2083.76a6%206%200%201%201-8.48%208.48l-16-16a6%206%200%200%201%208.48-8.48Zm5.66-46.07l-24%208a6%206%200%201%201-3.8-11.38l24-8a6%206%200%200%201%203.8%2011.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/confetti-light.svg?color=%231a73e8&size=48