confetti icon
confetti-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- confetti-thin
- Set
- Phosphor
- Style
- Thin
- 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="M108.66 55.46a11.79 11.79 0 0 0-19.43 4.31l-52.5 144.38a11.81 11.81 0 0 0 11 15.85a11.9 11.9 0 0 0 4.08-.73l144.38-52.5a11.79 11.79 0 0 0 4.31-19.43Zm-6.53 137l-38.61-38.59l16.19-44.51l66.92 66.93Zm-53 19.28a3.81 3.81 0 0 1-4.87-4.87l16.27-44.72l33.32 33.32Zm146.8-55.25a3.77 3.77 0 0 1-2.42 2.74l-38.56 14l-72.23-72.16l14-38.56a3.77 3.77 0 0 1 2.74-2.42a4.3 4.3 0 0 1 .85-.09a3.65 3.65 0 0 1 2.69 1.12L194.88 153a3.78 3.78 0 0 1 1.03 3.51ZM220 24c0 9.68-5.85 28-28 28c-8.31 0-14.18 3.29-17.42 9.79A26.1 26.1 0 0 0 172 72a4 4 0 0 1-8 0a34.1 34.1 0 0 1 3.42-13.79C170.66 51.73 177.56 44 192 44c19.29 0 20-18 20-20a4 4 0 0 1 4-4a4 4 0 0 1 4 4m-80 16V16a4 4 0 0 1 8 0v24a4 4 0 0 1-8 0m94.83 85.17a4 4 0 0 1-5.66 5.66l-16-16a4 4 0 0 1 5.66-5.66Zm6.43-49.37l-24 8a4 4 0 0 1-1.26.2a4 4 0 0 1-1.27-7.79l24-8a4 4 0 0 1 2.53 7.59"/></svg>
React
import type { SVGProps } from "react";
export function PhConfettiThin(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="M108.66 55.46a11.79 11.79 0 0 0-19.43 4.31l-52.5 144.38a11.81 11.81 0 0 0 11 15.85a11.9 11.9 0 0 0 4.08-.73l144.38-52.5a11.79 11.79 0 0 0 4.31-19.43Zm-6.53 137l-38.61-38.59l16.19-44.51l66.92 66.93Zm-53 19.28a3.81 3.81 0 0 1-4.87-4.87l16.27-44.72l33.32 33.32Zm146.8-55.25a3.77 3.77 0 0 1-2.42 2.74l-38.56 14l-72.23-72.16l14-38.56a3.77 3.77 0 0 1 2.74-2.42a4.3 4.3 0 0 1 .85-.09a3.65 3.65 0 0 1 2.69 1.12L194.88 153a3.78 3.78 0 0 1 1.03 3.51ZM220 24c0 9.68-5.85 28-28 28c-8.31 0-14.18 3.29-17.42 9.79A26.1 26.1 0 0 0 172 72a4 4 0 0 1-8 0a34.1 34.1 0 0 1 3.42-13.79C170.66 51.73 177.56 44 192 44c19.29 0 20-18 20-20a4 4 0 0 1 4-4a4 4 0 0 1 4 4m-80 16V16a4 4 0 0 1 8 0v24a4 4 0 0 1-8 0m94.83 85.17a4 4 0 0 1-5.66 5.66l-16-16a4 4 0 0 1 5.66-5.66Zm6.43-49.37l-24 8a4 4 0 0 1-1.26.2a4 4 0 0 1-1.27-7.79l24-8a4 4 0 0 1 2.53 7.59"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M108.66 55.46a11.79 11.79 0 0 0-19.43 4.31l-52.5 144.38a11.81 11.81 0 0 0 11 15.85a11.9 11.9 0 0 0 4.08-.73l144.38-52.5a11.79 11.79 0 0 0 4.31-19.43Zm-6.53 137l-38.61-38.59l16.19-44.51l66.92 66.93Zm-53 19.28a3.81 3.81 0 0 1-4.87-4.87l16.27-44.72l33.32 33.32Zm146.8-55.25a3.77 3.77 0 0 1-2.42 2.74l-38.56 14l-72.23-72.16l14-38.56a3.77 3.77 0 0 1 2.74-2.42a4.3 4.3 0 0 1 .85-.09a3.65 3.65 0 0 1 2.69 1.12L194.88 153a3.78 3.78 0 0 1 1.03 3.51ZM220 24c0 9.68-5.85 28-28 28c-8.31 0-14.18 3.29-17.42 9.79A26.1 26.1 0 0 0 172 72a4 4 0 0 1-8 0a34.1 34.1 0 0 1 3.42-13.79C170.66 51.73 177.56 44 192 44c19.29 0 20-18 20-20a4 4 0 0 1 4-4a4 4 0 0 1 4 4m-80 16V16a4 4 0 0 1 8 0v24a4 4 0 0 1-8 0m94.83 85.17a4 4 0 0 1-5.66 5.66l-16-16a4 4 0 0 1 5.66-5.66Zm6.43-49.37l-24 8a4 4 0 0 1-1.26.2a4 4 0 0 1-1.27-7.79l24-8a4 4 0 0 1 2.53 7.59"/></svg> </template>
CSS
.icon-confetti-thin {
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%22M108.66%2055.46a11.79%2011.79%200%200%200-19.43%204.31l-52.5%20144.38a11.81%2011.81%200%200%200%2011%2015.85a11.9%2011.9%200%200%200%204.08-.73l144.38-52.5a11.79%2011.79%200%200%200%204.31-19.43Zm-6.53%20137l-38.61-38.59l16.19-44.51l66.92%2066.93Zm-53%2019.28a3.81%203.81%200%200%201-4.87-4.87l16.27-44.72l33.32%2033.32Zm146.8-55.25a3.77%203.77%200%200%201-2.42%202.74l-38.56%2014l-72.23-72.16l14-38.56a3.77%203.77%200%200%201%202.74-2.42a4.3%204.3%200%200%201%20.85-.09a3.65%203.65%200%200%201%202.69%201.12L194.88%20153a3.78%203.78%200%200%201%201.03%203.51ZM220%2024c0%209.68-5.85%2028-28%2028c-8.31%200-14.18%203.29-17.42%209.79A26.1%2026.1%200%200%200%20172%2072a4%204%200%200%201-8%200a34.1%2034.1%200%200%201%203.42-13.79C170.66%2051.73%20177.56%2044%20192%2044c19.29%200%2020-18%2020-20a4%204%200%200%201%204-4a4%204%200%200%201%204%204m-80%2016V16a4%204%200%200%201%208%200v24a4%204%200%200%201-8%200m94.83%2085.17a4%204%200%200%201-5.66%205.66l-16-16a4%204%200%200%201%205.66-5.66Zm6.43-49.37l-24%208a4%204%200%200%201-1.26.2a4%204%200%200%201-1.27-7.79l24-8a4%204%200%200%201%202.53%207.59%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%22M108.66%2055.46a11.79%2011.79%200%200%200-19.43%204.31l-52.5%20144.38a11.81%2011.81%200%200%200%2011%2015.85a11.9%2011.9%200%200%200%204.08-.73l144.38-52.5a11.79%2011.79%200%200%200%204.31-19.43Zm-6.53%20137l-38.61-38.59l16.19-44.51l66.92%2066.93Zm-53%2019.28a3.81%203.81%200%200%201-4.87-4.87l16.27-44.72l33.32%2033.32Zm146.8-55.25a3.77%203.77%200%200%201-2.42%202.74l-38.56%2014l-72.23-72.16l14-38.56a3.77%203.77%200%200%201%202.74-2.42a4.3%204.3%200%200%201%20.85-.09a3.65%203.65%200%200%201%202.69%201.12L194.88%20153a3.78%203.78%200%200%201%201.03%203.51ZM220%2024c0%209.68-5.85%2028-28%2028c-8.31%200-14.18%203.29-17.42%209.79A26.1%2026.1%200%200%200%20172%2072a4%204%200%200%201-8%200a34.1%2034.1%200%200%201%203.42-13.79C170.66%2051.73%20177.56%2044%20192%2044c19.29%200%2020-18%2020-20a4%204%200%200%201%204-4a4%204%200%200%201%204%204m-80%2016V16a4%204%200%200%201%208%200v24a4%204%200%200%201-8%200m94.83%2085.17a4%204%200%200%201-5.66%205.66l-16-16a4%204%200%200%201%205.66-5.66Zm6.43-49.37l-24%208a4%204%200%200%201-1.26.2a4%204%200%200%201-1.27-7.79l24-8a4%204%200%200%201%202.53%207.59%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/confetti-thin.svg?color=%231a73e8&size=48