table restaurant icon
table-restaurant-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- table-restaurant-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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="M17.012 10.192H6.994l-.352 2.731h10.735zM4.9 18.472l1.114-8.28h-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-.528.265h-2.373l1.108 8.28q.03.218-.112.383q-.144.164-.363.164q-.183 0-.326-.122t-.174-.305l-.627-4.669H6.502l-.627 4.689q-.03.182-.174.295t-.326.112q-.22 0-.363-.164T4.9 18.47"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTableRestaurantRounded(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="M17.012 10.192H6.994l-.352 2.731h10.735zM4.9 18.472l1.114-8.28h-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-.528.265h-2.373l1.108 8.28q.03.218-.112.383q-.144.164-.363.164q-.183 0-.326-.122t-.174-.305l-.627-4.669H6.502l-.627 4.689q-.03.182-.174.295t-.326.112q-.22 0-.363-.164T4.9 18.47"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.012 10.192H6.994l-.352 2.731h10.735zM4.9 18.472l1.114-8.28h-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-.528.265h-2.373l1.108 8.28q.03.218-.112.383q-.144.164-.363.164q-.183 0-.326-.122t-.174-.305l-.627-4.669H6.502l-.627 4.689q-.03.182-.174.295t-.326.112q-.22 0-.363-.164T4.9 18.47"/></svg> </template>
CSS
.icon-table-restaurant-rounded {
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%22M17.012%2010.192H6.994l-.352%202.731h10.735zM4.9%2018.472l1.114-8.28h-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-.528.265h-2.373l1.108%208.28q.03.218-.112.383q-.144.164-.363.164q-.183%200-.326-.122t-.174-.305l-.627-4.669H6.502l-.627%204.689q-.03.182-.174.295t-.326.112q-.22%200-.363-.164T4.9%2018.47%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%22M17.012%2010.192H6.994l-.352%202.731h10.735zM4.9%2018.472l1.114-8.28h-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-.528.265h-2.373l1.108%208.28q.03.218-.112.383q-.144.164-.363.164q-.183%200-.326-.122t-.174-.305l-.627-4.669H6.502l-.627%204.689q-.03.182-.174.295t-.326.112q-.22%200-.363-.164T4.9%2018.47%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-rounded.svg?color=%231a73e8&size=48