The HugeIcons scheme icon visually represents a plan or a structured approach, commonly used to denote settings, configurations, or a blueprint within a user interface.
Common uses
- Accessing application settings
- Displaying a system configuration panel
- Representing a workflow or process diagram
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SchemeIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SchemeIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- settings iconconfiguration iconplan iconblueprint icon
FAQ
- What does the scheme icon represent?
- The scheme icon visually represents a plan, structure, or set of rules. It's often used for settings, configurations, or blueprints in UI design.
- How do I use the SchemeIcon in React?
- Import both HugeiconsIcon and SchemeIcon, then render it using <HugeiconsIcon icon={SchemeIcon} />. The imports are: import { HugeiconsIcon } from '@hugeicons/react'; import { SchemeIcon } from '@hugeicons/core-free-icons';
- What is the license for this icon?
- The HugeIcons library, including the scheme icon, is available under the MIT license.
Looking for something else? Search HugeIcons and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →