outline festival icon

outline-festival from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
outline-festival
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the outline 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 11V9c-6-2-11-7-11-7S7 7 1 9v2c0 1.49.93 2.75 2.24 3.26C3.2 16.76 2.92 19.69 2 22h20c-.92-2.31-1.2-5.24-1.24-7.74A3.5 3.5 0 0 0 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 IcOutlineFestival(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 11V9c-6-2-11-7-11-7S7 7 1 9v2c0 1.49.93 2.75 2.24 3.26C3.2 16.76 2.92 19.69 2 22h20c-.92-2.31-1.2-5.24-1.24-7.74A3.5 3.5 0 0 0 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 11V9c-6-2-11-7-11-7S7 7 1 9v2c0 1.49.93 2.75 2.24 3.26C3.2 16.76 2.92 19.69 2 22h20c-.92-2.31-1.2-5.24-1.24-7.74A3.5 3.5 0 0 0 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-outline-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%2011V9c-6-2-11-7-11-7S7%207%201%209v2c0%201.49.93%202.75%202.24%203.26C3.2%2016.76%202.92%2019.69%202%2022h20c-.92-2.31-1.2-5.24-1.24-7.74A3.5%203.5%200%200%200%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%2011V9c-6-2-11-7-11-7S7%207%201%209v2c0%201.49.93%202.75%202.24%203.26C3.2%2016.76%202.92%2019.69%202%2022h20c-.92-2.31-1.2-5.24-1.24-7.74A3.5%203.5%200%200%200%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/outline-festival.svg?color=%231a73e8&size=48