The HugeIcons fry icon depicts a piece of food, typically a french fry, and is commonly used to represent food items, snacks, or related concepts in user interfaces.
Common uses
- Food ordering app menu item
- Restaurant website dish representation
- Snack or fast food related settings
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FryIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FryIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- french fryfoodsnackpotato
FAQ
- What does the FryIcon represent?
- The FryIcon visually represents a french fry, often used for food-related features or items in an application.
- How do I use FryIcon in React?
- You can use the FryIcon in React by importing it from '@hugeicons/core-free-icons' and rendering it within the HugeiconsIcon component: `<HugeiconsIcon icon={FryIcon} />`.
- What is the license for FryIcon?
- The FryIcon is part of the HugeIcons library and is available under the MIT license.