bakery dining icon
bakery-dining-outline-sharp from Material Symbols Light by Google · Outline Sharp · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- bakery-dining-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More travel icons from Material Symbols Light
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bagcarry-on-bag-checked
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="m19.87 17.412l1.503-1.62l-1.911-3.584l-1.666 4.123zm-5.308-.912h2.084l2.877-7.094l-4.196-1.667zm-7.208 0h2.085l-.766-8.761l-4.138 1.648zm-3.223.912l2.073-1.081l-1.627-4.123l-1.95 3.661zm6.308-.912h3.123l.877-10H9.562zm-6.51 2.137l-2.496-2.554L4.077 11l-.854-2.175l5.366-2.104L8.483 5.5h7.029l-.1 1.202l5.404 2.18l-.854 2.068l2.63 5.012l-2.51 2.682l-2.228-1.144H6.134z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBakeryDiningOutlineSharp(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="m19.87 17.412l1.503-1.62l-1.911-3.584l-1.666 4.123zm-5.308-.912h2.084l2.877-7.094l-4.196-1.667zm-7.208 0h2.085l-.766-8.761l-4.138 1.648zm-3.223.912l2.073-1.081l-1.627-4.123l-1.95 3.661zm6.308-.912h3.123l.877-10H9.562zm-6.51 2.137l-2.496-2.554L4.077 11l-.854-2.175l5.366-2.104L8.483 5.5h7.029l-.1 1.202l5.404 2.18l-.854 2.068l2.63 5.012l-2.51 2.682l-2.228-1.144H6.134z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.87 17.412l1.503-1.62l-1.911-3.584l-1.666 4.123zm-5.308-.912h2.084l2.877-7.094l-4.196-1.667zm-7.208 0h2.085l-.766-8.761l-4.138 1.648zm-3.223.912l2.073-1.081l-1.627-4.123l-1.95 3.661zm6.308-.912h3.123l.877-10H9.562zm-6.51 2.137l-2.496-2.554L4.077 11l-.854-2.175l5.366-2.104L8.483 5.5h7.029l-.1 1.202l5.404 2.18l-.854 2.068l2.63 5.012l-2.51 2.682l-2.228-1.144H6.134z"/></svg> </template>
CSS
.icon-bakery-dining-outline-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%22m19.87%2017.412l1.503-1.62l-1.911-3.584l-1.666%204.123zm-5.308-.912h2.084l2.877-7.094l-4.196-1.667zm-7.208%200h2.085l-.766-8.761l-4.138%201.648zm-3.223.912l2.073-1.081l-1.627-4.123l-1.95%203.661zm6.308-.912h3.123l.877-10H9.562zm-6.51%202.137l-2.496-2.554L4.077%2011l-.854-2.175l5.366-2.104L8.483%205.5h7.029l-.1%201.202l5.404%202.18l-.854%202.068l2.63%205.012l-2.51%202.682l-2.228-1.144H6.134z%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%22m19.87%2017.412l1.503-1.62l-1.911-3.584l-1.666%204.123zm-5.308-.912h2.084l2.877-7.094l-4.196-1.667zm-7.208%200h2.085l-.766-8.761l-4.138%201.648zm-3.223.912l2.073-1.081l-1.627-4.123l-1.95%203.661zm6.308-.912h3.123l.877-10H9.562zm-6.51%202.137l-2.496-2.554L4.077%2011l-.854-2.175l5.366-2.104L8.483%205.5h7.029l-.1%201.202l5.404%202.18l-.854%202.068l2.63%205.012l-2.51%202.682l-2.228-1.144H6.134z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/bakery-dining-outline-sharp.svg?color=%231a73e8&size=48