breakfast dining icon

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

Name
breakfast-dining
Set
Material Symbols
Style
Regular
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
breakfast-dining-rounded

3 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

Use the breakfast dining icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 21q-.825 0-1.412-.587T4 19v-8.55q-.925-.55-1.463-1.462T2 7q0-1.65 1.175-2.825T6 3h12q1.65 0 2.825 1.175T22 7q0 1.075-.537 1.988T20 10.45V19q0 .825-.587 1.413T18 21zm5.3-4.3q.3.275.713.275t.687-.275l3-3q.3-.3.3-.712t-.3-.688l-3-3q-.275-.3-.687-.3t-.713.3l-3 3q-.275.275-.275.688t.275.712zm.7-2.1L10.4 13l1.6-1.6l1.6 1.6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBreakfastDining(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="M6 21q-.825 0-1.412-.587T4 19v-8.55q-.925-.55-1.463-1.462T2 7q0-1.65 1.175-2.825T6 3h12q1.65 0 2.825 1.175T22 7q0 1.075-.537 1.988T20 10.45V19q0 .825-.587 1.413T18 21zm5.3-4.3q.3.275.713.275t.687-.275l3-3q.3-.3.3-.712t-.3-.688l-3-3q-.275-.3-.687-.3t-.713.3l-3 3q-.275.275-.275.688t.275.712zm.7-2.1L10.4 13l1.6-1.6l1.6 1.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 21q-.825 0-1.412-.587T4 19v-8.55q-.925-.55-1.463-1.462T2 7q0-1.65 1.175-2.825T6 3h12q1.65 0 2.825 1.175T22 7q0 1.075-.537 1.988T20 10.45V19q0 .825-.587 1.413T18 21zm5.3-4.3q.3.275.713.275t.687-.275l3-3q.3-.3.3-.712t-.3-.688l-3-3q-.275-.3-.687-.3t-.713.3l-3 3q-.275.275-.275.688t.275.712zm.7-2.1L10.4 13l1.6-1.6l1.6 1.6z"/></svg>
</template>

CSS

.icon-breakfast-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%22M6%2021q-.825%200-1.412-.587T4%2019v-8.55q-.925-.55-1.463-1.462T2%207q0-1.65%201.175-2.825T6%203h12q1.65%200%202.825%201.175T22%207q0%201.075-.537%201.988T20%2010.45V19q0%20.825-.587%201.413T18%2021zm5.3-4.3q.3.275.713.275t.687-.275l3-3q.3-.3.3-.712t-.3-.688l-3-3q-.275-.3-.687-.3t-.713.3l-3%203q-.275.275-.275.688t.275.712zm.7-2.1L10.4%2013l1.6-1.6l1.6%201.6z%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%22M6%2021q-.825%200-1.412-.587T4%2019v-8.55q-.925-.55-1.463-1.462T2%207q0-1.65%201.175-2.825T6%203h12q1.65%200%202.825%201.175T22%207q0%201.075-.537%201.988T20%2010.45V19q0%20.825-.587%201.413T18%2021zm5.3-4.3q.3.275.713.275t.687-.275l3-3q.3-.3.3-.712t-.3-.688l-3-3q-.275-.3-.687-.3t-.713.3l-3%203q-.275.275-.275.688t.275.712zm.7-2.1L10.4%2013l1.6-1.6l1.6%201.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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