The HugeIcons biscuit icon depicts a simple, often round, baked treat and is commonly used to represent food items, snacks, or a reward/achievement in user interfaces.
Common uses
- Food ordering app item selection
- User profile achievement badge
- Cookie consent banner
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BiscuitIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BiscuitIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- cookiefoodsnackbaked good
FAQ
- What does the biscuit icon represent?
- The biscuit icon represents a baked good, often used for food-related items, snacks, or as a symbol for rewards or achievements.
- How do I use the BiscuitIcon in React?
- Import both HugeiconsIcon and BiscuitIcon, then render <HugeiconsIcon icon={BiscuitIcon} />.
- What is the license for this icon?
- The BiscuitIcon is part of the HugeIcons library and is available under the MIT license.