no-food from Material Symbols by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.

Name
no-food
Set
Material Symbols
Style
Regular
Category
Travel
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

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.475 23.3l-8.3-8.3H1q0-3.025 2.338-4.512T8.5 9q.125 0 .275.013t.275.012v2.825L.675 3.5L2.1 2.075l19.8 19.8zM1 19v-2h15v2zm1 4q-.425 0-.712-.288T1 22v-1h15v1q0 .425-.288.713T15 23zm19.625-4.25L11.45 8.6L11 5h5V1h2v4h5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNoFood(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.3l-8.3-8.3H1q0-3.025 2.338-4.512T8.5 9q.125 0 .275.013t.275.012v2.825L.675 3.5L2.1 2.075l19.8 19.8zM1 19v-2h15v2zm1 4q-.425 0-.712-.288T1 22v-1h15v1q0 .425-.288.713T15 23zm19.625-4.25L11.45 8.6L11 5h5V1h2v4h5z"/></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.3l-8.3-8.3H1q0-3.025 2.338-4.512T8.5 9q.125 0 .275.013t.275.012v2.825L.675 3.5L2.1 2.075l19.8 19.8zM1 19v-2h15v2zm1 4q-.425 0-.712-.288T1 22v-1h15v1q0 .425-.288.713T15 23zm19.625-4.25L11.45 8.6L11 5h5V1h2v4h5z"/></svg>
</template>

CSS

.icon-no-food {
  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.3l-8.3-8.3H1q0-3.025%202.338-4.512T8.5%209q.125%200%20.275.013t.275.012v2.825L.675%203.5L2.1%202.075l19.8%2019.8zM1%2019v-2h15v2zm1%204q-.425%200-.712-.288T1%2022v-1h15v1q0%20.425-.288.713T15%2023zm19.625-4.25L11.45%208.6L11%205h5V1h2v4h5z%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.3l-8.3-8.3H1q0-3.025%202.338-4.512T8.5%209q.125%200%20.275.013t.275.012v2.825L.675%203.5L2.1%202.075l19.8%2019.8zM1%2019v-2h15v2zm1%204q-.425%200-.712-.288T1%2022v-1h15v1q0%20.425-.288.713T15%2023zm19.625-4.25L11.45%208.6L11%205h5V1h2v4h5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/no-food.svg?color=%231a73e8&size=48