twotone celebration icon
twotone-celebration from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-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 twotone celebration icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.35 16.18l-4.53-4.53L5.3 18.7z" opacity=".3"/><path fill="currentColor" d="m2 22l14-5l-9-9zm10.35-5.82L5.3 18.7l2.52-7.05zm2.18-3.65l5.59-5.59a1.25 1.25 0 0 1 1.77 0l.59.59l1.06-1.06l-.59-.59a2.76 2.76 0 0 0-3.89 0l-5.59 5.59zM9.47 7.47l1.06 1.06l.59-.59a2.76 2.76 0 0 0 0-3.89l-.59-.59l-1.06 1.07l.59.59c.48.48.48 1.28 0 1.76zm7.59 4.41l-1.59 1.59l1.06 1.06l1.59-1.59a1.25 1.25 0 0 1 1.77 0l1.61 1.61l1.06-1.06l-1.61-1.61a2.76 2.76 0 0 0-3.89 0m-2-6l-3.59 3.59l1.06 1.06l3.59-3.59a2.76 2.76 0 0 0 0-3.89l-1.59-1.59l-1.06 1.06l1.59 1.59c.48.49.48 1.29 0 1.77"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneCelebration(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="m12.35 16.18l-4.53-4.53L5.3 18.7z" opacity=".3"/><path fill="currentColor" d="m2 22l14-5l-9-9zm10.35-5.82L5.3 18.7l2.52-7.05zm2.18-3.65l5.59-5.59a1.25 1.25 0 0 1 1.77 0l.59.59l1.06-1.06l-.59-.59a2.76 2.76 0 0 0-3.89 0l-5.59 5.59zM9.47 7.47l1.06 1.06l.59-.59a2.76 2.76 0 0 0 0-3.89l-.59-.59l-1.06 1.07l.59.59c.48.48.48 1.28 0 1.76zm7.59 4.41l-1.59 1.59l1.06 1.06l1.59-1.59a1.25 1.25 0 0 1 1.77 0l1.61 1.61l1.06-1.06l-1.61-1.61a2.76 2.76 0 0 0-3.89 0m-2-6l-3.59 3.59l1.06 1.06l3.59-3.59a2.76 2.76 0 0 0 0-3.89l-1.59-1.59l-1.06 1.06l1.59 1.59c.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="m12.35 16.18l-4.53-4.53L5.3 18.7z" opacity=".3"/><path fill="currentColor" d="m2 22l14-5l-9-9zm10.35-5.82L5.3 18.7l2.52-7.05zm2.18-3.65l5.59-5.59a1.25 1.25 0 0 1 1.77 0l.59.59l1.06-1.06l-.59-.59a2.76 2.76 0 0 0-3.89 0l-5.59 5.59zM9.47 7.47l1.06 1.06l.59-.59a2.76 2.76 0 0 0 0-3.89l-.59-.59l-1.06 1.07l.59.59c.48.48.48 1.28 0 1.76zm7.59 4.41l-1.59 1.59l1.06 1.06l1.59-1.59a1.25 1.25 0 0 1 1.77 0l1.61 1.61l1.06-1.06l-1.61-1.61a2.76 2.76 0 0 0-3.89 0m-2-6l-3.59 3.59l1.06 1.06l3.59-3.59a2.76 2.76 0 0 0 0-3.89l-1.59-1.59l-1.06 1.06l1.59 1.59c.48.49.48 1.29 0 1.77"/></svg> </template>
CSS
.icon-twotone-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%22m12.35%2016.18l-4.53-4.53L5.3%2018.7z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2%2022l14-5l-9-9zm10.35-5.82L5.3%2018.7l2.52-7.05zm2.18-3.65l5.59-5.59a1.25%201.25%200%200%201%201.77%200l.59.59l1.06-1.06l-.59-.59a2.76%202.76%200%200%200-3.89%200l-5.59%205.59zM9.47%207.47l1.06%201.06l.59-.59a2.76%202.76%200%200%200%200-3.89l-.59-.59l-1.06%201.07l.59.59c.48.48.48%201.28%200%201.76zm7.59%204.41l-1.59%201.59l1.06%201.06l1.59-1.59a1.25%201.25%200%200%201%201.77%200l1.61%201.61l1.06-1.06l-1.61-1.61a2.76%202.76%200%200%200-3.89%200m-2-6l-3.59%203.59l1.06%201.06l3.59-3.59a2.76%202.76%200%200%200%200-3.89l-1.59-1.59l-1.06%201.06l1.59%201.59c.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%22m12.35%2016.18l-4.53-4.53L5.3%2018.7z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2%2022l14-5l-9-9zm10.35-5.82L5.3%2018.7l2.52-7.05zm2.18-3.65l5.59-5.59a1.25%201.25%200%200%201%201.77%200l.59.59l1.06-1.06l-.59-.59a2.76%202.76%200%200%200-3.89%200l-5.59%205.59zM9.47%207.47l1.06%201.06l.59-.59a2.76%202.76%200%200%200%200-3.89l-.59-.59l-1.06%201.07l.59.59c.48.48.48%201.28%200%201.76zm7.59%204.41l-1.59%201.59l1.06%201.06l1.59-1.59a1.25%201.25%200%200%201%201.77%200l1.61%201.61l1.06-1.06l-1.61-1.61a2.76%202.76%200%200%200-3.89%200m-2-6l-3.59%203.59l1.06%201.06l3.59-3.59a2.76%202.76%200%200%200%200-3.89l-1.59-1.59l-1.06%201.06l1.59%201.59c.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/twotone-celebration.svg?color=%231a73e8&size=48