The HugeIcons labs icon depicts a beaker and a flask, commonly used to represent experimental features, a science or research section, or a development environment within a user interface.
Common uses
- Experimental features toggle
- Science or research section link
- Development/testing environment indicator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LabsIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LabsIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- laboratoryscienceresearchexperiment
FAQ
- What does the labs icon represent?
- The labs icon represents a laboratory setting, often used for experimental features or a science/research-related section in an application.
- How do I use the LabsIcon in React?
- You can use the LabsIcon in React by importing it from '@hugeicons/core-free-icons' and rendering it with the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { LabsIcon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={LabsIcon} />.
- What is the license for the HugeIcons labs icon?
- The HugeIcons labs icon is available under the MIT license, allowing for free use in both personal and commercial projects.
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 →