dine-in from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
dine-in
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
dine-in-outline

2 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the dine in icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20q-.825 0-1.412-.587T2 18V7h2v11h7v2zM7 6q-.825 0-1.412-.587T5 4t.588-1.412T7 2t1.413.588T9 4t-.587 1.413T7 6m5 16v-5H7q-.825 0-1.412-.587T5 15V9.1q0-.875.6-1.487T7.05 7q.475 0 .888.2t.712.55q1.125 1.225 2.413 2.238T14 11h1.35q-.625-.425-.987-1.062T14 8.5h6.025q0 .8-.363 1.438T18.676 11H22v2h-4v9h-2v-9h-2q-1.325 0-2.675-.575T9 11.05v3.45h3q.825 0 1.413.588T14 16.5V22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDineIn(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 20q-.825 0-1.412-.587T2 18V7h2v11h7v2zM7 6q-.825 0-1.412-.587T5 4t.588-1.412T7 2t1.413.588T9 4t-.587 1.413T7 6m5 16v-5H7q-.825 0-1.412-.587T5 15V9.1q0-.875.6-1.487T7.05 7q.475 0 .888.2t.712.55q1.125 1.225 2.413 2.238T14 11h1.35q-.625-.425-.987-1.062T14 8.5h6.025q0 .8-.363 1.438T18.676 11H22v2h-4v9h-2v-9h-2q-1.325 0-2.675-.575T9 11.05v3.45h3q.825 0 1.413.588T14 16.5V22z"/></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 20q-.825 0-1.412-.587T2 18V7h2v11h7v2zM7 6q-.825 0-1.412-.587T5 4t.588-1.412T7 2t1.413.588T9 4t-.587 1.413T7 6m5 16v-5H7q-.825 0-1.412-.587T5 15V9.1q0-.875.6-1.487T7.05 7q.475 0 .888.2t.712.55q1.125 1.225 2.413 2.238T14 11h1.35q-.625-.425-.987-1.062T14 8.5h6.025q0 .8-.363 1.438T18.676 11H22v2h-4v9h-2v-9h-2q-1.325 0-2.675-.575T9 11.05v3.45h3q.825 0 1.413.588T14 16.5V22z"/></svg>
</template>

CSS

.icon-dine-in {
  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%2020q-.825%200-1.412-.587T2%2018V7h2v11h7v2zM7%206q-.825%200-1.412-.587T5%204t.588-1.412T7%202t1.413.588T9%204t-.587%201.413T7%206m5%2016v-5H7q-.825%200-1.412-.587T5%2015V9.1q0-.875.6-1.487T7.05%207q.475%200%20.888.2t.712.55q1.125%201.225%202.413%202.238T14%2011h1.35q-.625-.425-.987-1.062T14%208.5h6.025q0%20.8-.363%201.438T18.676%2011H22v2h-4v9h-2v-9h-2q-1.325%200-2.675-.575T9%2011.05v3.45h3q.825%200%201.413.588T14%2016.5V22z%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%2020q-.825%200-1.412-.587T2%2018V7h2v11h7v2zM7%206q-.825%200-1.412-.587T5%204t.588-1.412T7%202t1.413.588T9%204t-.587%201.413T7%206m5%2016v-5H7q-.825%200-1.412-.587T5%2015V9.1q0-.875.6-1.487T7.05%207q.475%200%20.888.2t.712.55q1.125%201.225%202.413%202.238T14%2011h1.35q-.625-.425-.987-1.062T14%208.5h6.025q0%20.8-.363%201.438T18.676%2011H22v2h-4v9h-2v-9h-2q-1.325%200-2.675-.575T9%2011.05v3.45h3q.825%200%201.413.588T14%2016.5V22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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