The HugeIcons chopsticks icon depicts a pair of crossed chopsticks, commonly used to represent food, dining, or Asian cuisine in user interfaces.
Common uses
- Food ordering app menu item
- Restaurant website dining section
- Asian food delivery service filter
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ChopsticksIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ChopsticksIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- food iconeating iconasian food iconchopstick icon
FAQ
- What is the Chopsticks icon used for?
- This icon represents food, dining, or Asian cuisine. It's useful for menus, filters, or sections related to eating.
- How do I use the Chopsticks icon in React?
- Import both HugeiconsIcon and ChopsticksIcon, then render it using <HugeiconsIcon icon={ChopsticksIcon} />.
- What is the license for this icon?
- The Chopsticks icon is released under the MIT license, allowing for free commercial and non-commercial use.