local-dining from Material Symbols Light by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.

Name
local-dining
Set
Material Symbols Light
Style
Regular
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
local-dining-outline, local-dining-outline-sharp, local-dining-sharp, restaurant-menu

1 other variant in Material Symbols Light

The same icon in other sets

More travel icons from Material Symbols Light

Use the local dining icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.298 20.308l-.707-.708L13.725 9.465q-.508-1.203-.221-2.365q.287-1.161 1.29-2.154q.979-.979 2.45-1.358t2.458.608t.608 2.458t-1.358 2.45q-.992 1.004-2.154 1.29t-2.365-.221L12.606 12l7.6 7.6l-.708.708l-7.6-7.55zm3.066-8.435l-2.77-2.77Q3.475 7.986 3.388 6.457t.899-2.764L9.91 9.327z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLocalDining(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="m4.298 20.308l-.707-.708L13.725 9.465q-.508-1.203-.221-2.365q.287-1.161 1.29-2.154q.979-.979 2.45-1.358t2.458.608t.608 2.458t-1.358 2.45q-.992 1.004-2.154 1.29t-2.365-.221L12.606 12l7.6 7.6l-.708.708l-7.6-7.55zm3.066-8.435l-2.77-2.77Q3.475 7.986 3.388 6.457t.899-2.764L9.91 9.327z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.298 20.308l-.707-.708L13.725 9.465q-.508-1.203-.221-2.365q.287-1.161 1.29-2.154q.979-.979 2.45-1.358t2.458.608t.608 2.458t-1.358 2.45q-.992 1.004-2.154 1.29t-2.365-.221L12.606 12l7.6 7.6l-.708.708l-7.6-7.55zm3.066-8.435l-2.77-2.77Q3.475 7.986 3.388 6.457t.899-2.764L9.91 9.327z"/></svg>
</template>

CSS

.icon-local-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%22m4.298%2020.308l-.707-.708L13.725%209.465q-.508-1.203-.221-2.365q.287-1.161%201.29-2.154q.979-.979%202.45-1.358t2.458.608t.608%202.458t-1.358%202.45q-.992%201.004-2.154%201.29t-2.365-.221L12.606%2012l7.6%207.6l-.708.708l-7.6-7.55zm3.066-8.435l-2.77-2.77Q3.475%207.986%203.388%206.457t.899-2.764L9.91%209.327z%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%22m4.298%2020.308l-.707-.708L13.725%209.465q-.508-1.203-.221-2.365q.287-1.161%201.29-2.154q.979-.979%202.45-1.358t2.458.608t.608%202.458t-1.358%202.45q-.992%201.004-2.154%201.29t-2.365-.221L12.606%2012l7.6%207.6l-.708.708l-7.6-7.55zm3.066-8.435l-2.77-2.77Q3.475%207.986%203.388%206.457t.899-2.764L9.91%209.327z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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