The HugeIcons cafe icon depicts a coffee cup with a saucer, commonly used to represent coffee shops, cafes, or a break time feature in user interfaces.
Common uses
- Link to a cafe's website
- Indicate a break or coffee room
- Menu item for coffee or beverages
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CafeIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CafeIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- coffeecupdrinkhot drink
FAQ
- What does the cafe icon represent?
- It represents a coffee cup and saucer, typically used for cafes, coffee shops, or indicating a coffee break.
- How do I use the CafeIcon in React?
- Import both HugeiconsIcon and CafeIcon, then render it using <HugeiconsIcon icon={CafeIcon} />.
- What is the license for this icon?
- The HugeIcons cafe icon is available under the MIT license.