round celebration icon
round-celebration from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- round-celebration
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
More maps icons from Google Material Icons
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the round celebration icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.99 21.29l9.04-3.23c1.38-.49 1.78-2.26.74-3.3l-4.53-4.53c-1.04-1.04-2.8-.64-3.3.74l-3.23 9.04c-.28.8.48 1.56 1.28 1.28M15.06 12l5.06-5.06a1.25 1.25 0 0 1 1.77 0l.06.06c.29.29.77.29 1.06 0s.29-.77 0-1.06l-.06-.06a2.76 2.76 0 0 0-3.89 0L14 10.94c-.29.29-.29.77 0 1.06s.77.29 1.06 0m-5-5.12l-.06.06c-.29.29-.29.77 0 1.06s.77.29 1.06 0l.06-.06a2.76 2.76 0 0 0 0-3.89L11.07 4c-.3-.3-.78-.3-1.07 0c-.29.29-.29.77 0 1.06l.06.06c.48.48.48 1.28 0 1.76m7 5L16 12.94c-.29.29-.29.77 0 1.06s.77.29 1.06 0l1.06-1.06a1.25 1.25 0 0 1 1.77 0l1.08 1.08c.29.29.77.29 1.06 0s.29-.77 0-1.06l-1.08-1.08a2.76 2.76 0 0 0-3.89 0m-2-6L12 8.94c-.29.29-.29.77 0 1.06s.77.29 1.06 0l3.06-3.06a2.76 2.76 0 0 0 0-3.89l-1.06-1.06a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.06 1.06c.48.49.48 1.29 0 1.77"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundCelebration(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.99 21.29l9.04-3.23c1.38-.49 1.78-2.26.74-3.3l-4.53-4.53c-1.04-1.04-2.8-.64-3.3.74l-3.23 9.04c-.28.8.48 1.56 1.28 1.28M15.06 12l5.06-5.06a1.25 1.25 0 0 1 1.77 0l.06.06c.29.29.77.29 1.06 0s.29-.77 0-1.06l-.06-.06a2.76 2.76 0 0 0-3.89 0L14 10.94c-.29.29-.29.77 0 1.06s.77.29 1.06 0m-5-5.12l-.06.06c-.29.29-.29.77 0 1.06s.77.29 1.06 0l.06-.06a2.76 2.76 0 0 0 0-3.89L11.07 4c-.3-.3-.78-.3-1.07 0c-.29.29-.29.77 0 1.06l.06.06c.48.48.48 1.28 0 1.76m7 5L16 12.94c-.29.29-.29.77 0 1.06s.77.29 1.06 0l1.06-1.06a1.25 1.25 0 0 1 1.77 0l1.08 1.08c.29.29.77.29 1.06 0s.29-.77 0-1.06l-1.08-1.08a2.76 2.76 0 0 0-3.89 0m-2-6L12 8.94c-.29.29-.29.77 0 1.06s.77.29 1.06 0l3.06-3.06a2.76 2.76 0 0 0 0-3.89l-1.06-1.06a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.06 1.06c.48.49.48 1.29 0 1.77"/></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.99 21.29l9.04-3.23c1.38-.49 1.78-2.26.74-3.3l-4.53-4.53c-1.04-1.04-2.8-.64-3.3.74l-3.23 9.04c-.28.8.48 1.56 1.28 1.28M15.06 12l5.06-5.06a1.25 1.25 0 0 1 1.77 0l.06.06c.29.29.77.29 1.06 0s.29-.77 0-1.06l-.06-.06a2.76 2.76 0 0 0-3.89 0L14 10.94c-.29.29-.29.77 0 1.06s.77.29 1.06 0m-5-5.12l-.06.06c-.29.29-.29.77 0 1.06s.77.29 1.06 0l.06-.06a2.76 2.76 0 0 0 0-3.89L11.07 4c-.3-.3-.78-.3-1.07 0c-.29.29-.29.77 0 1.06l.06.06c.48.48.48 1.28 0 1.76m7 5L16 12.94c-.29.29-.29.77 0 1.06s.77.29 1.06 0l1.06-1.06a1.25 1.25 0 0 1 1.77 0l1.08 1.08c.29.29.77.29 1.06 0s.29-.77 0-1.06l-1.08-1.08a2.76 2.76 0 0 0-3.89 0m-2-6L12 8.94c-.29.29-.29.77 0 1.06s.77.29 1.06 0l3.06-3.06a2.76 2.76 0 0 0 0-3.89l-1.06-1.06a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.06 1.06c.48.49.48 1.29 0 1.77"/></svg> </template>
CSS
.icon-round-celebration {
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.99%2021.29l9.04-3.23c1.38-.49%201.78-2.26.74-3.3l-4.53-4.53c-1.04-1.04-2.8-.64-3.3.74l-3.23%209.04c-.28.8.48%201.56%201.28%201.28M15.06%2012l5.06-5.06a1.25%201.25%200%200%201%201.77%200l.06.06c.29.29.77.29%201.06%200s.29-.77%200-1.06l-.06-.06a2.76%202.76%200%200%200-3.89%200L14%2010.94c-.29.29-.29.77%200%201.06s.77.29%201.06%200m-5-5.12l-.06.06c-.29.29-.29.77%200%201.06s.77.29%201.06%200l.06-.06a2.76%202.76%200%200%200%200-3.89L11.07%204c-.3-.3-.78-.3-1.07%200c-.29.29-.29.77%200%201.06l.06.06c.48.48.48%201.28%200%201.76m7%205L16%2012.94c-.29.29-.29.77%200%201.06s.77.29%201.06%200l1.06-1.06a1.25%201.25%200%200%201%201.77%200l1.08%201.08c.29.29.77.29%201.06%200s.29-.77%200-1.06l-1.08-1.08a2.76%202.76%200%200%200-3.89%200m-2-6L12%208.94c-.29.29-.29.77%200%201.06s.77.29%201.06%200l3.06-3.06a2.76%202.76%200%200%200%200-3.89l-1.06-1.06a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l1.06%201.06c.48.49.48%201.29%200%201.77%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.99%2021.29l9.04-3.23c1.38-.49%201.78-2.26.74-3.3l-4.53-4.53c-1.04-1.04-2.8-.64-3.3.74l-3.23%209.04c-.28.8.48%201.56%201.28%201.28M15.06%2012l5.06-5.06a1.25%201.25%200%200%201%201.77%200l.06.06c.29.29.77.29%201.06%200s.29-.77%200-1.06l-.06-.06a2.76%202.76%200%200%200-3.89%200L14%2010.94c-.29.29-.29.77%200%201.06s.77.29%201.06%200m-5-5.12l-.06.06c-.29.29-.29.77%200%201.06s.77.29%201.06%200l.06-.06a2.76%202.76%200%200%200%200-3.89L11.07%204c-.3-.3-.78-.3-1.07%200c-.29.29-.29.77%200%201.06l.06.06c.48.48.48%201.28%200%201.76m7%205L16%2012.94c-.29.29-.29.77%200%201.06s.77.29%201.06%200l1.06-1.06a1.25%201.25%200%200%201%201.77%200l1.08%201.08c.29.29.77.29%201.06%200s.29-.77%200-1.06l-1.08-1.08a2.76%202.76%200%200%200-3.89%200m-2-6L12%208.94c-.29.29-.29.77%200%201.06s.77.29%201.06%200l3.06-3.06a2.76%202.76%200%200%200%200-3.89l-1.06-1.06a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l1.06%201.06c.48.49.48%201.29%200%201.77%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-celebration.svg?color=%231a73e8&size=48