round festival icon
round-festival from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- round-festival
- 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 festival icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 11v-.61c0-.8-.48-1.54-1.23-1.84c-3.65-1.48-6.81-3.93-8.48-5.37c-.74-.64-1.84-.64-2.58 0c-1.68 1.44-4.83 3.88-8.48 5.37A1.97 1.97 0 0 0 1 10.39V11c0 1.49.93 2.75 2.24 3.26c-.03 1.68-.16 3.55-.52 5.29c-.26 1.26.66 2.45 1.95 2.45h14.67c1.29 0 2.21-1.19 1.95-2.45c-.36-1.75-.5-3.62-.52-5.29C22.07 13.75 23 12.49 23 11M12 4.71c1.33 1.14 3.49 2.84 6.11 4.29H5.89C8.51 7.55 10.67 5.85 12 4.71M13 11h3c0 .83-.67 1.5-1.5 1.5S13 11.83 13 11m-3.5 1.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5M6 11c0 .83-.67 1.5-1.5 1.5S3 11.83 3 11zm-1.34 9c.39-1.86.54-3.82.57-5.58c.68-.15 1.29-.49 1.76-.98c.25.25.54.45.85.62c-.1 1.87-.26 4-.52 5.93H4.66zm4.69 0c.24-1.83.39-3.78.48-5.53c.84-.08 1.61-.45 2.17-1.02c.56.57 1.32.94 2.17 1.02c.1 1.75.24 3.7.48 5.53zm7.32 0c-.27-1.94-.43-4.07-.52-5.93c.31-.17.61-.37.85-.62c.47.48 1.08.83 1.76.98c.03 1.76.18 3.72.57 5.58h-2.66zm2.83-7.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundFestival(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="M23 11v-.61c0-.8-.48-1.54-1.23-1.84c-3.65-1.48-6.81-3.93-8.48-5.37c-.74-.64-1.84-.64-2.58 0c-1.68 1.44-4.83 3.88-8.48 5.37A1.97 1.97 0 0 0 1 10.39V11c0 1.49.93 2.75 2.24 3.26c-.03 1.68-.16 3.55-.52 5.29c-.26 1.26.66 2.45 1.95 2.45h14.67c1.29 0 2.21-1.19 1.95-2.45c-.36-1.75-.5-3.62-.52-5.29C22.07 13.75 23 12.49 23 11M12 4.71c1.33 1.14 3.49 2.84 6.11 4.29H5.89C8.51 7.55 10.67 5.85 12 4.71M13 11h3c0 .83-.67 1.5-1.5 1.5S13 11.83 13 11m-3.5 1.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5M6 11c0 .83-.67 1.5-1.5 1.5S3 11.83 3 11zm-1.34 9c.39-1.86.54-3.82.57-5.58c.68-.15 1.29-.49 1.76-.98c.25.25.54.45.85.62c-.1 1.87-.26 4-.52 5.93H4.66zm4.69 0c.24-1.83.39-3.78.48-5.53c.84-.08 1.61-.45 2.17-1.02c.56.57 1.32.94 2.17 1.02c.1 1.75.24 3.7.48 5.53zm7.32 0c-.27-1.94-.43-4.07-.52-5.93c.31-.17.61-.37.85-.62c.47.48 1.08.83 1.76.98c.03 1.76.18 3.72.57 5.58h-2.66zm2.83-7.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 11v-.61c0-.8-.48-1.54-1.23-1.84c-3.65-1.48-6.81-3.93-8.48-5.37c-.74-.64-1.84-.64-2.58 0c-1.68 1.44-4.83 3.88-8.48 5.37A1.97 1.97 0 0 0 1 10.39V11c0 1.49.93 2.75 2.24 3.26c-.03 1.68-.16 3.55-.52 5.29c-.26 1.26.66 2.45 1.95 2.45h14.67c1.29 0 2.21-1.19 1.95-2.45c-.36-1.75-.5-3.62-.52-5.29C22.07 13.75 23 12.49 23 11M12 4.71c1.33 1.14 3.49 2.84 6.11 4.29H5.89C8.51 7.55 10.67 5.85 12 4.71M13 11h3c0 .83-.67 1.5-1.5 1.5S13 11.83 13 11m-3.5 1.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5M6 11c0 .83-.67 1.5-1.5 1.5S3 11.83 3 11zm-1.34 9c.39-1.86.54-3.82.57-5.58c.68-.15 1.29-.49 1.76-.98c.25.25.54.45.85.62c-.1 1.87-.26 4-.52 5.93H4.66zm4.69 0c.24-1.83.39-3.78.48-5.53c.84-.08 1.61-.45 2.17-1.02c.56.57 1.32.94 2.17 1.02c.1 1.75.24 3.7.48 5.53zm7.32 0c-.27-1.94-.43-4.07-.52-5.93c.31-.17.61-.37.85-.62c.47.48 1.08.83 1.76.98c.03 1.76.18 3.72.57 5.58h-2.66zm2.83-7.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5"/></svg> </template>
CSS
.icon-round-festival {
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%22M23%2011v-.61c0-.8-.48-1.54-1.23-1.84c-3.65-1.48-6.81-3.93-8.48-5.37c-.74-.64-1.84-.64-2.58%200c-1.68%201.44-4.83%203.88-8.48%205.37A1.97%201.97%200%200%200%201%2010.39V11c0%201.49.93%202.75%202.24%203.26c-.03%201.68-.16%203.55-.52%205.29c-.26%201.26.66%202.45%201.95%202.45h14.67c1.29%200%202.21-1.19%201.95-2.45c-.36-1.75-.5-3.62-.52-5.29C22.07%2013.75%2023%2012.49%2023%2011M12%204.71c1.33%201.14%203.49%202.84%206.11%204.29H5.89C8.51%207.55%2010.67%205.85%2012%204.71M13%2011h3c0%20.83-.67%201.5-1.5%201.5S13%2011.83%2013%2011m-3.5%201.5c-.83%200-1.5-.67-1.5-1.5h3c0%20.83-.67%201.5-1.5%201.5M6%2011c0%20.83-.67%201.5-1.5%201.5S3%2011.83%203%2011zm-1.34%209c.39-1.86.54-3.82.57-5.58c.68-.15%201.29-.49%201.76-.98c.25.25.54.45.85.62c-.1%201.87-.26%204-.52%205.93H4.66zm4.69%200c.24-1.83.39-3.78.48-5.53c.84-.08%201.61-.45%202.17-1.02c.56.57%201.32.94%202.17%201.02c.1%201.75.24%203.7.48%205.53zm7.32%200c-.27-1.94-.43-4.07-.52-5.93c.31-.17.61-.37.85-.62c.47.48%201.08.83%201.76.98c.03%201.76.18%203.72.57%205.58h-2.66zm2.83-7.5c-.83%200-1.5-.67-1.5-1.5h3c0%20.83-.67%201.5-1.5%201.5%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%22M23%2011v-.61c0-.8-.48-1.54-1.23-1.84c-3.65-1.48-6.81-3.93-8.48-5.37c-.74-.64-1.84-.64-2.58%200c-1.68%201.44-4.83%203.88-8.48%205.37A1.97%201.97%200%200%200%201%2010.39V11c0%201.49.93%202.75%202.24%203.26c-.03%201.68-.16%203.55-.52%205.29c-.26%201.26.66%202.45%201.95%202.45h14.67c1.29%200%202.21-1.19%201.95-2.45c-.36-1.75-.5-3.62-.52-5.29C22.07%2013.75%2023%2012.49%2023%2011M12%204.71c1.33%201.14%203.49%202.84%206.11%204.29H5.89C8.51%207.55%2010.67%205.85%2012%204.71M13%2011h3c0%20.83-.67%201.5-1.5%201.5S13%2011.83%2013%2011m-3.5%201.5c-.83%200-1.5-.67-1.5-1.5h3c0%20.83-.67%201.5-1.5%201.5M6%2011c0%20.83-.67%201.5-1.5%201.5S3%2011.83%203%2011zm-1.34%209c.39-1.86.54-3.82.57-5.58c.68-.15%201.29-.49%201.76-.98c.25.25.54.45.85.62c-.1%201.87-.26%204-.52%205.93H4.66zm4.69%200c.24-1.83.39-3.78.48-5.53c.84-.08%201.61-.45%202.17-1.02c.56.57%201.32.94%202.17%201.02c.1%201.75.24%203.7.48%205.53zm7.32%200c-.27-1.94-.43-4.07-.52-5.93c.31-.17.61-.37.85-.62c.47.48%201.08.83%201.76.98c.03%201.76.18%203.72.57%205.58h-2.66zm2.83-7.5c-.83%200-1.5-.67-1.5-1.5h3c0%20.83-.67%201.5-1.5%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-festival.svg?color=%231a73e8&size=48