no food icon
no-food from Material Symbols Light by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- no-food
- Set
- Material Symbols Light
- Style
- Regular
- 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="m20.09 22.53l-7.146-7.145H2.442q0-1.737 1.79-2.984t4.826-1.247q.298 0 .592.012t.554.051v1.421L.867 3.308l.714-.714l19.223 19.223zM2.443 18.693v-1h13.231v1zM3.212 22q-.31 0-.54-.23t-.23-.54V21h13.231v.23q0 .31-.23.54t-.54.23zm17.105-3.48l-8.482-8.497l-.508-3.638h4.615v-4h1v4h4.616z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNoFood(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.09 22.53l-7.146-7.145H2.442q0-1.737 1.79-2.984t4.826-1.247q.298 0 .592.012t.554.051v1.421L.867 3.308l.714-.714l19.223 19.223zM2.443 18.693v-1h13.231v1zM3.212 22q-.31 0-.54-.23t-.23-.54V21h13.231v.23q0 .31-.23.54t-.54.23zm17.105-3.48l-8.482-8.497l-.508-3.638h4.615v-4h1v4h4.616z"/></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.09 22.53l-7.146-7.145H2.442q0-1.737 1.79-2.984t4.826-1.247q.298 0 .592.012t.554.051v1.421L.867 3.308l.714-.714l19.223 19.223zM2.443 18.693v-1h13.231v1zM3.212 22q-.31 0-.54-.23t-.23-.54V21h13.231v.23q0 .31-.23.54t-.54.23zm17.105-3.48l-8.482-8.497l-.508-3.638h4.615v-4h1v4h4.616z"/></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.09%2022.53l-7.146-7.145H2.442q0-1.737%201.79-2.984t4.826-1.247q.298%200%20.592.012t.554.051v1.421L.867%203.308l.714-.714l19.223%2019.223zM2.443%2018.693v-1h13.231v1zM3.212%2022q-.31%200-.54-.23t-.23-.54V21h13.231v.23q0%20.31-.23.54t-.54.23zm17.105-3.48l-8.482-8.497l-.508-3.638h4.615v-4h1v4h4.616z%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.09%2022.53l-7.146-7.145H2.442q0-1.737%201.79-2.984t4.826-1.247q.298%200%20.592.012t.554.051v1.421L.867%203.308l.714-.714l19.223%2019.223zM2.443%2018.693v-1h13.231v1zM3.212%2022q-.31%200-.54-.23t-.23-.54V21h13.231v.23q0%20.31-.23.54t-.54.23zm17.105-3.48l-8.482-8.497l-.508-3.638h4.615v-4h1v4h4.616z%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.svg?color=%231a73e8&size=48