outline breakfast dining icon
outline-breakfast-dining from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- outline-breakfast-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 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="M18 3H6C3.79 3 2 4.79 2 7c0 1.48.81 2.75 2 3.45V19c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-8.55c1.19-.69 2-1.97 2-3.45c0-2.21-1.79-4-4-4m1 5.72l-1 .58V19H6V9.31l-.99-.58C4.38 8.35 4 7.71 4 7c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2c0 .71-.38 1.36-1 1.72"/><path fill="currentColor" d="M12.71 9.29C12.51 9.1 12.26 9 12 9s-.51.1-.71.29l-3 3a.996.996 0 0 0 0 1.41l3 3c.2.2.45.3.71.3s.51-.1.71-.29l3-3a.996.996 0 0 0 0-1.41zM12 14.58L10.41 13L12 11.41L13.59 13z"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineBreakfastDining(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 3H6C3.79 3 2 4.79 2 7c0 1.48.81 2.75 2 3.45V19c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-8.55c1.19-.69 2-1.97 2-3.45c0-2.21-1.79-4-4-4m1 5.72l-1 .58V19H6V9.31l-.99-.58C4.38 8.35 4 7.71 4 7c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2c0 .71-.38 1.36-1 1.72"/><path fill="currentColor" d="M12.71 9.29C12.51 9.1 12.26 9 12 9s-.51.1-.71.29l-3 3a.996.996 0 0 0 0 1.41l3 3c.2.2.45.3.71.3s.51-.1.71-.29l3-3a.996.996 0 0 0 0-1.41zM12 14.58L10.41 13L12 11.41L13.59 13z"/></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 3H6C3.79 3 2 4.79 2 7c0 1.48.81 2.75 2 3.45V19c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-8.55c1.19-.69 2-1.97 2-3.45c0-2.21-1.79-4-4-4m1 5.72l-1 .58V19H6V9.31l-.99-.58C4.38 8.35 4 7.71 4 7c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2c0 .71-.38 1.36-1 1.72"/><path fill="currentColor" d="M12.71 9.29C12.51 9.1 12.26 9 12 9s-.51.1-.71.29l-3 3a.996.996 0 0 0 0 1.41l3 3c.2.2.45.3.71.3s.51-.1.71-.29l3-3a.996.996 0 0 0 0-1.41zM12 14.58L10.41 13L12 11.41L13.59 13z"/></svg> </template>
CSS
.icon-outline-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%22M18%203H6C3.79%203%202%204.79%202%207c0%201.48.81%202.75%202%203.45V19c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2v-8.55c1.19-.69%202-1.97%202-3.45c0-2.21-1.79-4-4-4m1%205.72l-1%20.58V19H6V9.31l-.99-.58C4.38%208.35%204%207.71%204%207c0-1.1.9-2%202-2h12c1.1%200%202%20.9%202%202c0%20.71-.38%201.36-1%201.72%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.71%209.29C12.51%209.1%2012.26%209%2012%209s-.51.1-.71.29l-3%203a.996.996%200%200%200%200%201.41l3%203c.2.2.45.3.71.3s.51-.1.71-.29l3-3a.996.996%200%200%200%200-1.41zM12%2014.58L10.41%2013L12%2011.41L13.59%2013z%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%203H6C3.79%203%202%204.79%202%207c0%201.48.81%202.75%202%203.45V19c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2v-8.55c1.19-.69%202-1.97%202-3.45c0-2.21-1.79-4-4-4m1%205.72l-1%20.58V19H6V9.31l-.99-.58C4.38%208.35%204%207.71%204%207c0-1.1.9-2%202-2h12c1.1%200%202%20.9%202%202c0%20.71-.38%201.36-1%201.72%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.71%209.29C12.51%209.1%2012.26%209%2012%209s-.51.1-.71.29l-3%203a.996.996%200%200%200%200%201.41l3%203c.2.2.45.3.71.3s.51-.1.71-.29l3-3a.996.996%200%200%200%200-1.41zM12%2014.58L10.41%2013L12%2011.41L13.59%2013z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-breakfast-dining.svg?color=%231a73e8&size=48