Metabolism icon

Metabolism 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

metabolism_outlined_fill0_wght400.svg

Metabolism 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=metabolism" />

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

Metabolism icon in React

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

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

Metabolism icon in Vue

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

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

Metabolism icon in Angular

With Angular Material and the font from the HTML tab:

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

Metabolism 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.metabolism, fill: 0, weight: 400)

Metabolism icon in Android

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

<!-- res/drawable/metabolism.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="M9.975 17.825v-3.5h-1.475v-3.575q0-.525 .713-.85t1.862-.325q1.15 0 1.863 .325t.712 .85v3.575h-1.475v3.5h-2.2Zm.138-9.362Q9.725 8.075 9.725 7.5t.388-.962Q10.5 6.15 11.075 6.15t.963 .388Q12.425 6.925 12.425 7.5t-.387 .963Q11.65 8.85 11.075 8.85t-.962-.387ZM11.075 21.1q-3.8 0-6.45-2.65T1.975 12q0-1.9 .713-3.55t1.95-2.887Q5.875 4.325 7.525 3.613T11.075 2.9q1.9 0 3.55 .713t2.888 1.95Q18.75 6.8 19.463 8.45T20.175 12v.45l1.75-1.75 1.05 1.05-3.55 3.55-3.55-3.55 1.05-1.05 1.75 1.75v-.45q0-3.125-2.237-5.362T11.075 4.4q-3.125 0-5.362 2.238T3.475 12q0 3.125 2.238 5.363T11.075 19.6q1.425 0 2.763-.537T16.175 17.6l1.075 1.075q-1.2 1.125-2.825 1.775t-3.35 .65Z" />
</vector>

Metabolism icon in SVG

npm install @material-symbols/svg-400

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

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

Metabolism 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

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

Keywords

socialhumanpersonarrowshealthsystembodychartmedicalgraphdiagramenergyanalysis

Related icons