bakery dining icon

bakery-dining-sharp from Material Symbols by Google · Sharp · Travel · Apache-2.0 Free for personal and commercial use.

Name
bakery-dining-sharp
Set
Material Symbols
Style
Sharp
Category
Travel
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

Use the bakery dining icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.45 18.2l-1.95-.95l1.825-4.5l2.2 4.25zM15.5 17l.85-9.425l3.8 1.525L17 17zM7 17L3.85 9.1l3.8-1.525L8.5 17zm-3.45 1.2L1.475 17l2.2-4.25l1.825 4.5zM10 17L9 6h6l-1 11z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBakeryDiningSharp(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="m20.45 18.2l-1.95-.95l1.825-4.5l2.2 4.25zM15.5 17l.85-9.425l3.8 1.525L17 17zM7 17L3.85 9.1l3.8-1.525L8.5 17zm-3.45 1.2L1.475 17l2.2-4.25l1.825 4.5zM10 17L9 6h6l-1 11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.45 18.2l-1.95-.95l1.825-4.5l2.2 4.25zM15.5 17l.85-9.425l3.8 1.525L17 17zM7 17L3.85 9.1l3.8-1.525L8.5 17zm-3.45 1.2L1.475 17l2.2-4.25l1.825 4.5zM10 17L9 6h6l-1 11z"/></svg>
</template>

CSS

.icon-bakery-dining-sharp {
  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%22m20.45%2018.2l-1.95-.95l1.825-4.5l2.2%204.25zM15.5%2017l.85-9.425l3.8%201.525L17%2017zM7%2017L3.85%209.1l3.8-1.525L8.5%2017zm-3.45%201.2L1.475%2017l2.2-4.25l1.825%204.5zM10%2017L9%206h6l-1%2011z%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%22m20.45%2018.2l-1.95-.95l1.825-4.5l2.2%204.25zM15.5%2017l.85-9.425l3.8%201.525L17%2017zM7%2017L3.85%209.1l3.8-1.525L8.5%2017zm-3.45%201.2L1.475%2017l2.2-4.25l1.825%204.5zM10%2017L9%206h6l-1%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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