celebrate icon
celebrate-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- celebrate-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the celebrate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.098 2.152a1 1 0 0 1 1.265.632c.449 1.346.209 2.82-.072 3.85a12 12 0 0 1-.448 1.318a8 8 0 0 1-.241.544a1.01 1.01 0 0 1-1.342.449a1 1 0 0 1-.448-1.34a10 10 0 0 0 .55-1.497c.248-.915.362-1.916.104-2.691a1 1 0 0 1 .632-1.265m6.68 3.07a1 1 0 0 1 0 1.414l-.707.707a1 1 0 1 1-1.414-1.414l.707-.707a1 1 0 0 1 1.414 0M7.25 7.073a1 1 0 0 1 .922.27l8.485 8.485a1 1 0 0 1-.361 1.646l-11.402 4.2c-1.601.59-3.158-.967-2.569-2.568L6.526 7.704a1 1 0 0 1 .724-.63m8.7.977a1 1 0 0 1 0 1.414l-1.06 1.06a1 1 0 0 1-1.415-1.413l1.06-1.061a1 1 0 0 1 1.415 0m1.475 1.768a1 1 0 0 1 1-1h.707a1 1 0 1 1 0 2h-.707a1 1 0 0 1-1-1m-2.819 2.97a1 1 0 0 0 1.131.848q.168-.02.337-.03c.23-.015.555-.025.928-.005c.768.04 1.64.2 2.322.61a1 1 0 0 0 1.03-1.715c-1.086-.652-2.335-.845-3.247-.893c-.466-.024-.87-.012-1.16.007q-.246.013-.491.046a1.01 1.01 0 0 0-.85 1.132" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteCelebrateFill(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" fillRule="evenodd" d="M12.098 2.152a1 1 0 0 1 1.265.632c.449 1.346.209 2.82-.072 3.85a12 12 0 0 1-.448 1.318a8 8 0 0 1-.241.544a1.01 1.01 0 0 1-1.342.449a1 1 0 0 1-.448-1.34a10 10 0 0 0 .55-1.497c.248-.915.362-1.916.104-2.691a1 1 0 0 1 .632-1.265m6.68 3.07a1 1 0 0 1 0 1.414l-.707.707a1 1 0 1 1-1.414-1.414l.707-.707a1 1 0 0 1 1.414 0M7.25 7.073a1 1 0 0 1 .922.27l8.485 8.485a1 1 0 0 1-.361 1.646l-11.402 4.2c-1.601.59-3.158-.967-2.569-2.568L6.526 7.704a1 1 0 0 1 .724-.63m8.7.977a1 1 0 0 1 0 1.414l-1.06 1.06a1 1 0 0 1-1.415-1.413l1.06-1.061a1 1 0 0 1 1.415 0m1.475 1.768a1 1 0 0 1 1-1h.707a1 1 0 1 1 0 2h-.707a1 1 0 0 1-1-1m-2.819 2.97a1 1 0 0 0 1.131.848q.168-.02.337-.03c.23-.015.555-.025.928-.005c.768.04 1.64.2 2.322.61a1 1 0 0 0 1.03-1.715c-1.086-.652-2.335-.845-3.247-.893c-.466-.024-.87-.012-1.16.007q-.246.013-.491.046a1.01 1.01 0 0 0-.85 1.132" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.098 2.152a1 1 0 0 1 1.265.632c.449 1.346.209 2.82-.072 3.85a12 12 0 0 1-.448 1.318a8 8 0 0 1-.241.544a1.01 1.01 0 0 1-1.342.449a1 1 0 0 1-.448-1.34a10 10 0 0 0 .55-1.497c.248-.915.362-1.916.104-2.691a1 1 0 0 1 .632-1.265m6.68 3.07a1 1 0 0 1 0 1.414l-.707.707a1 1 0 1 1-1.414-1.414l.707-.707a1 1 0 0 1 1.414 0M7.25 7.073a1 1 0 0 1 .922.27l8.485 8.485a1 1 0 0 1-.361 1.646l-11.402 4.2c-1.601.59-3.158-.967-2.569-2.568L6.526 7.704a1 1 0 0 1 .724-.63m8.7.977a1 1 0 0 1 0 1.414l-1.06 1.06a1 1 0 0 1-1.415-1.413l1.06-1.061a1 1 0 0 1 1.415 0m1.475 1.768a1 1 0 0 1 1-1h.707a1 1 0 1 1 0 2h-.707a1 1 0 0 1-1-1m-2.819 2.97a1 1 0 0 0 1.131.848q.168-.02.337-.03c.23-.015.555-.025.928-.005c.768.04 1.64.2 2.322.61a1 1 0 0 0 1.03-1.715c-1.086-.652-2.335-.845-3.247-.893c-.466-.024-.87-.012-1.16.007q-.246.013-.491.046a1.01 1.01 0 0 0-.85 1.132" clip-rule="evenodd"/></svg> </template>
CSS
.icon-celebrate-fill {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.098%202.152a1%201%200%200%201%201.265.632c.449%201.346.209%202.82-.072%203.85a12%2012%200%200%201-.448%201.318a8%208%200%200%201-.241.544a1.01%201.01%200%200%201-1.342.449a1%201%200%200%201-.448-1.34a10%2010%200%200%200%20.55-1.497c.248-.915.362-1.916.104-2.691a1%201%200%200%201%20.632-1.265m6.68%203.07a1%201%200%200%201%200%201.414l-.707.707a1%201%200%201%201-1.414-1.414l.707-.707a1%201%200%200%201%201.414%200M7.25%207.073a1%201%200%200%201%20.922.27l8.485%208.485a1%201%200%200%201-.361%201.646l-11.402%204.2c-1.601.59-3.158-.967-2.569-2.568L6.526%207.704a1%201%200%200%201%20.724-.63m8.7.977a1%201%200%200%201%200%201.414l-1.06%201.06a1%201%200%200%201-1.415-1.413l1.06-1.061a1%201%200%200%201%201.415%200m1.475%201.768a1%201%200%200%201%201-1h.707a1%201%200%201%201%200%202h-.707a1%201%200%200%201-1-1m-2.819%202.97a1%201%200%200%200%201.131.848q.168-.02.337-.03c.23-.015.555-.025.928-.005c.768.04%201.64.2%202.322.61a1%201%200%200%200%201.03-1.715c-1.086-.652-2.335-.845-3.247-.893c-.466-.024-.87-.012-1.16.007q-.246.013-.491.046a1.01%201.01%200%200%200-.85%201.132%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.098%202.152a1%201%200%200%201%201.265.632c.449%201.346.209%202.82-.072%203.85a12%2012%200%200%201-.448%201.318a8%208%200%200%201-.241.544a1.01%201.01%200%200%201-1.342.449a1%201%200%200%201-.448-1.34a10%2010%200%200%200%20.55-1.497c.248-.915.362-1.916.104-2.691a1%201%200%200%201%20.632-1.265m6.68%203.07a1%201%200%200%201%200%201.414l-.707.707a1%201%200%201%201-1.414-1.414l.707-.707a1%201%200%200%201%201.414%200M7.25%207.073a1%201%200%200%201%20.922.27l8.485%208.485a1%201%200%200%201-.361%201.646l-11.402%204.2c-1.601.59-3.158-.967-2.569-2.568L6.526%207.704a1%201%200%200%201%20.724-.63m8.7.977a1%201%200%200%201%200%201.414l-1.06%201.06a1%201%200%200%201-1.415-1.413l1.06-1.061a1%201%200%200%201%201.415%200m1.475%201.768a1%201%200%200%201%201-1h.707a1%201%200%201%201%200%202h-.707a1%201%200%200%201-1-1m-2.819%202.97a1%201%200%200%200%201.131.848q.168-.02.337-.03c.23-.015.555-.025.928-.005c.768.04%201.64.2%202.322.61a1%201%200%200%200%201.03-1.715c-1.086-.652-2.335-.845-3.247-.893c-.466-.024-.87-.012-1.16.007q-.246.013-.491.046a1.01%201.01%200%200%200-.85%201.132%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/celebrate-fill.svg?color=%231a73e8&size=48