The HugeIcons bacteria icon visually represents microorganisms and is commonly used in interfaces to denote health, biology, science, or infection-related concepts.
Common uses
- Medical app settings
- Scientific research pages
- Hygiene product information
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BacteriaIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BacteriaIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- microbegermvirusorganism
FAQ
- What does the bacteria icon represent?
- It represents microorganisms, often used for themes related to health, biology, or science.
- How do I use the BacteriaIcon in React?
- Import both HugeiconsIcon and BacteriaIcon, then render it using <HugeiconsIcon icon={BacteriaIcon} />.
- What is the license for this icon?
- The BacteriaIcon is available under the MIT license.