Microbiology icon

Microbiology is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

microbiology_outlined_fill0_wght400.svg

Microbiology icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=microbiology" />

<span class="material-symbols-outlined">microbiology</span>

Microbiology icon in React

// With the font from the HTML tab:
export function MicrobiologyIcon() {
  return (
    <span className="material-symbols-outlined">
      microbiology
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import MicrobiologyIcon from "@material-symbols/svg-400/outlined/microbiology.svg?react";

Microbiology icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">microbiology</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import MicrobiologyIcon from "@material-symbols/svg-400/outlined/microbiology.svg?component"; -->

Microbiology icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">microbiology</mat-icon>

Microbiology icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.microbiology, fill: 0, weight: 400)

Microbiology icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/microbiology.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M15 21.75q-.3 0-.525-.225t-.225-.525v-1.025q-.7-.075-1.325-.325t-1.175-.675l-.975 .975q-.225 .2-.537 .213T9.7 19.95q-.225-.225-.225-.537t.225-.538l1-.975q-.125-.175-.237-.362T10.25 17.15l-.775-1.55-1.275 1.275q-.225 .2-.537 .213T7.125 16.875q-.225-.225-.225-.525t.225-.525l1.275-1.3-1.55-.775q-.175-.1-.337-.187T6.2 13.35l-.875 .875q-.225 .2-.537 .213T4.25 14.225q-.225-.225-.225-.525t.225-.525l.85-.85q-.425-.55-.712-1.2T4.025 9.75h-1.025q-.3 0-.525-.225t-.225-.525q0-.325 .225-.537t.525-.213h1.075q.125-.6 .363-1.15t.587-1.025l-.85-.85q-.225-.225-.225-.525t.225-.525q.225-.225 .525-.225t.525 .225l.85 .85q.475-.35 1.025-.587t1.15-.363v-1.075q0-.325 .225-.537t.525-.213q.325 0 .538 .213T9.75 3v1.025q.725 .075 1.375 .363t1.225 .737l.85-.85q.225-.225 .538-.225t.537 .225q.225 .225 .225 .525t-.225 .525l-.9 .9 .2 .3q.1 .15 .175 .325l.75 1.5 1.2-1.225q.225-.225 .538-.225t.537 .225q.225 .225 .225 .538t-.225 .537l-1.25 1.225 1.625 .825 .4 .25 .4 .25 .975-.975q.225-.225 .525-.225t.525 .225q.225 .225 .225 .538t-.225 .537l-.975 .95q.4 .525 .65 1.15t.325 1.3h1.025q.325 0 .538 .213T21.75 15q0 .3-.212 .525t-.538 .225h-1.075q-.125 .6-.35 1.15t-.575 1.025l.8 .8q.225 .225 .225 .538t-.225 .537q-.225 .2-.537 .213T18.725 19.8l-.8-.825q-.475 .35-1.025 .588T15.75 19.925v1.075q0 .3-.212 .525T15 21.75Zm-.15-3.25q1.725 0 2.8-1.287T18.45 14.275q-.15-.875-.662-1.575T16.475 11.6l-1.65-.85q-.5-.275-.9-.675t-.675-.9l-.85-1.65q-.475-.95-1.337-1.487T9.15 5.5q-1.725 0-2.8 1.288T5.55 9.725q.15 .875 .663 1.575t1.312 1.1l1.65 .825q.5 .275 .913 .688T10.775 14.825l.825 1.65q.475 .95 1.338 1.488T14.85 18.5ZM9.5 10.5q.625 0 1.063-.437T11 9q0-.625-.437-1.062T9.5 7.5q-.625 0-1.062 .438T8 9q0 .625 .438 1.063T9.5 10.5Zm5.888 5.888Q15.75 16.025 15.75 15.5t-.362-.887Q15.025 14.25 14.5 14.25t-.887 .363Q13.25 14.975 13.25 15.5t.363 .888Q13.975 16.75 14.5 16.75t.888-.362ZM12 12Z" />
</vector>

Microbiology icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/microbiology.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/microbiology.svg" width="24" height="24" alt="Microbiology">

Microbiology icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameMicrobiology
Ligaturemicrobiology
Code pointU+E10C
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/microbiology.svg, microbiology-fill.svg
FlutterSymbols.microbiology
LicenseApache License 2.0 (© Google LLC)

Keywords

socialhumanviewhealthcellbodymedicalanalysishealthcarescienceeducationexplorezoom

Related icons