set meal icon
set-meal from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- set-meal
- Set
- Material Symbols Light
- Style
- Regular
- 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 set meal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 14.116q-.671 0-1.143-.473q-.473-.472-.473-1.143v-8q0-.671.473-1.143q.472-.473 1.143-.473h17q.671 0 1.143.473q.472.472.472 1.143v8q0 .671-.472 1.143t-1.143.472zm-.136 3.673l-.037-.885l17.36-.912l.036.885zm-.056 2.494v-.885h17.384v.885zm7.384-9.244q1.6 0 3.101-.525t2.642-1.664q.15.8.86 1.235q.709.434 1.57.473V6.442q-.861.058-1.58.505t-.85 1.253q-1.171-1.108-2.657-1.673t-3.086-.565q-1.725 0-3.329.581Q5.76 7.125 4.711 8.5q1.03 1.375 2.643 1.957q1.613.581 3.338.581"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSetMeal(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="M3.5 14.116q-.671 0-1.143-.473q-.473-.472-.473-1.143v-8q0-.671.473-1.143q.472-.473 1.143-.473h17q.671 0 1.143.473q.472.472.472 1.143v8q0 .671-.472 1.143t-1.143.472zm-.136 3.673l-.037-.885l17.36-.912l.036.885zm-.056 2.494v-.885h17.384v.885zm7.384-9.244q1.6 0 3.101-.525t2.642-1.664q.15.8.86 1.235q.709.434 1.57.473V6.442q-.861.058-1.58.505t-.85 1.253q-1.171-1.108-2.657-1.673t-3.086-.565q-1.725 0-3.329.581Q5.76 7.125 4.711 8.5q1.03 1.375 2.643 1.957q1.613.581 3.338.581"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 14.116q-.671 0-1.143-.473q-.473-.472-.473-1.143v-8q0-.671.473-1.143q.472-.473 1.143-.473h17q.671 0 1.143.473q.472.472.472 1.143v8q0 .671-.472 1.143t-1.143.472zm-.136 3.673l-.037-.885l17.36-.912l.036.885zm-.056 2.494v-.885h17.384v.885zm7.384-9.244q1.6 0 3.101-.525t2.642-1.664q.15.8.86 1.235q.709.434 1.57.473V6.442q-.861.058-1.58.505t-.85 1.253q-1.171-1.108-2.657-1.673t-3.086-.565q-1.725 0-3.329.581Q5.76 7.125 4.711 8.5q1.03 1.375 2.643 1.957q1.613.581 3.338.581"/></svg> </template>
CSS
.icon-set-meal {
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%22M3.5%2014.116q-.671%200-1.143-.473q-.473-.472-.473-1.143v-8q0-.671.473-1.143q.472-.473%201.143-.473h17q.671%200%201.143.473q.472.472.472%201.143v8q0%20.671-.472%201.143t-1.143.472zm-.136%203.673l-.037-.885l17.36-.912l.036.885zm-.056%202.494v-.885h17.384v.885zm7.384-9.244q1.6%200%203.101-.525t2.642-1.664q.15.8.86%201.235q.709.434%201.57.473V6.442q-.861.058-1.58.505t-.85%201.253q-1.171-1.108-2.657-1.673t-3.086-.565q-1.725%200-3.329.581Q5.76%207.125%204.711%208.5q1.03%201.375%202.643%201.957q1.613.581%203.338.581%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%22M3.5%2014.116q-.671%200-1.143-.473q-.473-.472-.473-1.143v-8q0-.671.473-1.143q.472-.473%201.143-.473h17q.671%200%201.143.473q.472.472.472%201.143v8q0%20.671-.472%201.143t-1.143.472zm-.136%203.673l-.037-.885l17.36-.912l.036.885zm-.056%202.494v-.885h17.384v.885zm7.384-9.244q1.6%200%203.101-.525t2.642-1.664q.15.8.86%201.235q.709.434%201.57.473V6.442q-.861.058-1.58.505t-.85%201.253q-1.171-1.108-2.657-1.673t-3.086-.565q-1.725%200-3.329.581Q5.76%207.125%204.711%208.5q1.03%201.375%202.643%201.957q1.613.581%203.338.581%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/set-meal.svg?color=%231a73e8&size=48