food tray icon
food-tray from Reicon by REICON · Outline · Food · MIT Free for personal and commercial use.
- Name
- food-tray
- Set
- Reicon
- Style
- Outline
- Category
- Food
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More food icons from Reicon
Use the food tray icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.456 9.424a.75.75 0 0 0-.912 1.19a4.35 4.35 0 0 1 1.328 1.69a.75.75 0 1 0 1.371-.608a5.85 5.85 0 0 0-1.787-2.272"/><path fill-rule="evenodd" d="M14.25 4.5c0 .349-.08.679-.22.973c4.132.925 7.22 4.616 7.22 9.027v1.75h.017c.102 0 .212 0 .308.006a1.25 1.25 0 0 1 1.08.766c.063.152.081.296.088.403c.007.096.007.206.007.308v.041c0 .329 0 .613-.016.848a2.3 2.3 0 0 1-.155.739a2.25 2.25 0 0 1-1.218 1.218a2.3 2.3 0 0 1-.74.155c-.234.016-.518.016-.847.016H4.226c-.329 0-.613 0-.848-.016a2.3 2.3 0 0 1-.739-.155a2.25 2.25 0 0 1-1.218-1.218a2.3 2.3 0 0 1-.155-.74a13 13 0 0 1-.016-.847v-.04c0-.103 0-.213.006-.309a1.25 1.25 0 0 1 .766-1.08c.152-.063.295-.081.403-.088c.096-.007.207-.007.308-.007h.017V14.5c0-4.411 3.088-8.102 7.22-9.027a2.25 2.25 0 1 1 4.28-.973M12 3.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M4.25 14.5a7.75 7.75 0 0 1 15.5 0v1.75H4.25zm16.988 4.02c.012-.178.012-.41.012-.77H2.75c0 .36 0 .592.013.77a.9.9 0 0 0 .044.267a.75.75 0 0 0 .406.406a.9.9 0 0 0 .267.044c.178.013.41.013.77.013h15.5c.36 0 .592 0 .77-.012a.9.9 0 0 0 .267-.045a.75.75 0 0 0 .406-.406a.9.9 0 0 0 .044-.267" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFoodTray(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.456 9.424a.75.75 0 0 0-.912 1.19a4.35 4.35 0 0 1 1.328 1.69a.75.75 0 1 0 1.371-.608a5.85 5.85 0 0 0-1.787-2.272"/><path fillRule="evenodd" d="M14.25 4.5c0 .349-.08.679-.22.973c4.132.925 7.22 4.616 7.22 9.027v1.75h.017c.102 0 .212 0 .308.006a1.25 1.25 0 0 1 1.08.766c.063.152.081.296.088.403c.007.096.007.206.007.308v.041c0 .329 0 .613-.016.848a2.3 2.3 0 0 1-.155.739a2.25 2.25 0 0 1-1.218 1.218a2.3 2.3 0 0 1-.74.155c-.234.016-.518.016-.847.016H4.226c-.329 0-.613 0-.848-.016a2.3 2.3 0 0 1-.739-.155a2.25 2.25 0 0 1-1.218-1.218a2.3 2.3 0 0 1-.155-.74a13 13 0 0 1-.016-.847v-.04c0-.103 0-.213.006-.309a1.25 1.25 0 0 1 .766-1.08c.152-.063.295-.081.403-.088c.096-.007.207-.007.308-.007h.017V14.5c0-4.411 3.088-8.102 7.22-9.027a2.25 2.25 0 1 1 4.28-.973M12 3.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M4.25 14.5a7.75 7.75 0 0 1 15.5 0v1.75H4.25zm16.988 4.02c.012-.178.012-.41.012-.77H2.75c0 .36 0 .592.013.77a.9.9 0 0 0 .044.267a.75.75 0 0 0 .406.406a.9.9 0 0 0 .267.044c.178.013.41.013.77.013h15.5c.36 0 .592 0 .77-.012a.9.9 0 0 0 .267-.045a.75.75 0 0 0 .406-.406a.9.9 0 0 0 .044-.267" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.456 9.424a.75.75 0 0 0-.912 1.19a4.35 4.35 0 0 1 1.328 1.69a.75.75 0 1 0 1.371-.608a5.85 5.85 0 0 0-1.787-2.272"/><path fill-rule="evenodd" d="M14.25 4.5c0 .349-.08.679-.22.973c4.132.925 7.22 4.616 7.22 9.027v1.75h.017c.102 0 .212 0 .308.006a1.25 1.25 0 0 1 1.08.766c.063.152.081.296.088.403c.007.096.007.206.007.308v.041c0 .329 0 .613-.016.848a2.3 2.3 0 0 1-.155.739a2.25 2.25 0 0 1-1.218 1.218a2.3 2.3 0 0 1-.74.155c-.234.016-.518.016-.847.016H4.226c-.329 0-.613 0-.848-.016a2.3 2.3 0 0 1-.739-.155a2.25 2.25 0 0 1-1.218-1.218a2.3 2.3 0 0 1-.155-.74a13 13 0 0 1-.016-.847v-.04c0-.103 0-.213.006-.309a1.25 1.25 0 0 1 .766-1.08c.152-.063.295-.081.403-.088c.096-.007.207-.007.308-.007h.017V14.5c0-4.411 3.088-8.102 7.22-9.027a2.25 2.25 0 1 1 4.28-.973M12 3.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M4.25 14.5a7.75 7.75 0 0 1 15.5 0v1.75H4.25zm16.988 4.02c.012-.178.012-.41.012-.77H2.75c0 .36 0 .592.013.77a.9.9 0 0 0 .044.267a.75.75 0 0 0 .406.406a.9.9 0 0 0 .267.044c.178.013.41.013.77.013h15.5c.36 0 .592 0 .77-.012a.9.9 0 0 0 .267-.045a.75.75 0 0 0 .406-.406a.9.9 0 0 0 .044-.267" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-food-tray {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.456%209.424a.75.75%200%200%200-.912%201.19a4.35%204.35%200%200%201%201.328%201.69a.75.75%200%201%200%201.371-.608a5.85%205.85%200%200%200-1.787-2.272%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.25%204.5c0%20.349-.08.679-.22.973c4.132.925%207.22%204.616%207.22%209.027v1.75h.017c.102%200%20.212%200%20.308.006a1.25%201.25%200%200%201%201.08.766c.063.152.081.296.088.403c.007.096.007.206.007.308v.041c0%20.329%200%20.613-.016.848a2.3%202.3%200%200%201-.155.739a2.25%202.25%200%200%201-1.218%201.218a2.3%202.3%200%200%201-.74.155c-.234.016-.518.016-.847.016H4.226c-.329%200-.613%200-.848-.016a2.3%202.3%200%200%201-.739-.155a2.25%202.25%200%200%201-1.218-1.218a2.3%202.3%200%200%201-.155-.74a13%2013%200%200%201-.016-.847v-.04c0-.103%200-.213.006-.309a1.25%201.25%200%200%201%20.766-1.08c.152-.063.295-.081.403-.088c.096-.007.207-.007.308-.007h.017V14.5c0-4.411%203.088-8.102%207.22-9.027a2.25%202.25%200%201%201%204.28-.973M12%203.75a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M4.25%2014.5a7.75%207.75%200%200%201%2015.5%200v1.75H4.25zm16.988%204.02c.012-.178.012-.41.012-.77H2.75c0%20.36%200%20.592.013.77a.9.9%200%200%200%20.044.267a.75.75%200%200%200%20.406.406a.9.9%200%200%200%20.267.044c.178.013.41.013.77.013h15.5c.36%200%20.592%200%20.77-.012a.9.9%200%200%200%20.267-.045a.75.75%200%200%200%20.406-.406a.9.9%200%200%200%20.044-.267%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.456%209.424a.75.75%200%200%200-.912%201.19a4.35%204.35%200%200%201%201.328%201.69a.75.75%200%201%200%201.371-.608a5.85%205.85%200%200%200-1.787-2.272%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.25%204.5c0%20.349-.08.679-.22.973c4.132.925%207.22%204.616%207.22%209.027v1.75h.017c.102%200%20.212%200%20.308.006a1.25%201.25%200%200%201%201.08.766c.063.152.081.296.088.403c.007.096.007.206.007.308v.041c0%20.329%200%20.613-.016.848a2.3%202.3%200%200%201-.155.739a2.25%202.25%200%200%201-1.218%201.218a2.3%202.3%200%200%201-.74.155c-.234.016-.518.016-.847.016H4.226c-.329%200-.613%200-.848-.016a2.3%202.3%200%200%201-.739-.155a2.25%202.25%200%200%201-1.218-1.218a2.3%202.3%200%200%201-.155-.74a13%2013%200%200%201-.016-.847v-.04c0-.103%200-.213.006-.309a1.25%201.25%200%200%201%20.766-1.08c.152-.063.295-.081.403-.088c.096-.007.207-.007.308-.007h.017V14.5c0-4.411%203.088-8.102%207.22-9.027a2.25%202.25%200%201%201%204.28-.973M12%203.75a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M4.25%2014.5a7.75%207.75%200%200%201%2015.5%200v1.75H4.25zm16.988%204.02c.012-.178.012-.41.012-.77H2.75c0%20.36%200%20.592.013.77a.9.9%200%200%200%20.044.267a.75.75%200%200%200%20.406.406a.9.9%200%200%200%20.267.044c.178.013.41.013.77.013h15.5c.36%200%20.592%200%20.77-.012a.9.9%200%200%200%20.267-.045a.75.75%200%200%200%20.406-.406a.9.9%200%200%200%20.044-.267%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/food-tray.svg?color=%231a73e8&size=48