Oxygen Saturation icon

Oxygen Saturation 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

oxygen_saturation_outlined_fill0_wght400.svg

Oxygen Saturation 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=oxygen_saturation" />

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

Oxygen Saturation icon in React

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

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

Oxygen Saturation icon in Vue

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

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

Oxygen Saturation icon in Angular

With Angular Material and the font from the HTML tab:

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

Oxygen Saturation 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.oxygen_saturation, fill: 0, weight: 400)

Oxygen Saturation icon in Android

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

<!-- res/drawable/oxygen_saturation.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="M1 14.5h1.5v3.75q0 .525 .363 .888T3.75 19.5h2.675q.25-.425 .663-.712T8 18.5h1.25v-1.25q0-.325 .213-.537T10 16.5q.325 0 .538 .213T10.75 17.25v1.25h2.5v-1.25q0-.325 .213-.537T14 16.5q.325 0 .538 .213T14.75 17.25v1.25h1.25q.5 0 .913 .288T17.575 19.5h2.675q.525 0 .888-.362T21.5 18.25v-3.75h1.5v3.75q0 1.15-.8 1.95t-1.95 .8H17.575q-.25 .425-.662 .713T16 22H8q-.5 0-.912-.287T6.425 21H3.75q-1.15 0-1.95-.8t-.8-1.95v-3.75Zm7-13.5h1.5v3.75q0 .725-.512 1.238T7.75 6.5h-.75q-1.05 0-1.775 .725t-.725 1.775q0 1 .725 1.675t1.775 .8v1.525q-1.65-.125-2.825-1.25t-1.175-2.75q0-1.65 1.175-2.825t2.825-1.175h1v-4Zm6.5 0h1.5v4h1q1.65 0 2.825 1.175t1.175 2.825q0 1.625-1.175 2.75t-2.825 1.25v-1.525q1.05-.125 1.775-.8t.725-1.675q0-1.05-.725-1.775t-1.775-.725h-.75q-.725 0-1.237-.512T14.5 4.75v-3.75ZM12 13Zm-.275 1q-1.025 0-1.837-.6T8.75 11.85q-.125-.375-.462-.612T7.55 11h-.55v-1.5h.55q.875 0 1.6 .513t1 1.362q.175 .5 .613 .813T11.725 12.5h.55q.525 0 .963-.312T13.85 11.375q.275-.85 1-1.362t1.6-.513h.55v1.5h-.55q-.425 0-.75 .238T15.25 11.85q-.325 .95-1.137 1.55T12.275 14h-.55Z" />
</vector>

Oxygen Saturation icon in SVG

npm install @material-symbols/svg-400

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

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

Oxygen Saturation 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

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

Keywords

socialhumanhealthbodymeasurementmedicalhealthcaremonitoringhospitalsensorclinicwaveheart

Related icons