no-food-outline-sharp from Material Symbols Light by Google · Outline Sharp · Travel · Apache-2.0 Free for personal and commercial use.

Name
no-food-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
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

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="m20.317 18.52l-.901-.903l1.057-10.233h-9.011l-.135-1h4.615v-4h1v4h4.616zm-.226 4.01L.867 3.309l.714-.714l19.223 19.223zM2.442 18.693v-1h13.231v1zm0 3.308v-1h13.231v1zm7.762-10.783v1q-.279-.038-.563-.05q-.285-.013-.583-.013q-2.13 0-3.5.644t-1.825 1.587h9.638l1 1H2.442q0-1.737 1.79-2.984t4.826-1.247q.298 0 .583.012q.284.013.563.051m-1.146 3.167"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNoFoodOutlineSharp(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.317 18.52l-.901-.903l1.057-10.233h-9.011l-.135-1h4.615v-4h1v4h4.616zm-.226 4.01L.867 3.309l.714-.714l19.223 19.223zM2.442 18.693v-1h13.231v1zm0 3.308v-1h13.231v1zm7.762-10.783v1q-.279-.038-.563-.05q-.285-.013-.583-.013q-2.13 0-3.5.644t-1.825 1.587h9.638l1 1H2.442q0-1.737 1.79-2.984t4.826-1.247q.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="m20.317 18.52l-.901-.903l1.057-10.233h-9.011l-.135-1h4.615v-4h1v4h4.616zm-.226 4.01L.867 3.309l.714-.714l19.223 19.223zM2.442 18.693v-1h13.231v1zm0 3.308v-1h13.231v1zm7.762-10.783v1q-.279-.038-.563-.05q-.285-.013-.583-.013q-2.13 0-3.5.644t-1.825 1.587h9.638l1 1H2.442q0-1.737 1.79-2.984t4.826-1.247q.298 0 .583.012q.284.013.563.051m-1.146 3.167"/></svg>
</template>

CSS

.icon-no-food-outline-sharp {
  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.317%2018.52l-.901-.903l1.057-10.233h-9.011l-.135-1h4.615v-4h1v4h4.616zm-.226%204.01L.867%203.309l.714-.714l19.223%2019.223zM2.442%2018.693v-1h13.231v1zm0%203.308v-1h13.231v1zm7.762-10.783v1q-.279-.038-.563-.05q-.285-.013-.583-.013q-2.13%200-3.5.644t-1.825%201.587h9.638l1%201H2.442q0-1.737%201.79-2.984t4.826-1.247q.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%22m20.317%2018.52l-.901-.903l1.057-10.233h-9.011l-.135-1h4.615v-4h1v4h4.616zm-.226%204.01L.867%203.309l.714-.714l19.223%2019.223zM2.442%2018.693v-1h13.231v1zm0%203.308v-1h13.231v1zm7.762-10.783v1q-.279-.038-.563-.05q-.285-.013-.583-.013q-2.13%200-3.5.644t-1.825%201.587h9.638l1%201H2.442q0-1.737%201.79-2.984t4.826-1.247q.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-sharp.svg?color=%231a73e8&size=48