The HugeIcons tan icon depicts a glass of tan, a popular alcoholic beverage, and is typically used to represent drinks, bars, or related content in a user interface.
Common uses
- Representing a drinks menu item.
- Icon for a 'Cheers!' or 'Toast' feature.
- Visual element in a bar or pub locator.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TanIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TanIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- drinkbeveragealcoholcocktail
FAQ
- What does the tan icon represent?
- The tan icon represents a glass of tan, commonly used for beverage-related features.
- How do I use the tan icon in React?
- Import TanIcon from '@hugeicons/core-free-icons' and render it using <HugeiconsIcon icon={TanIcon} /> from '@hugeicons/react'.
- What is the license for the tan icon?
- The tan icon is provided under the MIT license, allowing for free commercial and non-commercial use.