no meals icon
no-meals-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- no-meals-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- no-meals-outline-rounded
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="m19 16.125l-2.075-2.075L14 11.125V7q0-.85.363-1.737T15.3 3.65t1.275-1.187T17.95 2q.45 0 .75.35t.3.825zm1.488 6.75q-.413 0-.713-.3l-1.575-1.55h.8q0 .425-.287.713t-.713.287t-.712-.287t-.288-.713v-1.2L1.4 4.225q-.3-.3-.3-.725t.3-.725t.713-.3t.712.3l18.375 18.4q.3.3.3.7t-.3.7t-.712.3M12 9.125l-2-2V3q0-.425.288-.712T11 2t.713.288T12 3zm-3-3l-2-2V3q0-.425.288-.712T8 2t.713.288T9 3zm-3-3L4.875 2q.475 0 .8.325t.325.8m1.288 18.588Q7 21.425 7 21v-8.15q-1.275-.35-2.137-1.4T4 9V3.975l2 2V9h1V6.975l2 2V9h.025l2.25 2.25q-.4.575-.987.988T9 12.85V21q0 .425-.288.713T8 22t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNoMealsRounded(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="m19 16.125l-2.075-2.075L14 11.125V7q0-.85.363-1.737T15.3 3.65t1.275-1.187T17.95 2q.45 0 .75.35t.3.825zm1.488 6.75q-.413 0-.713-.3l-1.575-1.55h.8q0 .425-.287.713t-.713.287t-.712-.287t-.288-.713v-1.2L1.4 4.225q-.3-.3-.3-.725t.3-.725t.713-.3t.712.3l18.375 18.4q.3.3.3.7t-.3.7t-.712.3M12 9.125l-2-2V3q0-.425.288-.712T11 2t.713.288T12 3zm-3-3l-2-2V3q0-.425.288-.712T8 2t.713.288T9 3zm-3-3L4.875 2q.475 0 .8.325t.325.8m1.288 18.588Q7 21.425 7 21v-8.15q-1.275-.35-2.137-1.4T4 9V3.975l2 2V9h1V6.975l2 2V9h.025l2.25 2.25q-.4.575-.987.988T9 12.85V21q0 .425-.288.713T8 22t-.712-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19 16.125l-2.075-2.075L14 11.125V7q0-.85.363-1.737T15.3 3.65t1.275-1.187T17.95 2q.45 0 .75.35t.3.825zm1.488 6.75q-.413 0-.713-.3l-1.575-1.55h.8q0 .425-.287.713t-.713.287t-.712-.287t-.288-.713v-1.2L1.4 4.225q-.3-.3-.3-.725t.3-.725t.713-.3t.712.3l18.375 18.4q.3.3.3.7t-.3.7t-.712.3M12 9.125l-2-2V3q0-.425.288-.712T11 2t.713.288T12 3zm-3-3l-2-2V3q0-.425.288-.712T8 2t.713.288T9 3zm-3-3L4.875 2q.475 0 .8.325t.325.8m1.288 18.588Q7 21.425 7 21v-8.15q-1.275-.35-2.137-1.4T4 9V3.975l2 2V9h1V6.975l2 2V9h.025l2.25 2.25q-.4.575-.987.988T9 12.85V21q0 .425-.288.713T8 22t-.712-.288"/></svg> </template>
CSS
.icon-no-meals-rounded {
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%22m19%2016.125l-2.075-2.075L14%2011.125V7q0-.85.363-1.737T15.3%203.65t1.275-1.187T17.95%202q.45%200%20.75.35t.3.825zm1.488%206.75q-.413%200-.713-.3l-1.575-1.55h.8q0%20.425-.287.713t-.713.287t-.712-.287t-.288-.713v-1.2L1.4%204.225q-.3-.3-.3-.725t.3-.725t.713-.3t.712.3l18.375%2018.4q.3.3.3.7t-.3.7t-.712.3M12%209.125l-2-2V3q0-.425.288-.712T11%202t.713.288T12%203zm-3-3l-2-2V3q0-.425.288-.712T8%202t.713.288T9%203zm-3-3L4.875%202q.475%200%20.8.325t.325.8m1.288%2018.588Q7%2021.425%207%2021v-8.15q-1.275-.35-2.137-1.4T4%209V3.975l2%202V9h1V6.975l2%202V9h.025l2.25%202.25q-.4.575-.987.988T9%2012.85V21q0%20.425-.288.713T8%2022t-.712-.288%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%22m19%2016.125l-2.075-2.075L14%2011.125V7q0-.85.363-1.737T15.3%203.65t1.275-1.187T17.95%202q.45%200%20.75.35t.3.825zm1.488%206.75q-.413%200-.713-.3l-1.575-1.55h.8q0%20.425-.287.713t-.713.287t-.712-.287t-.288-.713v-1.2L1.4%204.225q-.3-.3-.3-.725t.3-.725t.713-.3t.712.3l18.375%2018.4q.3.3.3.7t-.3.7t-.712.3M12%209.125l-2-2V3q0-.425.288-.712T11%202t.713.288T12%203zm-3-3l-2-2V3q0-.425.288-.712T8%202t.713.288T9%203zm-3-3L4.875%202q.475%200%20.8.325t.325.8m1.288%2018.588Q7%2021.425%207%2021v-8.15q-1.275-.35-2.137-1.4T4%209V3.975l2%202V9h1V6.975l2%202V9h.025l2.25%202.25q-.4.575-.987.988T9%2012.85V21q0%20.425-.288.713T8%2022t-.712-.288%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-rounded.svg?color=%231a73e8&size=48