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

Name
no-food-outline
Set
Material Symbols
Style
Outline
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="M21.625 18.75L19.8 16.925L20.8 7h-9.55L11 5h5V1h2v4h5zm-1.15 4.55L.675 3.5L2.1 2.075l19.8 19.8zM1 19v-2h15v2zm1 4q-.425 0-.712-.288T1 22v-1h15v1q0 .425-.288.713T15 23zM9.05 9.025v2q-.125 0-.275-.013T8.5 11q-1.475 0-2.787.5T3.675 13h9.35l2 2H1q0-3.025 2.338-4.512T8.5 9q.125 0 .275.013t.275.012M8.5 13"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNoFoodOutline(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.625 18.75L19.8 16.925L20.8 7h-9.55L11 5h5V1h2v4h5zm-1.15 4.55L.675 3.5L2.1 2.075l19.8 19.8zM1 19v-2h15v2zm1 4q-.425 0-.712-.288T1 22v-1h15v1q0 .425-.288.713T15 23zM9.05 9.025v2q-.125 0-.275-.013T8.5 11q-1.475 0-2.787.5T3.675 13h9.35l2 2H1q0-3.025 2.338-4.512T8.5 9q.125 0 .275.013t.275.012M8.5 13"/></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.625 18.75L19.8 16.925L20.8 7h-9.55L11 5h5V1h2v4h5zm-1.15 4.55L.675 3.5L2.1 2.075l19.8 19.8zM1 19v-2h15v2zm1 4q-.425 0-.712-.288T1 22v-1h15v1q0 .425-.288.713T15 23zM9.05 9.025v2q-.125 0-.275-.013T8.5 11q-1.475 0-2.787.5T3.675 13h9.35l2 2H1q0-3.025 2.338-4.512T8.5 9q.125 0 .275.013t.275.012M8.5 13"/></svg>
</template>

CSS

.icon-no-food-outline {
  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.625%2018.75L19.8%2016.925L20.8%207h-9.55L11%205h5V1h2v4h5zm-1.15%204.55L.675%203.5L2.1%202.075l19.8%2019.8zM1%2019v-2h15v2zm1%204q-.425%200-.712-.288T1%2022v-1h15v1q0%20.425-.288.713T15%2023zM9.05%209.025v2q-.125%200-.275-.013T8.5%2011q-1.475%200-2.787.5T3.675%2013h9.35l2%202H1q0-3.025%202.338-4.512T8.5%209q.125%200%20.275.013t.275.012M8.5%2013%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.625%2018.75L19.8%2016.925L20.8%207h-9.55L11%205h5V1h2v4h5zm-1.15%204.55L.675%203.5L2.1%202.075l19.8%2019.8zM1%2019v-2h15v2zm1%204q-.425%200-.712-.288T1%2022v-1h15v1q0%20.425-.288.713T15%2023zM9.05%209.025v2q-.125%200-.275-.013T8.5%2011q-1.475%200-2.787.5T3.675%2013h9.35l2%202H1q0-3.025%202.338-4.512T8.5%209q.125%200%20.275.013t.275.012M8.5%2013%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-outline.svg?color=%231a73e8&size=48