confetti icon
confetti-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- confetti-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
Use the confetti icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 5a1 1 0 0 1 1-1a1 1 0 0 1 1.993-.117L6 4a1 1 0 0 1 .117 1.993L6 6a1 1 0 1 1-2 0a1 1 0 0 1-1-1m7.53-1.243a1 1 0 1 1 1.94.486l-.5 2a1 1 0 1 1-1.94-.486zM17 5a1 1 0 0 1 1-1a1 1 0 0 1 1.993-.117L20 4a1 1 0 0 1 .117 1.993L20 6a1 1 0 0 1-2 0a1 1 0 0 1-1-1M8.19 9.293l6.517 6.518a1 1 0 0 1-.29 1.617l-9.573 4.387a2 2 0 0 1-2.661-2.652l4.39-9.58a1 1 0 0 1 1.616-.29m7.517-1a1 1 0 0 1 0 1.414l-1 1a1 1 0 0 1-1.414-1.414l1-1a1 1 0 0 1 1.414 0m4.05 3.237a1 1 0 0 1 .486 1.94l-2 .5a1 1 0 0 1-.486-1.94zM17 19a1 1 0 0 1 1-1a1 1 0 0 1 1.993-.117L20 18a1 1 0 0 1 .117 1.993L20 20a1 1 0 0 1-2 0a1 1 0 0 1-1-1"/></svg>
React
import type { SVGProps } from "react";
export function TablerConfettiFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 5a1 1 0 0 1 1-1a1 1 0 0 1 1.993-.117L6 4a1 1 0 0 1 .117 1.993L6 6a1 1 0 1 1-2 0a1 1 0 0 1-1-1m7.53-1.243a1 1 0 1 1 1.94.486l-.5 2a1 1 0 1 1-1.94-.486zM17 5a1 1 0 0 1 1-1a1 1 0 0 1 1.993-.117L20 4a1 1 0 0 1 .117 1.993L20 6a1 1 0 0 1-2 0a1 1 0 0 1-1-1M8.19 9.293l6.517 6.518a1 1 0 0 1-.29 1.617l-9.573 4.387a2 2 0 0 1-2.661-2.652l4.39-9.58a1 1 0 0 1 1.616-.29m7.517-1a1 1 0 0 1 0 1.414l-1 1a1 1 0 0 1-1.414-1.414l1-1a1 1 0 0 1 1.414 0m4.05 3.237a1 1 0 0 1 .486 1.94l-2 .5a1 1 0 0 1-.486-1.94zM17 19a1 1 0 0 1 1-1a1 1 0 0 1 1.993-.117L20 18a1 1 0 0 1 .117 1.993L20 20a1 1 0 0 1-2 0a1 1 0 0 1-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 5a1 1 0 0 1 1-1a1 1 0 0 1 1.993-.117L6 4a1 1 0 0 1 .117 1.993L6 6a1 1 0 1 1-2 0a1 1 0 0 1-1-1m7.53-1.243a1 1 0 1 1 1.94.486l-.5 2a1 1 0 1 1-1.94-.486zM17 5a1 1 0 0 1 1-1a1 1 0 0 1 1.993-.117L20 4a1 1 0 0 1 .117 1.993L20 6a1 1 0 0 1-2 0a1 1 0 0 1-1-1M8.19 9.293l6.517 6.518a1 1 0 0 1-.29 1.617l-9.573 4.387a2 2 0 0 1-2.661-2.652l4.39-9.58a1 1 0 0 1 1.616-.29m7.517-1a1 1 0 0 1 0 1.414l-1 1a1 1 0 0 1-1.414-1.414l1-1a1 1 0 0 1 1.414 0m4.05 3.237a1 1 0 0 1 .486 1.94l-2 .5a1 1 0 0 1-.486-1.94zM17 19a1 1 0 0 1 1-1a1 1 0 0 1 1.993-.117L20 18a1 1 0 0 1 .117 1.993L20 20a1 1 0 0 1-2 0a1 1 0 0 1-1-1"/></svg> </template>
CSS
.icon-confetti-filled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%205a1%201%200%200%201%201-1a1%201%200%200%201%201.993-.117L6%204a1%201%200%200%201%20.117%201.993L6%206a1%201%200%201%201-2%200a1%201%200%200%201-1-1m7.53-1.243a1%201%200%201%201%201.94.486l-.5%202a1%201%200%201%201-1.94-.486zM17%205a1%201%200%200%201%201-1a1%201%200%200%201%201.993-.117L20%204a1%201%200%200%201%20.117%201.993L20%206a1%201%200%200%201-2%200a1%201%200%200%201-1-1M8.19%209.293l6.517%206.518a1%201%200%200%201-.29%201.617l-9.573%204.387a2%202%200%200%201-2.661-2.652l4.39-9.58a1%201%200%200%201%201.616-.29m7.517-1a1%201%200%200%201%200%201.414l-1%201a1%201%200%200%201-1.414-1.414l1-1a1%201%200%200%201%201.414%200m4.05%203.237a1%201%200%200%201%20.486%201.94l-2%20.5a1%201%200%200%201-.486-1.94zM17%2019a1%201%200%200%201%201-1a1%201%200%200%201%201.993-.117L20%2018a1%201%200%200%201%20.117%201.993L20%2020a1%201%200%200%201-2%200a1%201%200%200%201-1-1%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%205a1%201%200%200%201%201-1a1%201%200%200%201%201.993-.117L6%204a1%201%200%200%201%20.117%201.993L6%206a1%201%200%201%201-2%200a1%201%200%200%201-1-1m7.53-1.243a1%201%200%201%201%201.94.486l-.5%202a1%201%200%201%201-1.94-.486zM17%205a1%201%200%200%201%201-1a1%201%200%200%201%201.993-.117L20%204a1%201%200%200%201%20.117%201.993L20%206a1%201%200%200%201-2%200a1%201%200%200%201-1-1M8.19%209.293l6.517%206.518a1%201%200%200%201-.29%201.617l-9.573%204.387a2%202%200%200%201-2.661-2.652l4.39-9.58a1%201%200%200%201%201.616-.29m7.517-1a1%201%200%200%201%200%201.414l-1%201a1%201%200%200%201-1.414-1.414l1-1a1%201%200%200%201%201.414%200m4.05%203.237a1%201%200%200%201%20.486%201.94l-2%20.5a1%201%200%200%201-.486-1.94zM17%2019a1%201%200%200%201%201-1a1%201%200%200%201%201.993-.117L20%2018a1%201%200%200%201%20.117%201.993L20%2020a1%201%200%200%201-2%200a1%201%200%200%201-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/confetti-filled.svg?color=%231a73e8&size=48