breakfast dining icon
breakfast-dining from Material Symbols Light by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- breakfast-dining
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- breakfast-dining-rounded
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-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bagcarry-on-bag-checked
Use the 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="M6 20q-.402 0-.701-.299T5 19V9.873q-.829-.492-1.414-1.212Q3 7.94 3 7q0-1.246.877-2.123T6 4h12q1.246 0 2.123.877T21 7q0 .94-.585 1.66q-.586.72-1.415 1.213V19q0 .402-.299.701T18 20zm5.608-3.57q.165.16.395.16t.39-.16l3.076-3.038q.166-.165.166-.395t-.166-.39l-3.077-3.076q-.16-.165-.389-.165q-.23 0-.395.165l-3.039 3.077q-.16.16-.16.389q0 .23.16.395zM12 15.409L9.592 13L12 10.554L14.446 13z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBreakfastDining(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="M6 20q-.402 0-.701-.299T5 19V9.873q-.829-.492-1.414-1.212Q3 7.94 3 7q0-1.246.877-2.123T6 4h12q1.246 0 2.123.877T21 7q0 .94-.585 1.66q-.586.72-1.415 1.213V19q0 .402-.299.701T18 20zm5.608-3.57q.165.16.395.16t.39-.16l3.076-3.038q.166-.165.166-.395t-.166-.39l-3.077-3.076q-.16-.165-.389-.165q-.23 0-.395.165l-3.039 3.077q-.16.16-.16.389q0 .23.16.395zM12 15.409L9.592 13L12 10.554L14.446 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="M6 20q-.402 0-.701-.299T5 19V9.873q-.829-.492-1.414-1.212Q3 7.94 3 7q0-1.246.877-2.123T6 4h12q1.246 0 2.123.877T21 7q0 .94-.585 1.66q-.586.72-1.415 1.213V19q0 .402-.299.701T18 20zm5.608-3.57q.165.16.395.16t.39-.16l3.076-3.038q.166-.165.166-.395t-.166-.39l-3.077-3.076q-.16-.165-.389-.165q-.23 0-.395.165l-3.039 3.077q-.16.16-.16.389q0 .23.16.395zM12 15.409L9.592 13L12 10.554L14.446 13z"/></svg> </template>
CSS
.icon-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%22M6%2020q-.402%200-.701-.299T5%2019V9.873q-.829-.492-1.414-1.212Q3%207.94%203%207q0-1.246.877-2.123T6%204h12q1.246%200%202.123.877T21%207q0%20.94-.585%201.66q-.586.72-1.415%201.213V19q0%20.402-.299.701T18%2020zm5.608-3.57q.165.16.395.16t.39-.16l3.076-3.038q.166-.165.166-.395t-.166-.39l-3.077-3.076q-.16-.165-.389-.165q-.23%200-.395.165l-3.039%203.077q-.16.16-.16.389q0%20.23.16.395zM12%2015.409L9.592%2013L12%2010.554L14.446%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%22M6%2020q-.402%200-.701-.299T5%2019V9.873q-.829-.492-1.414-1.212Q3%207.94%203%207q0-1.246.877-2.123T6%204h12q1.246%200%202.123.877T21%207q0%20.94-.585%201.66q-.586.72-1.415%201.213V19q0%20.402-.299.701T18%2020zm5.608-3.57q.165.16.395.16t.39-.16l3.076-3.038q.166-.165.166-.395t-.166-.39l-3.077-3.076q-.16-.165-.389-.165q-.23%200-.395.165l-3.039%203.077q-.16.16-.16.389q0%20.23.16.395zM12%2015.409L9.592%2013L12%2010.554L14.446%2013z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/breakfast-dining.svg?color=%231a73e8&size=48