no food icon
no-food-outline-rounded from Material Symbols Light by Google · Outline Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- no-food-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
5 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-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
Use the no food icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.477 7.273l-1.056 10.223q-.024.305-.32.408q-.295.104-.514-.115q-.073-.073-.11-.19q-.036-.116-.03-.226l1.026-9.988H11.95q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.992v-3.5q0-.213.144-.357t.357-.143t.356.143t.143.357v3.5h3.727q.364 0 .61.262q.248.263.198.626m-1.74 14.898L1.22 3.661q-.146-.145-.155-.346t.155-.367t.357-.165t.357.165L20.45 21.464q.146.146.156.344t-.156.363t-.357.165t-.356-.165M2.941 18.692q-.212 0-.356-.144q-.144-.143-.144-.356t.144-.356t.356-.144h12.231q.213 0 .356.144t.144.357t-.144.356t-.356.143zm0 3.308q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h12.231q.213 0 .356.144t.144.357t-.144.356t-.356.143zm7.262-10.783v1q-.279-.038-.563-.05q-.285-.013-.583-.013q-2.13 0-3.5.644t-1.825 1.587h9.638l1 1H3.456q-.384 0-.636-.305q-.253-.305-.153-.684q.27-.698.84-1.293q.572-.595 1.399-1.029t1.88-.677t2.272-.243q.298 0 .583.012q.284.013.563.051m-1.146 3.167"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNoFoodOutlineRounded(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="m21.477 7.273l-1.056 10.223q-.024.305-.32.408q-.295.104-.514-.115q-.073-.073-.11-.19q-.036-.116-.03-.226l1.026-9.988H11.95q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.992v-3.5q0-.213.144-.357t.357-.143t.356.143t.143.357v3.5h3.727q.364 0 .61.262q.248.263.198.626m-1.74 14.898L1.22 3.661q-.146-.145-.155-.346t.155-.367t.357-.165t.357.165L20.45 21.464q.146.146.156.344t-.156.363t-.357.165t-.356-.165M2.941 18.692q-.212 0-.356-.144q-.144-.143-.144-.356t.144-.356t.356-.144h12.231q.213 0 .356.144t.144.357t-.144.356t-.356.143zm0 3.308q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h12.231q.213 0 .356.144t.144.357t-.144.356t-.356.143zm7.262-10.783v1q-.279-.038-.563-.05q-.285-.013-.583-.013q-2.13 0-3.5.644t-1.825 1.587h9.638l1 1H3.456q-.384 0-.636-.305q-.253-.305-.153-.684q.27-.698.84-1.293q.572-.595 1.399-1.029t1.88-.677t2.272-.243q.298 0 .583.012q.284.013.563.051m-1.146 3.167"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.477 7.273l-1.056 10.223q-.024.305-.32.408q-.295.104-.514-.115q-.073-.073-.11-.19q-.036-.116-.03-.226l1.026-9.988H11.95q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.992v-3.5q0-.213.144-.357t.357-.143t.356.143t.143.357v3.5h3.727q.364 0 .61.262q.248.263.198.626m-1.74 14.898L1.22 3.661q-.146-.145-.155-.346t.155-.367t.357-.165t.357.165L20.45 21.464q.146.146.156.344t-.156.363t-.357.165t-.356-.165M2.941 18.692q-.212 0-.356-.144q-.144-.143-.144-.356t.144-.356t.356-.144h12.231q.213 0 .356.144t.144.357t-.144.356t-.356.143zm0 3.308q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h12.231q.213 0 .356.144t.144.357t-.144.356t-.356.143zm7.262-10.783v1q-.279-.038-.563-.05q-.285-.013-.583-.013q-2.13 0-3.5.644t-1.825 1.587h9.638l1 1H3.456q-.384 0-.636-.305q-.253-.305-.153-.684q.27-.698.84-1.293q.572-.595 1.399-1.029t1.88-.677t2.272-.243q.298 0 .583.012q.284.013.563.051m-1.146 3.167"/></svg> </template>
CSS
.icon-no-food-outline-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%22m21.477%207.273l-1.056%2010.223q-.024.305-.32.408q-.295.104-.514-.115q-.073-.073-.11-.19q-.036-.116-.03-.226l1.026-9.988H11.95q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h3.992v-3.5q0-.213.144-.357t.357-.143t.356.143t.143.357v3.5h3.727q.364%200%20.61.262q.248.263.198.626m-1.74%2014.898L1.22%203.661q-.146-.145-.155-.346t.155-.367t.357-.165t.357.165L20.45%2021.464q.146.146.156.344t-.156.363t-.357.165t-.356-.165M2.941%2018.692q-.212%200-.356-.144q-.144-.143-.144-.356t.144-.356t.356-.144h12.231q.213%200%20.356.144t.144.357t-.144.356t-.356.143zm0%203.308q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h12.231q.213%200%20.356.144t.144.357t-.144.356t-.356.143zm7.262-10.783v1q-.279-.038-.563-.05q-.285-.013-.583-.013q-2.13%200-3.5.644t-1.825%201.587h9.638l1%201H3.456q-.384%200-.636-.305q-.253-.305-.153-.684q.27-.698.84-1.293q.572-.595%201.399-1.029t1.88-.677t2.272-.243q.298%200%20.583.012q.284.013.563.051m-1.146%203.167%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%22m21.477%207.273l-1.056%2010.223q-.024.305-.32.408q-.295.104-.514-.115q-.073-.073-.11-.19q-.036-.116-.03-.226l1.026-9.988H11.95q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h3.992v-3.5q0-.213.144-.357t.357-.143t.356.143t.143.357v3.5h3.727q.364%200%20.61.262q.248.263.198.626m-1.74%2014.898L1.22%203.661q-.146-.145-.155-.346t.155-.367t.357-.165t.357.165L20.45%2021.464q.146.146.156.344t-.156.363t-.357.165t-.356-.165M2.941%2018.692q-.212%200-.356-.144q-.144-.143-.144-.356t.144-.356t.356-.144h12.231q.213%200%20.356.144t.144.357t-.144.356t-.356.143zm0%203.308q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h12.231q.213%200%20.356.144t.144.357t-.144.356t-.356.143zm7.262-10.783v1q-.279-.038-.563-.05q-.285-.013-.583-.013q-2.13%200-3.5.644t-1.825%201.587h9.638l1%201H3.456q-.384%200-.636-.305q-.253-.305-.153-.684q.27-.698.84-1.293q.572-.595%201.399-1.029t1.88-.677t2.272-.243q.298%200%20.583.012q.284.013.563.051m-1.146%203.167%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/no-food-outline-rounded.svg?color=%231a73e8&size=48