table-restaurant-outline from Material Symbols Light by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.

Name
table-restaurant-outline
Set
Material Symbols Light
Style
Outline
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the table restaurant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.075 9.192h15.85l-.985-3.384H5.085zm12.937 1H6.994l-.352 2.731h10.735zM4.827 19.02l1.187-8.827h-2.36q-.327 0-.528-.265t-.114-.586l1.175-4.058q.061-.23.234-.362q.173-.133.408-.113H19.19q.234 0 .407.132q.173.133.235.362l1.175 4.038q.086.321-.115.587q-.2.265-.527.265h-2.374l1.181 8.827h-.98l-.695-5.096H6.502l-.694 5.096z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTableRestaurantOutline(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.075 9.192h15.85l-.985-3.384H5.085zm12.937 1H6.994l-.352 2.731h10.735zM4.827 19.02l1.187-8.827h-2.36q-.327 0-.528-.265t-.114-.586l1.175-4.058q.061-.23.234-.362q.173-.133.408-.113H19.19q.234 0 .407.132q.173.133.235.362l1.175 4.038q.086.321-.115.587q-.2.265-.527.265h-2.374l1.181 8.827h-.98l-.695-5.096H6.502l-.694 5.096z"/></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.075 9.192h15.85l-.985-3.384H5.085zm12.937 1H6.994l-.352 2.731h10.735zM4.827 19.02l1.187-8.827h-2.36q-.327 0-.528-.265t-.114-.586l1.175-4.058q.061-.23.234-.362q.173-.133.408-.113H19.19q.234 0 .407.132q.173.133.235.362l1.175 4.038q.086.321-.115.587q-.2.265-.527.265h-2.374l1.181 8.827h-.98l-.695-5.096H6.502l-.694 5.096z"/></svg>
</template>

CSS

.icon-table-restaurant-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%22M4.075%209.192h15.85l-.985-3.384H5.085zm12.937%201H6.994l-.352%202.731h10.735zM4.827%2019.02l1.187-8.827h-2.36q-.327%200-.528-.265t-.114-.586l1.175-4.058q.061-.23.234-.362q.173-.133.408-.113H19.19q.234%200%20.407.132q.173.133.235.362l1.175%204.038q.086.321-.115.587q-.2.265-.527.265h-2.374l1.181%208.827h-.98l-.695-5.096H6.502l-.694%205.096z%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.075%209.192h15.85l-.985-3.384H5.085zm12.937%201H6.994l-.352%202.731h10.735zM4.827%2019.02l1.187-8.827h-2.36q-.327%200-.528-.265t-.114-.586l1.175-4.058q.061-.23.234-.362q.173-.133.408-.113H19.19q.234%200%20.407.132q.173.133.235.362l1.175%204.038q.086.321-.115.587q-.2.265-.527.265h-2.374l1.181%208.827h-.98l-.695-5.096H6.502l-.694%205.096z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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