party popper icon
party-popper from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- party-popper
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the party popper icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m15.992 8l3-3M14.19 2c.399.667.718 2.4-1.198 4m9 3.803c-.666-.4-2.4-.719-4 1.197"/><path d="M5.824 11c2.15 1.572 4.8 2.5 7.667 2.5q1.021 0 2-.153M3.492 16.5a14.9 14.9 0 0 0 7.412 1.975c.536 0 1.066.056 1.588 0"/><path stroke-linejoin="round" d="M5.65 11.002L4.178 14.31c-1.855 4.174-2.783 6.261-1.77 7.274s3.099.085 7.273-1.77l3.308-1.471c2.517-1.119 3.776-1.678 3.976-2.757s-.773-2.053-2.721-4l-1.838-1.839c-1.948-1.948-2.922-2.922-4-2.721c-1.08.2-1.639 1.459-2.758 3.976"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPartyPopper(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="m15.992 8l3-3M14.19 2c.399.667.718 2.4-1.198 4m9 3.803c-.666-.4-2.4-.719-4 1.197"/><path d="M5.824 11c2.15 1.572 4.8 2.5 7.667 2.5q1.021 0 2-.153M3.492 16.5a14.9 14.9 0 0 0 7.412 1.975c.536 0 1.066.056 1.588 0"/><path strokeLinejoin="round" d="M5.65 11.002L4.178 14.31c-1.855 4.174-2.783 6.261-1.77 7.274s3.099.085 7.273-1.77l3.308-1.471c2.517-1.119 3.776-1.678 3.976-2.757s-.773-2.053-2.721-4l-1.838-1.839c-1.948-1.948-2.922-2.922-4-2.721c-1.08.2-1.639 1.459-2.758 3.976"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m15.992 8l3-3M14.19 2c.399.667.718 2.4-1.198 4m9 3.803c-.666-.4-2.4-.719-4 1.197"/><path d="M5.824 11c2.15 1.572 4.8 2.5 7.667 2.5q1.021 0 2-.153M3.492 16.5a14.9 14.9 0 0 0 7.412 1.975c.536 0 1.066.056 1.588 0"/><path stroke-linejoin="round" d="M5.65 11.002L4.178 14.31c-1.855 4.174-2.783 6.261-1.77 7.274s3.099.085 7.273-1.77l3.308-1.471c2.517-1.119 3.776-1.678 3.976-2.757s-.773-2.053-2.721-4l-1.838-1.839c-1.948-1.948-2.922-2.922-4-2.721c-1.08.2-1.639 1.459-2.758 3.976"/></g></svg> </template>
CSS
.icon-party-popper {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m15.992%208l3-3M14.19%202c.399.667.718%202.4-1.198%204m9%203.803c-.666-.4-2.4-.719-4%201.197%22%2F%3E%3Cpath%20d%3D%22M5.824%2011c2.15%201.572%204.8%202.5%207.667%202.5q1.021%200%202-.153M3.492%2016.5a14.9%2014.9%200%200%200%207.412%201.975c.536%200%201.066.056%201.588%200%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5.65%2011.002L4.178%2014.31c-1.855%204.174-2.783%206.261-1.77%207.274s3.099.085%207.273-1.77l3.308-1.471c2.517-1.119%203.776-1.678%203.976-2.757s-.773-2.053-2.721-4l-1.838-1.839c-1.948-1.948-2.922-2.922-4-2.721c-1.08.2-1.639%201.459-2.758%203.976%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m15.992%208l3-3M14.19%202c.399.667.718%202.4-1.198%204m9%203.803c-.666-.4-2.4-.719-4%201.197%22%2F%3E%3Cpath%20d%3D%22M5.824%2011c2.15%201.572%204.8%202.5%207.667%202.5q1.021%200%202-.153M3.492%2016.5a14.9%2014.9%200%200%200%207.412%201.975c.536%200%201.066.056%201.588%200%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5.65%2011.002L4.178%2014.31c-1.855%204.174-2.783%206.261-1.77%207.274s3.099.085%207.273-1.77l3.308-1.471c2.517-1.119%203.776-1.678%203.976-2.757s-.773-2.053-2.721-4l-1.838-1.839c-1.948-1.948-2.922-2.922-4-2.721c-1.08.2-1.639%201.459-2.758%203.976%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/party-popper.svg?color=%231a73e8&size=48