bakery-dining-outline from Material Symbols Light by Google · Outline · Travel · Apache-2.0 Free for personal and commercial use.

Name
bakery-dining-outline
Set
Material Symbols Light
Style
Outline
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
bakery-dining-outline-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More travel icons from Material Symbols Light

Use the 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="M19.87 17.412q.828.436 1.365-.206q.536-.642.138-1.414l-1.911-3.584l-1.666 4.123zm-5.308-.912h2.084l2.439-6.027q.229-.565.078-.914t-.57-.52l-2-.8q-.457-.191-.88-.047t-.474.639zm-7.208 0h2.085l-.677-7.746q-.05-.39-.455-.548t-.9.033l-2 .8q-.45.19-.527.597t.112.914zm-3.223.912l2.073-1.081l-1.627-4.123l-1.95 3.661q-.436.79.148 1.366t1.356.177m6.308-.912h3.123l.788-8.911q.05-.456-.228-.773q-.278-.316-.772-.316h-2.7q-.373 0-.709.288q-.335.287-.291.723zm-6.91 2.039q-.87 0-1.45-.596t-.579-1.44q0-.28.068-.548t.193-.524L4.077 11q-.33-.865-.08-1.716t1.045-1.173l2-.8q.427-.182.874-.184q.446-.002.796.265q.08-.783.629-1.337q.548-.555 1.339-.555h2.67q.78 0 1.339.526t.677 1.29q.292-.281.738-.225t.854.22l2 .8q.808.323 1.092 1.164t-.089 1.675l2.316 4.43q.112.218.187.437t.075.456q0 .933-.648 1.599q-.647.667-1.571.667q-.226 0-.43-.054q-.205-.052-.41-.158l-1.626-.827H6.134l-1.515.789q-.248.136-.524.193t-.566.056m8.49-6.519"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBakeryDiningOutline(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="M19.87 17.412q.828.436 1.365-.206q.536-.642.138-1.414l-1.911-3.584l-1.666 4.123zm-5.308-.912h2.084l2.439-6.027q.229-.565.078-.914t-.57-.52l-2-.8q-.457-.191-.88-.047t-.474.639zm-7.208 0h2.085l-.677-7.746q-.05-.39-.455-.548t-.9.033l-2 .8q-.45.19-.527.597t.112.914zm-3.223.912l2.073-1.081l-1.627-4.123l-1.95 3.661q-.436.79.148 1.366t1.356.177m6.308-.912h3.123l.788-8.911q.05-.456-.228-.773q-.278-.316-.772-.316h-2.7q-.373 0-.709.288q-.335.287-.291.723zm-6.91 2.039q-.87 0-1.45-.596t-.579-1.44q0-.28.068-.548t.193-.524L4.077 11q-.33-.865-.08-1.716t1.045-1.173l2-.8q.427-.182.874-.184q.446-.002.796.265q.08-.783.629-1.337q.548-.555 1.339-.555h2.67q.78 0 1.339.526t.677 1.29q.292-.281.738-.225t.854.22l2 .8q.808.323 1.092 1.164t-.089 1.675l2.316 4.43q.112.218.187.437t.075.456q0 .933-.648 1.599q-.647.667-1.571.667q-.226 0-.43-.054q-.205-.052-.41-.158l-1.626-.827H6.134l-1.515.789q-.248.136-.524.193t-.566.056m8.49-6.519"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.87 17.412q.828.436 1.365-.206q.536-.642.138-1.414l-1.911-3.584l-1.666 4.123zm-5.308-.912h2.084l2.439-6.027q.229-.565.078-.914t-.57-.52l-2-.8q-.457-.191-.88-.047t-.474.639zm-7.208 0h2.085l-.677-7.746q-.05-.39-.455-.548t-.9.033l-2 .8q-.45.19-.527.597t.112.914zm-3.223.912l2.073-1.081l-1.627-4.123l-1.95 3.661q-.436.79.148 1.366t1.356.177m6.308-.912h3.123l.788-8.911q.05-.456-.228-.773q-.278-.316-.772-.316h-2.7q-.373 0-.709.288q-.335.287-.291.723zm-6.91 2.039q-.87 0-1.45-.596t-.579-1.44q0-.28.068-.548t.193-.524L4.077 11q-.33-.865-.08-1.716t1.045-1.173l2-.8q.427-.182.874-.184q.446-.002.796.265q.08-.783.629-1.337q.548-.555 1.339-.555h2.67q.78 0 1.339.526t.677 1.29q.292-.281.738-.225t.854.22l2 .8q.808.323 1.092 1.164t-.089 1.675l2.316 4.43q.112.218.187.437t.075.456q0 .933-.648 1.599q-.647.667-1.571.667q-.226 0-.43-.054q-.205-.052-.41-.158l-1.626-.827H6.134l-1.515.789q-.248.136-.524.193t-.566.056m8.49-6.519"/></svg>
</template>

CSS

.icon-bakery-dining-outline {
  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%22M19.87%2017.412q.828.436%201.365-.206q.536-.642.138-1.414l-1.911-3.584l-1.666%204.123zm-5.308-.912h2.084l2.439-6.027q.229-.565.078-.914t-.57-.52l-2-.8q-.457-.191-.88-.047t-.474.639zm-7.208%200h2.085l-.677-7.746q-.05-.39-.455-.548t-.9.033l-2%20.8q-.45.19-.527.597t.112.914zm-3.223.912l2.073-1.081l-1.627-4.123l-1.95%203.661q-.436.79.148%201.366t1.356.177m6.308-.912h3.123l.788-8.911q.05-.456-.228-.773q-.278-.316-.772-.316h-2.7q-.373%200-.709.288q-.335.287-.291.723zm-6.91%202.039q-.87%200-1.45-.596t-.579-1.44q0-.28.068-.548t.193-.524L4.077%2011q-.33-.865-.08-1.716t1.045-1.173l2-.8q.427-.182.874-.184q.446-.002.796.265q.08-.783.629-1.337q.548-.555%201.339-.555h2.67q.78%200%201.339.526t.677%201.29q.292-.281.738-.225t.854.22l2%20.8q.808.323%201.092%201.164t-.089%201.675l2.316%204.43q.112.218.187.437t.075.456q0%20.933-.648%201.599q-.647.667-1.571.667q-.226%200-.43-.054q-.205-.052-.41-.158l-1.626-.827H6.134l-1.515.789q-.248.136-.524.193t-.566.056m8.49-6.519%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%22M19.87%2017.412q.828.436%201.365-.206q.536-.642.138-1.414l-1.911-3.584l-1.666%204.123zm-5.308-.912h2.084l2.439-6.027q.229-.565.078-.914t-.57-.52l-2-.8q-.457-.191-.88-.047t-.474.639zm-7.208%200h2.085l-.677-7.746q-.05-.39-.455-.548t-.9.033l-2%20.8q-.45.19-.527.597t.112.914zm-3.223.912l2.073-1.081l-1.627-4.123l-1.95%203.661q-.436.79.148%201.366t1.356.177m6.308-.912h3.123l.788-8.911q.05-.456-.228-.773q-.278-.316-.772-.316h-2.7q-.373%200-.709.288q-.335.287-.291.723zm-6.91%202.039q-.87%200-1.45-.596t-.579-1.44q0-.28.068-.548t.193-.524L4.077%2011q-.33-.865-.08-1.716t1.045-1.173l2-.8q.427-.182.874-.184q.446-.002.796.265q.08-.783.629-1.337q.548-.555%201.339-.555h2.67q.78%200%201.339.526t.677%201.29q.292-.281.738-.225t.854.22l2%20.8q.808.323%201.092%201.164t-.089%201.675l2.316%204.43q.112.218.187.437t.075.456q0%20.933-.648%201.599q-.647.667-1.571.667q-.226%200-.43-.054q-.205-.052-.41-.158l-1.626-.827H6.134l-1.515.789q-.248.136-.524.193t-.566.056m8.49-6.519%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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