no food icon
no-food-outline-rounded from Material Symbols by Google · Outline Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- no-food-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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
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="m22.9 6.1l-1.075 10.55q-.05.625-.65.838t-1.05-.238q-.15-.15-.225-.363t-.05-.437L20.8 7h-8.6q-.425 0-.712-.288T11.2 6t.288-.712T12.2 5H16V2q0-.425.288-.712T17 1t.713.288T18 2v3h3.9q.45 0 .75.325t.25.775m-3.125 16.475L1.375 4.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M2 19q-.425 0-.712-.288T1 18t.288-.712T2 17h13q.425 0 .713.288T16 18t-.288.713T15 19zm0 4q-.425 0-.712-.288T1 22t.288-.712T2 21h13q.425 0 .713.288T16 22t-.288.713T15 23zM9.05 9.025v2q-.125 0-.275-.013T8.5 11q-1.475 0-2.787.5T3.675 13h9.35l2 2h-12.8q-.475 0-.788-.363t-.212-.837q.25-1.275.975-2.187t1.725-1.5t2.188-.85T8.5 9q.125 0 .275.013t.275.012M8.5 13"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNoFoodOutlineRounded(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="m22.9 6.1l-1.075 10.55q-.05.625-.65.838t-1.05-.238q-.15-.15-.225-.363t-.05-.437L20.8 7h-8.6q-.425 0-.712-.288T11.2 6t.288-.712T12.2 5H16V2q0-.425.288-.712T17 1t.713.288T18 2v3h3.9q.45 0 .75.325t.25.775m-3.125 16.475L1.375 4.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M2 19q-.425 0-.712-.288T1 18t.288-.712T2 17h13q.425 0 .713.288T16 18t-.288.713T15 19zm0 4q-.425 0-.712-.288T1 22t.288-.712T2 21h13q.425 0 .713.288T16 22t-.288.713T15 23zM9.05 9.025v2q-.125 0-.275-.013T8.5 11q-1.475 0-2.787.5T3.675 13h9.35l2 2h-12.8q-.475 0-.788-.363t-.212-.837q.25-1.275.975-2.187t1.725-1.5t2.188-.85T8.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="m22.9 6.1l-1.075 10.55q-.05.625-.65.838t-1.05-.238q-.15-.15-.225-.363t-.05-.437L20.8 7h-8.6q-.425 0-.712-.288T11.2 6t.288-.712T12.2 5H16V2q0-.425.288-.712T17 1t.713.288T18 2v3h3.9q.45 0 .75.325t.25.775m-3.125 16.475L1.375 4.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M2 19q-.425 0-.712-.288T1 18t.288-.712T2 17h13q.425 0 .713.288T16 18t-.288.713T15 19zm0 4q-.425 0-.712-.288T1 22t.288-.712T2 21h13q.425 0 .713.288T16 22t-.288.713T15 23zM9.05 9.025v2q-.125 0-.275-.013T8.5 11q-1.475 0-2.787.5T3.675 13h9.35l2 2h-12.8q-.475 0-.788-.363t-.212-.837q.25-1.275.975-2.187t1.725-1.5t2.188-.85T8.5 9q.125 0 .275.013t.275.012M8.5 13"/></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%22m22.9%206.1l-1.075%2010.55q-.05.625-.65.838t-1.05-.238q-.15-.15-.225-.363t-.05-.437L20.8%207h-8.6q-.425%200-.712-.288T11.2%206t.288-.712T12.2%205H16V2q0-.425.288-.712T17%201t.713.288T18%202v3h3.9q.45%200%20.75.325t.25.775m-3.125%2016.475L1.375%204.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4%2018.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M2%2019q-.425%200-.712-.288T1%2018t.288-.712T2%2017h13q.425%200%20.713.288T16%2018t-.288.713T15%2019zm0%204q-.425%200-.712-.288T1%2022t.288-.712T2%2021h13q.425%200%20.713.288T16%2022t-.288.713T15%2023zM9.05%209.025v2q-.125%200-.275-.013T8.5%2011q-1.475%200-2.787.5T3.675%2013h9.35l2%202h-12.8q-.475%200-.788-.363t-.212-.837q.25-1.275.975-2.187t1.725-1.5t2.188-.85T8.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%22m22.9%206.1l-1.075%2010.55q-.05.625-.65.838t-1.05-.238q-.15-.15-.225-.363t-.05-.437L20.8%207h-8.6q-.425%200-.712-.288T11.2%206t.288-.712T12.2%205H16V2q0-.425.288-.712T17%201t.713.288T18%202v3h3.9q.45%200%20.75.325t.25.775m-3.125%2016.475L1.375%204.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4%2018.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M2%2019q-.425%200-.712-.288T1%2018t.288-.712T2%2017h13q.425%200%20.713.288T16%2018t-.288.713T15%2019zm0%204q-.425%200-.712-.288T1%2022t.288-.712T2%2021h13q.425%200%20.713.288T16%2022t-.288.713T15%2023zM9.05%209.025v2q-.125%200-.275-.013T8.5%2011q-1.475%200-2.787.5T3.675%2013h9.35l2%202h-12.8q-.475%200-.788-.363t-.212-.837q.25-1.275.975-2.187t1.725-1.5t2.188-.85T8.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-rounded.svg?color=%231a73e8&size=48