The HugeIcons apron icon depicts a garment worn over clothes, commonly used in UIs to represent cooking, food preparation, or a chef role.
Common uses
- Culinary app settings
- Restaurant website chef profile
- Food blog post category
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ApronIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ApronIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- chefkitchencookfood
FAQ
- What is the apron icon used for?
- It visually represents activities related to cooking, food, or chefs. Use it for culinary themes or roles.
- How do I use the apron icon in React?
- Import both HugeiconsIcon and ApronIcon, then render them using <HugeiconsIcon icon={ApronIcon} />.
- What is the license for this icon?
- The apron icon is available under the MIT license, allowing for free commercial and non-commercial use.