round bakery dining icon
round-bakery-dining from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- round-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 round 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="m18.77 8.55l-1.17-.47c-.62-.25-1.31.17-1.37.84L15.49 17H17l2.6-6.5c.31-.77-.06-1.65-.83-1.95M6.4 8.08l-1.17.47c-.77.3-1.14 1.18-.83 1.95L7 17h1.5l-.74-8.08a.993.993 0 0 0-1.36-.84M13.36 6h-2.71c-.89 0-1.58.76-1.5 1.64l.85 9.35h4l.85-9.36c.08-.87-.61-1.63-1.49-1.63M3.18 13.72l-1 1.93c-.19.36-.23.78-.12 1.19c.29 1.01 1.43 1.41 2.38.94l1.05-.52l-1.4-3.49a.5.5 0 0 0-.91-.05m18.64 1.93l-1-1.93a.503.503 0 0 0-.91.04l-1.4 3.49l1.05.52c.94.47 2.09.07 2.38-.94c.11-.4.07-.82-.12-1.18"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundBakeryDining(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="m18.77 8.55l-1.17-.47c-.62-.25-1.31.17-1.37.84L15.49 17H17l2.6-6.5c.31-.77-.06-1.65-.83-1.95M6.4 8.08l-1.17.47c-.77.3-1.14 1.18-.83 1.95L7 17h1.5l-.74-8.08a.993.993 0 0 0-1.36-.84M13.36 6h-2.71c-.89 0-1.58.76-1.5 1.64l.85 9.35h4l.85-9.36c.08-.87-.61-1.63-1.49-1.63M3.18 13.72l-1 1.93c-.19.36-.23.78-.12 1.19c.29 1.01 1.43 1.41 2.38.94l1.05-.52l-1.4-3.49a.5.5 0 0 0-.91-.05m18.64 1.93l-1-1.93a.503.503 0 0 0-.91.04l-1.4 3.49l1.05.52c.94.47 2.09.07 2.38-.94c.11-.4.07-.82-.12-1.18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.77 8.55l-1.17-.47c-.62-.25-1.31.17-1.37.84L15.49 17H17l2.6-6.5c.31-.77-.06-1.65-.83-1.95M6.4 8.08l-1.17.47c-.77.3-1.14 1.18-.83 1.95L7 17h1.5l-.74-8.08a.993.993 0 0 0-1.36-.84M13.36 6h-2.71c-.89 0-1.58.76-1.5 1.64l.85 9.35h4l.85-9.36c.08-.87-.61-1.63-1.49-1.63M3.18 13.72l-1 1.93c-.19.36-.23.78-.12 1.19c.29 1.01 1.43 1.41 2.38.94l1.05-.52l-1.4-3.49a.5.5 0 0 0-.91-.05m18.64 1.93l-1-1.93a.503.503 0 0 0-.91.04l-1.4 3.49l1.05.52c.94.47 2.09.07 2.38-.94c.11-.4.07-.82-.12-1.18"/></svg> </template>
CSS
.icon-round-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%22m18.77%208.55l-1.17-.47c-.62-.25-1.31.17-1.37.84L15.49%2017H17l2.6-6.5c.31-.77-.06-1.65-.83-1.95M6.4%208.08l-1.17.47c-.77.3-1.14%201.18-.83%201.95L7%2017h1.5l-.74-8.08a.993.993%200%200%200-1.36-.84M13.36%206h-2.71c-.89%200-1.58.76-1.5%201.64l.85%209.35h4l.85-9.36c.08-.87-.61-1.63-1.49-1.63M3.18%2013.72l-1%201.93c-.19.36-.23.78-.12%201.19c.29%201.01%201.43%201.41%202.38.94l1.05-.52l-1.4-3.49a.5.5%200%200%200-.91-.05m18.64%201.93l-1-1.93a.503.503%200%200%200-.91.04l-1.4%203.49l1.05.52c.94.47%202.09.07%202.38-.94c.11-.4.07-.82-.12-1.18%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%22m18.77%208.55l-1.17-.47c-.62-.25-1.31.17-1.37.84L15.49%2017H17l2.6-6.5c.31-.77-.06-1.65-.83-1.95M6.4%208.08l-1.17.47c-.77.3-1.14%201.18-.83%201.95L7%2017h1.5l-.74-8.08a.993.993%200%200%200-1.36-.84M13.36%206h-2.71c-.89%200-1.58.76-1.5%201.64l.85%209.35h4l.85-9.36c.08-.87-.61-1.63-1.49-1.63M3.18%2013.72l-1%201.93c-.19.36-.23.78-.12%201.19c.29%201.01%201.43%201.41%202.38.94l1.05-.52l-1.4-3.49a.5.5%200%200%200-.91-.05m18.64%201.93l-1-1.93a.503.503%200%200%200-.91.04l-1.4%203.49l1.05.52c.94.47%202.09.07%202.38-.94c.11-.4.07-.82-.12-1.18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-bakery-dining.svg?color=%231a73e8&size=48