The HugeIcons noodles icon depicts a bowl of noodles, commonly used to represent food, dining, or Asian cuisine in user interfaces.
Common uses
- Food ordering app menu item
- Restaurant website category
- Recipe blog post illustration
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { NoodlesIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={NoodlesIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- ramenudonpastafood bowl
FAQ
- What is the NoodlesIcon used for?
- The NoodlesIcon is used to visually represent food, dining, or specifically noodle dishes in UI elements.
- How do I use the NoodlesIcon in React?
- Import both HugeiconsIcon and NoodlesIcon, then render <HugeiconsIcon icon={NoodlesIcon} />.
- What is the license for HugeIcons?
- HugeIcons are released under the MIT license, allowing for free commercial and non-commercial use.