Lab Research icon

Lab Research 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

lab_research_outlined_fill0_wght400.svg

Lab Research 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,[email protected],100..700,0..1,-50..200&icon_names=lab_research" />

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

Lab Research icon in React

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

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

Lab Research icon in Vue

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

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

Lab Research icon in Angular

With Angular Material and the font from the HTML tab:

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

Lab Research 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.lab_research, fill: 0, weight: 400)

Lab Research icon in Android

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

<!-- res/drawable/lab_research.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="M8 16.5v-1.5h2.75q-.125 .35-.175 .725t-.075 .775H8Zm0 5.5q-2.075 0-3.537-1.462T3 17v-9q-.825 0-1.412-.587T1 6v-2q0-.825 .588-1.412T3 2h10q.825 0 1.413 .588T15 4v2q0 .825-.587 1.413T13 8v3.75q-.225 .175-.425 .363T12.175 12.5H8v-1.5h3.5v-3H4.5v9q0 1.458 1.021 2.479Q6.542 20.5 8 20.5q.9 0 1.663-.425t1.237-1.125q.15 .393 .338 .747Q11.425 20.05 11.675 20.4q-.7 .75-1.638 1.175Q9.099 22 8 22ZM2.5 6.5h11v-3H2.5v3Zm16.2 12.204q.8-.797 .8-1.95T18.704 14.8q-.797-.8-1.95-.8T14.8 14.797q-.8 .796-.8 1.95T14.797 18.7q.796 .8 1.95 .8T18.7 18.704ZM21.85 22.9 19.175 20.225q-.55 .375-1.158 .575-.608 .2-1.267 .2-1.771 0-3.01-1.24Q12.5 18.519 12.5 16.747t1.241-3.009q1.24-1.238 3.012-1.238t3.01 1.24Q21 14.979 21 16.75q0 .659-.2 1.267Q20.6 18.625 20.225 19.175L22.9 21.85l-1.05 1.05ZM2.5 6.5v-3 3Z" />
</vector>

Lab Research icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/lab_research.svg" width="24" height="24" alt="Lab Research">

Lab Research 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

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

Keywords

socialmedicalanalysishealthcareequipmentscienceeducationdevelopmentliquiddiscoverytestlaboratorychemistry

Related icons