metabolism from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
metabolism
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
metabolism-outline, metabolism-outline-sharp, metabolism-sharp

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the metabolism icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.75 18v-3.5h-1.5v-3.6q0-.575.788-.987T11 9.5t1.963.413t.787.987v3.6h-1.5V18zm.175-9.425Q9.5 8.15 9.5 7.5t.425-1.075T11 6t1.075.425T12.5 7.5t-.425 1.075T11 9t-1.075-.425M11 21q-3.75 0-6.375-2.625T2 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T11 3t3.513.713t2.85 1.924t1.925 2.85T20 12v.2l1.825-1.85l1.425 1.4L19 16l-4.25-4.25l1.425-1.4L18 12.175V12q0-2.9-2.05-4.95T11 5T6.05 7.05T4 12q.025 2.9 2.062 4.95T11 19q1.425 0 2.675-.537t2.2-1.463l1.425 1.425q-1.225 1.2-2.838 1.888T11 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMetabolism(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.75 18v-3.5h-1.5v-3.6q0-.575.788-.987T11 9.5t1.963.413t.787.987v3.6h-1.5V18zm.175-9.425Q9.5 8.15 9.5 7.5t.425-1.075T11 6t1.075.425T12.5 7.5t-.425 1.075T11 9t-1.075-.425M11 21q-3.75 0-6.375-2.625T2 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T11 3t3.513.713t2.85 1.924t1.925 2.85T20 12v.2l1.825-1.85l1.425 1.4L19 16l-4.25-4.25l1.425-1.4L18 12.175V12q0-2.9-2.05-4.95T11 5T6.05 7.05T4 12q.025 2.9 2.062 4.95T11 19q1.425 0 2.675-.537t2.2-1.463l1.425 1.425q-1.225 1.2-2.838 1.888T11 21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.75 18v-3.5h-1.5v-3.6q0-.575.788-.987T11 9.5t1.963.413t.787.987v3.6h-1.5V18zm.175-9.425Q9.5 8.15 9.5 7.5t.425-1.075T11 6t1.075.425T12.5 7.5t-.425 1.075T11 9t-1.075-.425M11 21q-3.75 0-6.375-2.625T2 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T11 3t3.513.713t2.85 1.924t1.925 2.85T20 12v.2l1.825-1.85l1.425 1.4L19 16l-4.25-4.25l1.425-1.4L18 12.175V12q0-2.9-2.05-4.95T11 5T6.05 7.05T4 12q.025 2.9 2.062 4.95T11 19q1.425 0 2.675-.537t2.2-1.463l1.425 1.425q-1.225 1.2-2.838 1.888T11 21"/></svg>
</template>

CSS

.icon-metabolism {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.75%2018v-3.5h-1.5v-3.6q0-.575.788-.987T11%209.5t1.963.413t.787.987v3.6h-1.5V18zm.175-9.425Q9.5%208.15%209.5%207.5t.425-1.075T11%206t1.075.425T12.5%207.5t-.425%201.075T11%209t-1.075-.425M11%2021q-3.75%200-6.375-2.625T2%2012q0-1.875.713-3.512t1.924-2.85t2.85-1.925T11%203t3.513.713t2.85%201.924t1.925%202.85T20%2012v.2l1.825-1.85l1.425%201.4L19%2016l-4.25-4.25l1.425-1.4L18%2012.175V12q0-2.9-2.05-4.95T11%205T6.05%207.05T4%2012q.025%202.9%202.062%204.95T11%2019q1.425%200%202.675-.537t2.2-1.463l1.425%201.425q-1.225%201.2-2.838%201.888T11%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.75%2018v-3.5h-1.5v-3.6q0-.575.788-.987T11%209.5t1.963.413t.787.987v3.6h-1.5V18zm.175-9.425Q9.5%208.15%209.5%207.5t.425-1.075T11%206t1.075.425T12.5%207.5t-.425%201.075T11%209t-1.075-.425M11%2021q-3.75%200-6.375-2.625T2%2012q0-1.875.713-3.512t1.924-2.85t2.85-1.925T11%203t3.513.713t2.85%201.924t1.925%202.85T20%2012v.2l1.825-1.85l1.425%201.4L19%2016l-4.25-4.25l1.425-1.4L18%2012.175V12q0-2.9-2.05-4.95T11%205T6.05%207.05T4%2012q.025%202.9%202.062%204.95T11%2019q1.425%200%202.675-.537t2.2-1.463l1.425%201.425q-1.225%201.2-2.838%201.888T11%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/metabolism.svg?color=%231a73e8&size=48

Metabolism icon — Material Symbols · IconsDB