celebration icon
celebration-outline-rounded from Material Symbols by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- celebration-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
Use the celebration icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.3 18.7l7.05-2.5l-4.55-4.55zM23.025 7.025q-.225.225-.525.225t-.525-.225L21.9 6.95q-.35-.35-.875-.35t-.875.35l-5.075 5.075q-.225.225-.525.225t-.525-.225t-.225-.525t.225-.525L19.1 5.9q.8-.8 1.925-.8t1.925.8l.075.075q.225.225.225.525t-.225.525m-13.05-3Q10.2 3.8 10.5 3.8t.525.225l.125.125q.8.8.8 1.9t-.8 1.9l-.075.075q-.225.225-.525.225t-.525-.225T9.8 7.5t.225-.525L10.1 6.9q.35-.35.35-.85t-.35-.85l-.125-.125Q9.75 4.85 9.75 4.55t.225-.525m4.05-2q.225-.225.525-.225t.525.225L16.15 3.1q.8.8.8 1.925t-.8 1.925l-3.075 3.075q-.225.225-.525.225t-.525-.225T11.8 9.5t.225-.525L15.1 5.9q.35-.35.35-.875t-.35-.875l-1.075-1.075Q13.8 2.85 13.8 2.55t.225-.525m8 12q-.225.225-.525.225t-.525-.225L19.9 12.95q-.35-.35-.875-.35t-.875.35l-1.075 1.075q-.225.225-.525.225t-.525-.225t-.225-.525t.225-.525L17.1 11.9q.8-.8 1.925-.8t1.925.8l1.075 1.075q.225.225.225.525t-.225.525M2.7 20L6.475 9.5q.125-.325.388-.5t.562-.175q.2 0 .375.075t.325.225l6.75 6.75q.15.15.225.325t.075.375q0 .3-.175.563t-.5.387L4 21.3q-.3.125-.575.038t-.475-.288t-.288-.475T2.7 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCelebrationOutlineRounded(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="m5.3 18.7l7.05-2.5l-4.55-4.55zM23.025 7.025q-.225.225-.525.225t-.525-.225L21.9 6.95q-.35-.35-.875-.35t-.875.35l-5.075 5.075q-.225.225-.525.225t-.525-.225t-.225-.525t.225-.525L19.1 5.9q.8-.8 1.925-.8t1.925.8l.075.075q.225.225.225.525t-.225.525m-13.05-3Q10.2 3.8 10.5 3.8t.525.225l.125.125q.8.8.8 1.9t-.8 1.9l-.075.075q-.225.225-.525.225t-.525-.225T9.8 7.5t.225-.525L10.1 6.9q.35-.35.35-.85t-.35-.85l-.125-.125Q9.75 4.85 9.75 4.55t.225-.525m4.05-2q.225-.225.525-.225t.525.225L16.15 3.1q.8.8.8 1.925t-.8 1.925l-3.075 3.075q-.225.225-.525.225t-.525-.225T11.8 9.5t.225-.525L15.1 5.9q.35-.35.35-.875t-.35-.875l-1.075-1.075Q13.8 2.85 13.8 2.55t.225-.525m8 12q-.225.225-.525.225t-.525-.225L19.9 12.95q-.35-.35-.875-.35t-.875.35l-1.075 1.075q-.225.225-.525.225t-.525-.225t-.225-.525t.225-.525L17.1 11.9q.8-.8 1.925-.8t1.925.8l1.075 1.075q.225.225.225.525t-.225.525M2.7 20L6.475 9.5q.125-.325.388-.5t.562-.175q.2 0 .375.075t.325.225l6.75 6.75q.15.15.225.325t.075.375q0 .3-.175.563t-.5.387L4 21.3q-.3.125-.575.038t-.475-.288t-.288-.475T2.7 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.3 18.7l7.05-2.5l-4.55-4.55zM23.025 7.025q-.225.225-.525.225t-.525-.225L21.9 6.95q-.35-.35-.875-.35t-.875.35l-5.075 5.075q-.225.225-.525.225t-.525-.225t-.225-.525t.225-.525L19.1 5.9q.8-.8 1.925-.8t1.925.8l.075.075q.225.225.225.525t-.225.525m-13.05-3Q10.2 3.8 10.5 3.8t.525.225l.125.125q.8.8.8 1.9t-.8 1.9l-.075.075q-.225.225-.525.225t-.525-.225T9.8 7.5t.225-.525L10.1 6.9q.35-.35.35-.85t-.35-.85l-.125-.125Q9.75 4.85 9.75 4.55t.225-.525m4.05-2q.225-.225.525-.225t.525.225L16.15 3.1q.8.8.8 1.925t-.8 1.925l-3.075 3.075q-.225.225-.525.225t-.525-.225T11.8 9.5t.225-.525L15.1 5.9q.35-.35.35-.875t-.35-.875l-1.075-1.075Q13.8 2.85 13.8 2.55t.225-.525m8 12q-.225.225-.525.225t-.525-.225L19.9 12.95q-.35-.35-.875-.35t-.875.35l-1.075 1.075q-.225.225-.525.225t-.525-.225t-.225-.525t.225-.525L17.1 11.9q.8-.8 1.925-.8t1.925.8l1.075 1.075q.225.225.225.525t-.225.525M2.7 20L6.475 9.5q.125-.325.388-.5t.562-.175q.2 0 .375.075t.325.225l6.75 6.75q.15.15.225.325t.075.375q0 .3-.175.563t-.5.387L4 21.3q-.3.125-.575.038t-.475-.288t-.288-.475T2.7 20"/></svg> </template>
CSS
.icon-celebration-outline-rounded {
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%22m5.3%2018.7l7.05-2.5l-4.55-4.55zM23.025%207.025q-.225.225-.525.225t-.525-.225L21.9%206.95q-.35-.35-.875-.35t-.875.35l-5.075%205.075q-.225.225-.525.225t-.525-.225t-.225-.525t.225-.525L19.1%205.9q.8-.8%201.925-.8t1.925.8l.075.075q.225.225.225.525t-.225.525m-13.05-3Q10.2%203.8%2010.5%203.8t.525.225l.125.125q.8.8.8%201.9t-.8%201.9l-.075.075q-.225.225-.525.225t-.525-.225T9.8%207.5t.225-.525L10.1%206.9q.35-.35.35-.85t-.35-.85l-.125-.125Q9.75%204.85%209.75%204.55t.225-.525m4.05-2q.225-.225.525-.225t.525.225L16.15%203.1q.8.8.8%201.925t-.8%201.925l-3.075%203.075q-.225.225-.525.225t-.525-.225T11.8%209.5t.225-.525L15.1%205.9q.35-.35.35-.875t-.35-.875l-1.075-1.075Q13.8%202.85%2013.8%202.55t.225-.525m8%2012q-.225.225-.525.225t-.525-.225L19.9%2012.95q-.35-.35-.875-.35t-.875.35l-1.075%201.075q-.225.225-.525.225t-.525-.225t-.225-.525t.225-.525L17.1%2011.9q.8-.8%201.925-.8t1.925.8l1.075%201.075q.225.225.225.525t-.225.525M2.7%2020L6.475%209.5q.125-.325.388-.5t.562-.175q.2%200%20.375.075t.325.225l6.75%206.75q.15.15.225.325t.075.375q0%20.3-.175.563t-.5.387L4%2021.3q-.3.125-.575.038t-.475-.288t-.288-.475T2.7%2020%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%22m5.3%2018.7l7.05-2.5l-4.55-4.55zM23.025%207.025q-.225.225-.525.225t-.525-.225L21.9%206.95q-.35-.35-.875-.35t-.875.35l-5.075%205.075q-.225.225-.525.225t-.525-.225t-.225-.525t.225-.525L19.1%205.9q.8-.8%201.925-.8t1.925.8l.075.075q.225.225.225.525t-.225.525m-13.05-3Q10.2%203.8%2010.5%203.8t.525.225l.125.125q.8.8.8%201.9t-.8%201.9l-.075.075q-.225.225-.525.225t-.525-.225T9.8%207.5t.225-.525L10.1%206.9q.35-.35.35-.85t-.35-.85l-.125-.125Q9.75%204.85%209.75%204.55t.225-.525m4.05-2q.225-.225.525-.225t.525.225L16.15%203.1q.8.8.8%201.925t-.8%201.925l-3.075%203.075q-.225.225-.525.225t-.525-.225T11.8%209.5t.225-.525L15.1%205.9q.35-.35.35-.875t-.35-.875l-1.075-1.075Q13.8%202.85%2013.8%202.55t.225-.525m8%2012q-.225.225-.525.225t-.525-.225L19.9%2012.95q-.35-.35-.875-.35t-.875.35l-1.075%201.075q-.225.225-.525.225t-.525-.225t-.225-.525t.225-.525L17.1%2011.9q.8-.8%201.925-.8t1.925.8l1.075%201.075q.225.225.225.525t-.225.525M2.7%2020L6.475%209.5q.125-.325.388-.5t.562-.175q.2%200%20.375.075t.325.225l6.75%206.75q.15.15.225.325t.075.375q0%20.3-.175.563t-.5.387L4%2021.3q-.3.125-.575.038t-.475-.288t-.288-.475T2.7%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/celebration-outline-rounded.svg?color=%231a73e8&size=48