Food Kitchen Icons for Angular

18 icons · 6 styles each · @rchernando/solar-icons/food-kitchen

The Food Kitchen set collects 18 icons — 1.4% of the 1,246 icons in the library, which makes it the 28th largest of the 37 categories. Every glyph is drawn on a 24x24 grid and exported in 6 style variants, so the set accounts for roughly 108 icon definitions on its own.

These are icons for food, drink and kitchen objects. You will normally place them in menus, order flows, category chips and delivery tracking, and they are the first set restaurant, grocery and recipe apps tends to pull in. Icons such as Bottle, Chef Hat, Chef Hat Heart and Chef Hat Minimalistic cover the obvious cases; further in you will find Bottle, Chef Hat Minimalistic, Cup Kitchen and Donut Bitten, which handle the states people forget to design for.

All 18 Food Kitchen icons

Style variants in the Food Kitchen set

Each of the 18 icons ships as 6 separate exports: Bold, Bold Duotone, Linear, Outline, Broken and Line Duotone. Linear is the safe default for food kitchen in a dense layout; Bold reads better at small sizes and on coloured surfaces; the duotone pair adds a second opacity layer when you want depth without introducing another colour token.

bold
bold-duotone
linear
outline
broken
line-duotone

Installing the Food Kitchen icons

Import from the "@rchernando/solar-icons/food-kitchen" entry point rather than the package root — that is what keeps the other 36 categories out of your bundle. Register the icons you need with provideSolarIcons, either once in the application config or inside the providers array of the route that uses them, and render <solar-icon> with the icon name. The SVG is inlined, so there is no runtime fetch and no flash of missing icon.

bash
npm i @rchernando/solar-icons
typescript
import { BottleBold, ChefHatBold, ChefHatHeartBold } from '@rchernando/solar-icons/food-kitchen';
html
<solar-icon name="bottle" iconStyle="bold" size="24px" />
<solar-icon name="chef-hat" iconStyle="bold" size="24px" />
<solar-icon name="chef-hat-heart" iconStyle="bold" size="24px" />

Food Kitchen icons FAQ

How many food kitchen icons are there?
18 unique icons, each in 6 styles, for 108 definitions in the food-kitchen entry point.
Are the Food Kitchen icons free to use?
Yes. @rchernando/solar-icons is published on npm under an open licence and the food-kitchen set is included in the package.
Can I import only one food kitchen icon?
Yes — import the single export you need from "@rchernando/solar-icons/food-kitchen". Anything you do not import is tree-shaken away.

Other icon categories

Sets that are commonly used next to Food Kitchen: Hands (5), Home Furniture (35), Folders (14) and Files (15).

37 categories, 1,246 icons. Search the whole library or read the usage patterns.