takeout dining 2 icon
takeout-dining-2-outline from Material Symbols Light by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- takeout-dining-2-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the takeout dining 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.116 21L7.8 6.135l-.05-.7q-.044-.599-.421-1.017T6.369 4t-.976.398T5 5.385v1.442H4V5.384q0-.993.696-1.689T6.385 3h10.377q.946 0 1.626.647q.68.646.739 1.601L20 21zm1.33-1h3.21L8.008 9.439zm4.216 0h9.296l-.831-14.684q-.034-.554-.427-.935T16.762 4H8.229q.254.308.375.67t.146.753zM13 17.23h1.173v-3.826q.496-.131.835-.552q.338-.42.338-.969v-3.19h-.786v2.967h-.589V8.692h-.786v2.967h-.589V8.692h-.769v3.191q0 .548.329.97q.328.42.844.55zM9.662 20h9.296z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTakeoutDining2Outline(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="M4.116 21L7.8 6.135l-.05-.7q-.044-.599-.421-1.017T6.369 4t-.976.398T5 5.385v1.442H4V5.384q0-.993.696-1.689T6.385 3h10.377q.946 0 1.626.647q.68.646.739 1.601L20 21zm1.33-1h3.21L8.008 9.439zm4.216 0h9.296l-.831-14.684q-.034-.554-.427-.935T16.762 4H8.229q.254.308.375.67t.146.753zM13 17.23h1.173v-3.826q.496-.131.835-.552q.338-.42.338-.969v-3.19h-.786v2.967h-.589V8.692h-.786v2.967h-.589V8.692h-.769v3.191q0 .548.329.97q.328.42.844.55zM9.662 20h9.296z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.116 21L7.8 6.135l-.05-.7q-.044-.599-.421-1.017T6.369 4t-.976.398T5 5.385v1.442H4V5.384q0-.993.696-1.689T6.385 3h10.377q.946 0 1.626.647q.68.646.739 1.601L20 21zm1.33-1h3.21L8.008 9.439zm4.216 0h9.296l-.831-14.684q-.034-.554-.427-.935T16.762 4H8.229q.254.308.375.67t.146.753zM13 17.23h1.173v-3.826q.496-.131.835-.552q.338-.42.338-.969v-3.19h-.786v2.967h-.589V8.692h-.786v2.967h-.589V8.692h-.769v3.191q0 .548.329.97q.328.42.844.55zM9.662 20h9.296z"/></svg> </template>
CSS
.icon-takeout-dining-2-outline {
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%22M4.116%2021L7.8%206.135l-.05-.7q-.044-.599-.421-1.017T6.369%204t-.976.398T5%205.385v1.442H4V5.384q0-.993.696-1.689T6.385%203h10.377q.946%200%201.626.647q.68.646.739%201.601L20%2021zm1.33-1h3.21L8.008%209.439zm4.216%200h9.296l-.831-14.684q-.034-.554-.427-.935T16.762%204H8.229q.254.308.375.67t.146.753zM13%2017.23h1.173v-3.826q.496-.131.835-.552q.338-.42.338-.969v-3.19h-.786v2.967h-.589V8.692h-.786v2.967h-.589V8.692h-.769v3.191q0%20.548.329.97q.328.42.844.55zM9.662%2020h9.296z%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%22M4.116%2021L7.8%206.135l-.05-.7q-.044-.599-.421-1.017T6.369%204t-.976.398T5%205.385v1.442H4V5.384q0-.993.696-1.689T6.385%203h10.377q.946%200%201.626.647q.68.646.739%201.601L20%2021zm1.33-1h3.21L8.008%209.439zm4.216%200h9.296l-.831-14.684q-.034-.554-.427-.935T16.762%204H8.229q.254.308.375.67t.146.753zM13%2017.23h1.173v-3.826q.496-.131.835-.552q.338-.42.338-.969v-3.19h-.786v2.967h-.589V8.692h-.786v2.967h-.589V8.692h-.769v3.191q0%20.548.329.97q.328.42.844.55zM9.662%2020h9.296z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/takeout-dining-2-outline.svg?color=%231a73e8&size=48