no meals icon
no-meals from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- no-meals
- Set
- Material Symbols
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- no-meals-sharp
2 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
Use the no meals icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.475 23.3L19 21.825V22h-2v-2.175L.675 3.5L2.1 2.075l19.8 19.8zM19 16.125l-2.075-2.075L14 11.125V7q0-2.075 1.463-3.537T19 2zm-7-7l-2-2V2h2zm-3-3l-2-2V2h2zm-3-3L4.875 2H6zM7 22v-9.15q-1.275-.35-2.137-1.4T4 9V3.975l2 2V9h1V6.975l2.025 2l2.25 2.275q-.4.575-.987.988T9 12.85V22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNoMeals(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="M20.475 23.3L19 21.825V22h-2v-2.175L.675 3.5L2.1 2.075l19.8 19.8zM19 16.125l-2.075-2.075L14 11.125V7q0-2.075 1.463-3.537T19 2zm-7-7l-2-2V2h2zm-3-3l-2-2V2h2zm-3-3L4.875 2H6zM7 22v-9.15q-1.275-.35-2.137-1.4T4 9V3.975l2 2V9h1V6.975l2.025 2l2.25 2.275q-.4.575-.987.988T9 12.85V22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.475 23.3L19 21.825V22h-2v-2.175L.675 3.5L2.1 2.075l19.8 19.8zM19 16.125l-2.075-2.075L14 11.125V7q0-2.075 1.463-3.537T19 2zm-7-7l-2-2V2h2zm-3-3l-2-2V2h2zm-3-3L4.875 2H6zM7 22v-9.15q-1.275-.35-2.137-1.4T4 9V3.975l2 2V9h1V6.975l2.025 2l2.25 2.275q-.4.575-.987.988T9 12.85V22z"/></svg> </template>
CSS
.icon-no-meals {
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%22M20.475%2023.3L19%2021.825V22h-2v-2.175L.675%203.5L2.1%202.075l19.8%2019.8zM19%2016.125l-2.075-2.075L14%2011.125V7q0-2.075%201.463-3.537T19%202zm-7-7l-2-2V2h2zm-3-3l-2-2V2h2zm-3-3L4.875%202H6zM7%2022v-9.15q-1.275-.35-2.137-1.4T4%209V3.975l2%202V9h1V6.975l2.025%202l2.25%202.275q-.4.575-.987.988T9%2012.85V22z%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%22M20.475%2023.3L19%2021.825V22h-2v-2.175L.675%203.5L2.1%202.075l19.8%2019.8zM19%2016.125l-2.075-2.075L14%2011.125V7q0-2.075%201.463-3.537T19%202zm-7-7l-2-2V2h2zm-3-3l-2-2V2h2zm-3-3L4.875%202H6zM7%2022v-9.15q-1.275-.35-2.137-1.4T4%209V3.975l2%202V9h1V6.975l2.025%202l2.25%202.275q-.4.575-.987.988T9%2012.85V22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/no-meals.svg?color=%231a73e8&size=48