outline bakery dining icon
outline-bakery-dining from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- outline-bakery-dining
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
More maps icons from Google Material Icons
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the outline 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.5 10.94c.13-.32.1-.23.15-.39c.3-1.21-.34-2.47-1.5-2.93l-2.01-.8c-.46-.18-.95-.21-1.41-.12c-.11-.33-.29-.63-.52-.89c-.48-.52-1.15-.81-1.85-.81h-2.71c-.71 0-1.38.29-1.85.81c-.24.26-.42.56-.53.88c-.46-.09-.95-.06-1.41.12l-2.01.8c-1.16.46-1.8 1.72-1.5 2.93l.15.38C1.1 15.55 1 15.55 1 16.38c0 .91.46 1.74 1.24 2.22c1.42.88 2.49.14 4-.61h11.53c1.52.76 1.86 1.01 2.63 1.01c1 0 2.61-.77 2.61-2.61c-.01-.85-.13-.88-2.51-5.45m-.38 5.99l-1.68-.84l1.08-2.7l1.41 2.71c.28.53-.29 1.09-.81.83m-5.03-.94l.62-6.9c.03-.33.37-.54.68-.42l2.01.8c.22.09.34.31.31.54l-2.4 5.98zm-7.41 0l-2.4-5.98c-.03-.23.09-.45.31-.54l2.01-.8c.31-.12.65.08.68.42l.62 6.9zm-4.61.11l1.41-2.72l1.08 2.71l-1.68.84c-.52.26-1.09-.3-.81-.83m7.08-8.56a.5.5 0 0 1 .5-.54h2.71a.5.5 0 0 1 .5.54l-.77 8.45h-2.17z"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineBakeryDining(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.5 10.94c.13-.32.1-.23.15-.39c.3-1.21-.34-2.47-1.5-2.93l-2.01-.8c-.46-.18-.95-.21-1.41-.12c-.11-.33-.29-.63-.52-.89c-.48-.52-1.15-.81-1.85-.81h-2.71c-.71 0-1.38.29-1.85.81c-.24.26-.42.56-.53.88c-.46-.09-.95-.06-1.41.12l-2.01.8c-1.16.46-1.8 1.72-1.5 2.93l.15.38C1.1 15.55 1 15.55 1 16.38c0 .91.46 1.74 1.24 2.22c1.42.88 2.49.14 4-.61h11.53c1.52.76 1.86 1.01 2.63 1.01c1 0 2.61-.77 2.61-2.61c-.01-.85-.13-.88-2.51-5.45m-.38 5.99l-1.68-.84l1.08-2.7l1.41 2.71c.28.53-.29 1.09-.81.83m-5.03-.94l.62-6.9c.03-.33.37-.54.68-.42l2.01.8c.22.09.34.31.31.54l-2.4 5.98zm-7.41 0l-2.4-5.98c-.03-.23.09-.45.31-.54l2.01-.8c.31-.12.65.08.68.42l.62 6.9zm-4.61.11l1.41-2.72l1.08 2.71l-1.68.84c-.52.26-1.09-.3-.81-.83m7.08-8.56a.5.5 0 0 1 .5-.54h2.71a.5.5 0 0 1 .5.54l-.77 8.45h-2.17z"/></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.5 10.94c.13-.32.1-.23.15-.39c.3-1.21-.34-2.47-1.5-2.93l-2.01-.8c-.46-.18-.95-.21-1.41-.12c-.11-.33-.29-.63-.52-.89c-.48-.52-1.15-.81-1.85-.81h-2.71c-.71 0-1.38.29-1.85.81c-.24.26-.42.56-.53.88c-.46-.09-.95-.06-1.41.12l-2.01.8c-1.16.46-1.8 1.72-1.5 2.93l.15.38C1.1 15.55 1 15.55 1 16.38c0 .91.46 1.74 1.24 2.22c1.42.88 2.49.14 4-.61h11.53c1.52.76 1.86 1.01 2.63 1.01c1 0 2.61-.77 2.61-2.61c-.01-.85-.13-.88-2.51-5.45m-.38 5.99l-1.68-.84l1.08-2.7l1.41 2.71c.28.53-.29 1.09-.81.83m-5.03-.94l.62-6.9c.03-.33.37-.54.68-.42l2.01.8c.22.09.34.31.31.54l-2.4 5.98zm-7.41 0l-2.4-5.98c-.03-.23.09-.45.31-.54l2.01-.8c.31-.12.65.08.68.42l.62 6.9zm-4.61.11l1.41-2.72l1.08 2.71l-1.68.84c-.52.26-1.09-.3-.81-.83m7.08-8.56a.5.5 0 0 1 .5-.54h2.71a.5.5 0 0 1 .5.54l-.77 8.45h-2.17z"/></svg> </template>
CSS
.icon-outline-bakery-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%22M20.5%2010.94c.13-.32.1-.23.15-.39c.3-1.21-.34-2.47-1.5-2.93l-2.01-.8c-.46-.18-.95-.21-1.41-.12c-.11-.33-.29-.63-.52-.89c-.48-.52-1.15-.81-1.85-.81h-2.71c-.71%200-1.38.29-1.85.81c-.24.26-.42.56-.53.88c-.46-.09-.95-.06-1.41.12l-2.01.8c-1.16.46-1.8%201.72-1.5%202.93l.15.38C1.1%2015.55%201%2015.55%201%2016.38c0%20.91.46%201.74%201.24%202.22c1.42.88%202.49.14%204-.61h11.53c1.52.76%201.86%201.01%202.63%201.01c1%200%202.61-.77%202.61-2.61c-.01-.85-.13-.88-2.51-5.45m-.38%205.99l-1.68-.84l1.08-2.7l1.41%202.71c.28.53-.29%201.09-.81.83m-5.03-.94l.62-6.9c.03-.33.37-.54.68-.42l2.01.8c.22.09.34.31.31.54l-2.4%205.98zm-7.41%200l-2.4-5.98c-.03-.23.09-.45.31-.54l2.01-.8c.31-.12.65.08.68.42l.62%206.9zm-4.61.11l1.41-2.72l1.08%202.71l-1.68.84c-.52.26-1.09-.3-.81-.83m7.08-8.56a.5.5%200%200%201%20.5-.54h2.71a.5.5%200%200%201%20.5.54l-.77%208.45h-2.17z%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.5%2010.94c.13-.32.1-.23.15-.39c.3-1.21-.34-2.47-1.5-2.93l-2.01-.8c-.46-.18-.95-.21-1.41-.12c-.11-.33-.29-.63-.52-.89c-.48-.52-1.15-.81-1.85-.81h-2.71c-.71%200-1.38.29-1.85.81c-.24.26-.42.56-.53.88c-.46-.09-.95-.06-1.41.12l-2.01.8c-1.16.46-1.8%201.72-1.5%202.93l.15.38C1.1%2015.55%201%2015.55%201%2016.38c0%20.91.46%201.74%201.24%202.22c1.42.88%202.49.14%204-.61h11.53c1.52.76%201.86%201.01%202.63%201.01c1%200%202.61-.77%202.61-2.61c-.01-.85-.13-.88-2.51-5.45m-.38%205.99l-1.68-.84l1.08-2.7l1.41%202.71c.28.53-.29%201.09-.81.83m-5.03-.94l.62-6.9c.03-.33.37-.54.68-.42l2.01.8c.22.09.34.31.31.54l-2.4%205.98zm-7.41%200l-2.4-5.98c-.03-.23.09-.45.31-.54l2.01-.8c.31-.12.65.08.68.42l.62%206.9zm-4.61.11l1.41-2.72l1.08%202.71l-1.68.84c-.52.26-1.09-.3-.81-.83m7.08-8.56a.5.5%200%200%201%20.5-.54h2.71a.5.5%200%200%201%20.5.54l-.77%208.45h-2.17z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-bakery-dining.svg?color=%231a73e8&size=48