twotone bakery dining icon

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

Name
twotone-bakery-dining
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the twotone bakery dining icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.6 8.67l-2.01.8c-.22.09-.34.31-.31.54l2.4 5.98h1.23l-.62-6.9a.503.503 0 0 0-.69-.42M3.07 16.1c-.27.53.29 1.09.82.83l1.68-.84l-1.08-2.71zm10.29-9.11h-2.71a.5.5 0 0 0-.5.54l.77 8.45h2.17l.77-8.45a.505.505 0 0 0-.5-.54m5.05 2.48l-2.01-.8a.5.5 0 0 0-.68.42l-.62 6.9h1.23l2.4-5.98c.02-.23-.1-.45-.32-.54m1.11 3.92l-1.08 2.7l1.68.84c.52.26 1.09-.3.82-.83z" opacity=".3"/><path fill="currentColor" d="M20.5 10.94c.13-.32.1-.23.15-.39c.3-1.21-.34-2.47-1.5-2.93l-2.01-.8c-.46-.18-.95-.21-1.41-.12c-.11-.33-.29-.63-.52-.89c-.48-.52-1.15-.81-1.85-.81h-2.71c-.71 0-1.38.29-1.85.81c-.24.26-.42.56-.53.88c-.46-.09-.95-.06-1.41.12l-2.01.8c-1.16.46-1.8 1.72-1.5 2.93l.15.38C1.1 15.55 1 15.55 1 16.38c0 .91.46 1.74 1.24 2.22c1.42.88 2.49.14 4-.61h11.53c1.52.76 1.86 1.01 2.63 1.01c1 0 2.61-.77 2.61-2.61c-.01-.85-.13-.88-2.51-5.45M3.88 16.93c-.53.26-1.09-.3-.82-.83l1.41-2.72l1.08 2.71zm3.8-.94l-2.4-5.98c-.03-.23.09-.45.31-.54l2.01-.8c.31-.12.65.08.68.42l.62 6.9zm5.41 0h-2.17l-.77-8.45a.5.5 0 0 1 .5-.54h2.71a.5.5 0 0 1 .5.54zm3.23 0h-1.23l.62-6.9c.03-.33.37-.54.68-.42l2.01.8c.22.09.34.31.31.54zm3.8.94l-1.68-.84l1.08-2.7l1.41 2.71c.28.53-.29 1.09-.81.83"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneBakeryDining(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="m7.6 8.67l-2.01.8c-.22.09-.34.31-.31.54l2.4 5.98h1.23l-.62-6.9a.503.503 0 0 0-.69-.42M3.07 16.1c-.27.53.29 1.09.82.83l1.68-.84l-1.08-2.71zm10.29-9.11h-2.71a.5.5 0 0 0-.5.54l.77 8.45h2.17l.77-8.45a.505.505 0 0 0-.5-.54m5.05 2.48l-2.01-.8a.5.5 0 0 0-.68.42l-.62 6.9h1.23l2.4-5.98c.02-.23-.1-.45-.32-.54m1.11 3.92l-1.08 2.7l1.68.84c.52.26 1.09-.3.82-.83z" opacity=".3"/><path fill="currentColor" d="M20.5 10.94c.13-.32.1-.23.15-.39c.3-1.21-.34-2.47-1.5-2.93l-2.01-.8c-.46-.18-.95-.21-1.41-.12c-.11-.33-.29-.63-.52-.89c-.48-.52-1.15-.81-1.85-.81h-2.71c-.71 0-1.38.29-1.85.81c-.24.26-.42.56-.53.88c-.46-.09-.95-.06-1.41.12l-2.01.8c-1.16.46-1.8 1.72-1.5 2.93l.15.38C1.1 15.55 1 15.55 1 16.38c0 .91.46 1.74 1.24 2.22c1.42.88 2.49.14 4-.61h11.53c1.52.76 1.86 1.01 2.63 1.01c1 0 2.61-.77 2.61-2.61c-.01-.85-.13-.88-2.51-5.45M3.88 16.93c-.53.26-1.09-.3-.82-.83l1.41-2.72l1.08 2.71zm3.8-.94l-2.4-5.98c-.03-.23.09-.45.31-.54l2.01-.8c.31-.12.65.08.68.42l.62 6.9zm5.41 0h-2.17l-.77-8.45a.5.5 0 0 1 .5-.54h2.71a.5.5 0 0 1 .5.54zm3.23 0h-1.23l.62-6.9c.03-.33.37-.54.68-.42l2.01.8c.22.09.34.31.31.54zm3.8.94l-1.68-.84l1.08-2.7l1.41 2.71c.28.53-.29 1.09-.81.83"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.6 8.67l-2.01.8c-.22.09-.34.31-.31.54l2.4 5.98h1.23l-.62-6.9a.503.503 0 0 0-.69-.42M3.07 16.1c-.27.53.29 1.09.82.83l1.68-.84l-1.08-2.71zm10.29-9.11h-2.71a.5.5 0 0 0-.5.54l.77 8.45h2.17l.77-8.45a.505.505 0 0 0-.5-.54m5.05 2.48l-2.01-.8a.5.5 0 0 0-.68.42l-.62 6.9h1.23l2.4-5.98c.02-.23-.1-.45-.32-.54m1.11 3.92l-1.08 2.7l1.68.84c.52.26 1.09-.3.82-.83z" opacity=".3"/><path fill="currentColor" d="M20.5 10.94c.13-.32.1-.23.15-.39c.3-1.21-.34-2.47-1.5-2.93l-2.01-.8c-.46-.18-.95-.21-1.41-.12c-.11-.33-.29-.63-.52-.89c-.48-.52-1.15-.81-1.85-.81h-2.71c-.71 0-1.38.29-1.85.81c-.24.26-.42.56-.53.88c-.46-.09-.95-.06-1.41.12l-2.01.8c-1.16.46-1.8 1.72-1.5 2.93l.15.38C1.1 15.55 1 15.55 1 16.38c0 .91.46 1.74 1.24 2.22c1.42.88 2.49.14 4-.61h11.53c1.52.76 1.86 1.01 2.63 1.01c1 0 2.61-.77 2.61-2.61c-.01-.85-.13-.88-2.51-5.45M3.88 16.93c-.53.26-1.09-.3-.82-.83l1.41-2.72l1.08 2.71zm3.8-.94l-2.4-5.98c-.03-.23.09-.45.31-.54l2.01-.8c.31-.12.65.08.68.42l.62 6.9zm5.41 0h-2.17l-.77-8.45a.5.5 0 0 1 .5-.54h2.71a.5.5 0 0 1 .5.54zm3.23 0h-1.23l.62-6.9c.03-.33.37-.54.68-.42l2.01.8c.22.09.34.31.31.54zm3.8.94l-1.68-.84l1.08-2.7l1.41 2.71c.28.53-.29 1.09-.81.83"/></svg>
</template>

