The Tabler salt icon depicts a shaker of salt, commonly used in UIs to represent food-related settings, dietary information, or flavor options.
Common uses
- Labeling a 'salt' preference in a recipe app.
- Indicating a salty food item in a nutrition tracker.
- Representing a seasoning or spice category.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSalt } from '@tabler/icons-react';
<IconSalt size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Food
- Keywords
- foodcookingkitchenspicesaltysaltmealcuisineeatingnutritionspice shakerseasoningsalty foodfood shaker
FAQ
- What does the salt icon represent?
- It visually represents salt, often used for food, cooking, or flavor-related contexts.
- How do I use the salt icon in React?
- Import it using `import { IconSalt } from '@tabler/icons-react';` and then use it as a component: `<IconSalt />`.
- What is the license for the Tabler salt icon?
- The Tabler icon library, including the salt icon, is distributed under the MIT license.