restaurant-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
restaurant-rounded
Set
Material Symbols
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
restaurant-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the restaurant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 9V3q0-.425.288-.712T8 2t.713.288T9 3v6h1V3q0-.425.288-.712T11 2t.713.288T12 3v6q0 1.4-.862 2.45T9 12.85V21q0 .425-.288.713T8 22t-.712-.288T7 21v-8.15q-1.275-.35-2.137-1.4T4 9V3q0-.425.288-.712T5 2t.713.288T6 3v6zm10 5h-2q-.425 0-.712-.288T14 13V7q0-1.75 1.288-3.375T17.95 2q.45 0 .75.35t.3.825V21q0 .425-.288.713T18 22t-.712-.288T17 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRestaurantRounded(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 9V3q0-.425.288-.712T8 2t.713.288T9 3v6h1V3q0-.425.288-.712T11 2t.713.288T12 3v6q0 1.4-.862 2.45T9 12.85V21q0 .425-.288.713T8 22t-.712-.288T7 21v-8.15q-1.275-.35-2.137-1.4T4 9V3q0-.425.288-.712T5 2t.713.288T6 3v6zm10 5h-2q-.425 0-.712-.288T14 13V7q0-1.75 1.288-3.375T17.95 2q.45 0 .75.35t.3.825V21q0 .425-.288.713T18 22t-.712-.288T17 21z"/></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 9V3q0-.425.288-.712T8 2t.713.288T9 3v6h1V3q0-.425.288-.712T11 2t.713.288T12 3v6q0 1.4-.862 2.45T9 12.85V21q0 .425-.288.713T8 22t-.712-.288T7 21v-8.15q-1.275-.35-2.137-1.4T4 9V3q0-.425.288-.712T5 2t.713.288T6 3v6zm10 5h-2q-.425 0-.712-.288T14 13V7q0-1.75 1.288-3.375T17.95 2q.45 0 .75.35t.3.825V21q0 .425-.288.713T18 22t-.712-.288T17 21z"/></svg>
</template>

CSS

.icon-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%22M7%209V3q0-.425.288-.712T8%202t.713.288T9%203v6h1V3q0-.425.288-.712T11%202t.713.288T12%203v6q0%201.4-.862%202.45T9%2012.85V21q0%20.425-.288.713T8%2022t-.712-.288T7%2021v-8.15q-1.275-.35-2.137-1.4T4%209V3q0-.425.288-.712T5%202t.713.288T6%203v6zm10%205h-2q-.425%200-.712-.288T14%2013V7q0-1.75%201.288-3.375T17.95%202q.45%200%20.75.35t.3.825V21q0%20.425-.288.713T18%2022t-.712-.288T17%2021z%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%209V3q0-.425.288-.712T8%202t.713.288T9%203v6h1V3q0-.425.288-.712T11%202t.713.288T12%203v6q0%201.4-.862%202.45T9%2012.85V21q0%20.425-.288.713T8%2022t-.712-.288T7%2021v-8.15q-1.275-.35-2.137-1.4T4%209V3q0-.425.288-.712T5%202t.713.288T6%203v6zm10%205h-2q-.425%200-.712-.288T14%2013V7q0-1.75%201.288-3.375T17.95%202q.45%200%20.75.35t.3.825V21q0%20.425-.288.713T18%2022t-.712-.288T17%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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