CSS

.icon-twotone-bakery-dining {
  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%22m7.6%208.67l-2.01.8c-.22.09-.34.31-.31.54l2.4%205.98h1.23l-.62-6.9a.503.503%200%200%200-.69-.42M3.07%2016.1c-.27.53.29%201.09.82.83l1.68-.84l-1.08-2.71zm10.29-9.11h-2.71a.5.5%200%200%200-.5.54l.77%208.45h2.17l.77-8.45a.505.505%200%200%200-.5-.54m5.05%202.48l-2.01-.8a.5.5%200%200%200-.68.42l-.62%206.9h1.23l2.4-5.98c.02-.23-.1-.45-.32-.54m1.11%203.92l-1.08%202.7l1.68.84c.52.26%201.09-.3.82-.83z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.5%2010.94c.13-.32.1-.23.15-.39c.3-1.21-.34-2.47-1.5-2.93l-2.01-.8c-.46-.18-.95-.21-1.41-.12c-.11-.33-.29-.63-.52-.89c-.48-.52-1.15-.81-1.85-.81h-2.71c-.71%200-1.38.29-1.85.81c-.24.26-.42.56-.53.88c-.46-.09-.95-.06-1.41.12l-2.01.8c-1.16.46-1.8%201.72-1.5%202.93l.15.38C1.1%2015.55%201%2015.55%201%2016.38c0%20.91.46%201.74%201.24%202.22c1.42.88%202.49.14%204-.61h11.53c1.52.76%201.86%201.01%202.63%201.01c1%200%202.61-.77%202.61-2.61c-.01-.85-.13-.88-2.51-5.45M3.88%2016.93c-.53.26-1.09-.3-.82-.83l1.41-2.72l1.08%202.71zm3.8-.94l-2.4-5.98c-.03-.23.09-.45.31-.54l2.01-.8c.31-.12.65.08.68.42l.62%206.9zm5.41%200h-2.17l-.77-8.45a.5.5%200%200%201%20.5-.54h2.71a.5.5%200%200%201%20.5.54zm3.23%200h-1.23l.62-6.9c.03-.33.37-.54.68-.42l2.01.8c.22.09.34.31.31.54zm3.8.94l-1.68-.84l1.08-2.7l1.41%202.71c.28.53-.29%201.09-.81.83%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%22m7.6%208.67l-2.01.8c-.22.09-.34.31-.31.54l2.4%205.98h1.23l-.62-6.9a.503.503%200%200%200-.69-.42M3.07%2016.1c-.27.53.29%201.09.82.83l1.68-.84l-1.08-2.71zm10.29-9.11h-2.71a.5.5%200%200%200-.5.54l.77%208.45h2.17l.77-8.45a.505.505%200%200%200-.5-.54m5.05%202.48l-2.01-.8a.5.5%200%200%200-.68.42l-.62%206.9h1.23l2.4-5.98c.02-.23-.1-.45-.32-.54m1.11%203.92l-1.08%202.7l1.68.84c.52.26%201.09-.3.82-.83z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.5%2010.94c.13-.32.1-.23.15-.39c.3-1.21-.34-2.47-1.5-2.93l-2.01-.8c-.46-.18-.95-.21-1.41-.12c-.11-.33-.29-.63-.52-.89c-.48-.52-1.15-.81-1.85-.81h-2.71c-.71%200-1.38.29-1.85.81c-.24.26-.42.56-.53.88c-.46-.09-.95-.06-1.41.12l-2.01.8c-1.16.46-1.8%201.72-1.5%202.93l.15.38C1.1%2015.55%201%2015.55%201%2016.38c0%20.91.46%201.74%201.24%202.22c1.42.88%202.49.14%204-.61h11.53c1.52.76%201.86%201.01%202.63%201.01c1%200%202.61-.77%202.61-2.61c-.01-.85-.13-.88-2.51-5.45M3.88%2016.93c-.53.26-1.09-.3-.82-.83l1.41-2.72l1.08%202.71zm3.8-.94l-2.4-5.98c-.03-.23.09-.45.31-.54l2.01-.8c.31-.12.65.08.68.42l.62%206.9zm5.41%200h-2.17l-.77-8.45a.5.5%200%200%201%20.5-.54h2.71a.5.5%200%200%201%20.5.54zm3.23%200h-1.23l.62-6.9c.03-.33.37-.54.68-.42l2.01.8c.22.09.34.31.31.54zm3.8.94l-1.68-.84l1.08-2.7l1.41%202.71c.28.53-.29%201.09-.81.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-bakery-dining.svg?color=%231a73e8&size=48