oxygen saturation icon

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

Name
oxygen-saturation
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the oxygen saturation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 12.904q-1.285-.154-2.142-1.137T4 9.461q0-1.457 1.021-2.469T7.5 5.981h.885q.269 0 .442-.173Q9 5.634 9 5.365V1.981h6v3.385q0 .269.173.442t.443.173h.884q1.458 0 2.479 1.011Q20 8.004 20 9.462q0 1.322-.858 2.305T17 12.904h-2.479q.16-.198.286-.42t.212-.463q.158-.454.555-.737q.397-.284.876-.284H17v-1h-.55q-.802 0-1.455.466q-.653.467-.914 1.238q-.106.329-.327.572t-.518.397h-2.473q-.296-.154-.517-.397t-.327-.572q-.261-.771-.914-1.238T7.55 10H7v1h.55q.479 0 .873.284q.394.283.558.737q.086.24.212.463q.126.222.286.42zM7.808 21q-.467 0-.824-.282T6.564 20H4.5q-1.038 0-1.77-.73T2 17.5V14h1v3.5q0 .617.441 1.059Q3.883 19 4.5 19h2.064q.063-.437.42-.718T7.808 18H9.5v-1.5q0-.213.143-.357T10 16t.357.143t.143.357V18h3v-1.5q0-.213.143-.357T14 16t.357.143t.143.357V18h1.692q.468 0 .824.282t.42.718h2.083q.618 0 1.059-.441q.441-.442.441-1.059V14h1v3.5q0 1.039-.73 1.77t-1.77.73h-2.082q-.064.437-.42.718t-.825.282z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightOxygenSaturation(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="M7 12.904q-1.285-.154-2.142-1.137T4 9.461q0-1.457 1.021-2.469T7.5 5.981h.885q.269 0 .442-.173Q9 5.634 9 5.365V1.981h6v3.385q0 .269.173.442t.443.173h.884q1.458 0 2.479 1.011Q20 8.004 20 9.462q0 1.322-.858 2.305T17 12.904h-2.479q.16-.198.286-.42t.212-.463q.158-.454.555-.737q.397-.284.876-.284H17v-1h-.55q-.802 0-1.455.466q-.653.467-.914 1.238q-.106.329-.327.572t-.518.397h-2.473q-.296-.154-.517-.397t-.327-.572q-.261-.771-.914-1.238T7.55 10H7v1h.55q.479 0 .873.284q.394.283.558.737q.086.24.212.463q.126.222.286.42zM7.808 21q-.467 0-.824-.282T6.564 20H4.5q-1.038 0-1.77-.73T2 17.5V14h1v3.5q0 .617.441 1.059Q3.883 19 4.5 19h2.064q.063-.437.42-.718T7.808 18H9.5v-1.5q0-.213.143-.357T10 16t.357.143t.143.357V18h3v-1.5q0-.213.143-.357T14 16t.357.143t.143.357V18h1.692q.468 0 .824.282t.42.718h2.083q.618 0 1.059-.441q.441-.442.441-1.059V14h1v3.5q0 1.039-.73 1.77t-1.77.73h-2.082q-.064.437-.42.718t-.825.282z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 12.904q-1.285-.154-2.142-1.137T4 9.461q0-1.457 1.021-2.469T7.5 5.981h.885q.269 0 .442-.173Q9 5.634 9 5.365V1.981h6v3.385q0 .269.173.442t.443.173h.884q1.458 0 2.479 1.011Q20 8.004 20 9.462q0 1.322-.858 2.305T17 12.904h-2.479q.16-.198.286-.42t.212-.463q.158-.454.555-.737q.397-.284.876-.284H17v-1h-.55q-.802 0-1.455.466q-.653.467-.914 1.238q-.106.329-.327.572t-.518.397h-2.473q-.296-.154-.517-.397t-.327-.572q-.261-.771-.914-1.238T7.55 10H7v1h.55q.479 0 .873.284q.394.283.558.737q.086.24.212.463q.126.222.286.42zM7.808 21q-.467 0-.824-.282T6.564 20H4.5q-1.038 0-1.77-.73T2 17.5V14h1v3.5q0 .617.441 1.059Q3.883 19 4.5 19h2.064q.063-.437.42-.718T7.808 18H9.5v-1.5q0-.213.143-.357T10 16t.357.143t.143.357V18h3v-1.5q0-.213.143-.357T14 16t.357.143t.143.357V18h1.692q.468 0 .824.282t.42.718h2.083q.618 0 1.059-.441q.441-.442.441-1.059V14h1v3.5q0 1.039-.73 1.77t-1.77.73h-2.082q-.064.437-.42.718t-.825.282z"/></svg>
</template>

CSS

.icon-oxygen-saturation {
  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%22M7%2012.904q-1.285-.154-2.142-1.137T4%209.461q0-1.457%201.021-2.469T7.5%205.981h.885q.269%200%20.442-.173Q9%205.634%209%205.365V1.981h6v3.385q0%20.269.173.442t.443.173h.884q1.458%200%202.479%201.011Q20%208.004%2020%209.462q0%201.322-.858%202.305T17%2012.904h-2.479q.16-.198.286-.42t.212-.463q.158-.454.555-.737q.397-.284.876-.284H17v-1h-.55q-.802%200-1.455.466q-.653.467-.914%201.238q-.106.329-.327.572t-.518.397h-2.473q-.296-.154-.517-.397t-.327-.572q-.261-.771-.914-1.238T7.55%2010H7v1h.55q.479%200%20.873.284q.394.283.558.737q.086.24.212.463q.126.222.286.42zM7.808%2021q-.467%200-.824-.282T6.564%2020H4.5q-1.038%200-1.77-.73T2%2017.5V14h1v3.5q0%20.617.441%201.059Q3.883%2019%204.5%2019h2.064q.063-.437.42-.718T7.808%2018H9.5v-1.5q0-.213.143-.357T10%2016t.357.143t.143.357V18h3v-1.5q0-.213.143-.357T14%2016t.357.143t.143.357V18h1.692q.468%200%20.824.282t.42.718h2.083q.618%200%201.059-.441q.441-.442.441-1.059V14h1v3.5q0%201.039-.73%201.77t-1.77.73h-2.082q-.064.437-.42.718t-.825.282z%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%22M7%2012.904q-1.285-.154-2.142-1.137T4%209.461q0-1.457%201.021-2.469T7.5%205.981h.885q.269%200%20.442-.173Q9%205.634%209%205.365V1.981h6v3.385q0%20.269.173.442t.443.173h.884q1.458%200%202.479%201.011Q20%208.004%2020%209.462q0%201.322-.858%202.305T17%2012.904h-2.479q.16-.198.286-.42t.212-.463q.158-.454.555-.737q.397-.284.876-.284H17v-1h-.55q-.802%200-1.455.466q-.653.467-.914%201.238q-.106.329-.327.572t-.518.397h-2.473q-.296-.154-.517-.397t-.327-.572q-.261-.771-.914-1.238T7.55%2010H7v1h.55q.479%200%20.873.284q.394.283.558.737q.086.24.212.463q.126.222.286.42zM7.808%2021q-.467%200-.824-.282T6.564%2020H4.5q-1.038%200-1.77-.73T2%2017.5V14h1v3.5q0%20.617.441%201.059Q3.883%2019%204.5%2019h2.064q.063-.437.42-.718T7.808%2018H9.5v-1.5q0-.213.143-.357T10%2016t.357.143t.143.357V18h3v-1.5q0-.213.143-.357T14%2016t.357.143t.143.357V18h1.692q.468%200%20.824.282t.42.718h2.083q.618%200%201.059-.441q.441-.442.441-1.059V14h1v3.5q0%201.039-.73%201.77t-1.77.73h-2.082q-.064.437-.42.718t-.825.282z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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