The Tabler bowl chopsticks icon visually represents Asian cuisine or dining, commonly used in UIs to signify food-related options, menus, or categories.
Common uses
- Food delivery app menu item
- Restaurant website category
- Recipe blog post section
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBowlChopsticks } from '@tabler/icons-react';
<IconBowlChopsticks size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBowlChopsticks size={24} stroke={2} />filled
<IconBowlChopsticksFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Food
- Keywords
- asianmealnoodlesutensilsdinecookwareculinarydisheatservefoodbowlchopsticksasian food
FAQ
- What does the bowl chopsticks icon represent?
- It represents Asian food, dining, or meals, often featuring noodles or rice served with chopsticks.
- How do I use this icon in React?
- Import it from '@tabler/icons-react' as 'IconBowlChopsticks' and use it in your JSX like <IconBowlChopsticks />.
- What is the license for this icon?
- The Tabler icon library, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →