oxygen saturation icon

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

Name
oxygen-saturation-outline
Set
Material Symbols Light
Style
Outline
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="M2 14h1v3.5q0 .617.441 1.059Q3.883 19 4.5 19h2.064q.063-.437.42-.718T7.808 18H9.5v-1.5q0-.213.144-.356t.357-.144t.356.144t.143.356V18h3v-1.5q0-.213.144-.356t.357-.144t.356.144t.143.356V18h1.692q.468 0 .824.282t.42.718h2.083q.618 0 1.059-.441q.441-.442.441-1.059V14h1v3.5q0 1.042-.729 1.77q-.729.73-1.77.73h-2.084q-.063.437-.42.718t-.824.282H7.808q-.467 0-.824-.282T6.564 20H4.5q-1.042 0-1.77-.73Q2 18.543 2 17.5zM9 1.98h1v3.386q0 .666-.475 1.14t-1.14.475H7.5q-1.056 0-1.778.722T5 9.461q0 .902.578 1.586T7 11.904v1q-1.285-.154-2.142-1.137T4 9.461q0-1.457 1.021-2.469t2.48-1.011h.883q.27 0 .443-.173Q9 5.634 9 5.365zm5 0h1v3.386q0 .269.173.442t.443.173h.883q1.459 0 2.48 1.011Q20 8.004 20 9.462q0 1.322-.858 2.305T17 12.904v-1q.844-.173 1.422-.857T19 9.461q0-1.036-.722-1.758T16.5 6.981h-.885q-.666 0-1.14-.475T14 5.366zM11.725 14q-.936 0-1.691-.542q-.755-.543-1.053-1.437q-.164-.454-.558-.737Q8.029 11 7.55 11H7v-1h.55q.806 0 1.457.466q.65.467.912 1.238q.183.579.69.937t1.116.359h.55q.609 0 1.116-.359q.507-.358.69-.937q.261-.771.912-1.238T16.45 10H17v1h-.55q-.479 0-.879.284q-.4.283-.552.737q-.298.894-1.053 1.436q-.755.543-1.691.543z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightOxygenSaturationOutline(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="M2 14h1v3.5q0 .617.441 1.059Q3.883 19 4.5 19h2.064q.063-.437.42-.718T7.808 18H9.5v-1.5q0-.213.144-.356t.357-.144t.356.144t.143.356V18h3v-1.5q0-.213.144-.356t.357-.144t.356.144t.143.356V18h1.692q.468 0 .824.282t.42.718h2.083q.618 0 1.059-.441q.441-.442.441-1.059V14h1v3.5q0 1.042-.729 1.77q-.729.73-1.77.73h-2.084q-.063.437-.42.718t-.824.282H7.808q-.467 0-.824-.282T6.564 20H4.5q-1.042 0-1.77-.73Q2 18.543 2 17.5zM9 1.98h1v3.386q0 .666-.475 1.14t-1.14.475H7.5q-1.056 0-1.778.722T5 9.461q0 .902.578 1.586T7 11.904v1q-1.285-.154-2.142-1.137T4 9.461q0-1.457 1.021-2.469t2.48-1.011h.883q.27 0 .443-.173Q9 5.634 9 5.365zm5 0h1v3.386q0 .269.173.442t.443.173h.883q1.459 0 2.48 1.011Q20 8.004 20 9.462q0 1.322-.858 2.305T17 12.904v-1q.844-.173 1.422-.857T19 9.461q0-1.036-.722-1.758T16.5 6.981h-.885q-.666 0-1.14-.475T14 5.366zM11.725 14q-.936 0-1.691-.542q-.755-.543-1.053-1.437q-.164-.454-.558-.737Q8.029 11 7.55 11H7v-1h.55q.806 0 1.457.466q.65.467.912 1.238q.183.579.69.937t1.116.359h.55q.609 0 1.116-.359q.507-.358.69-.937q.261-.771.912-1.238T16.45 10H17v1h-.55q-.479 0-.879.284q-.4.283-.552.737q-.298.894-1.053 1.436q-.755.543-1.691.543z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 14h1v3.5q0 .617.441 1.059Q3.883 19 4.5 19h2.064q.063-.437.42-.718T7.808 18H9.5v-1.5q0-.213.144-.356t.357-.144t.356.144t.143.356V18h3v-1.5q0-.213.144-.356t.357-.144t.356.144t.143.356V18h1.692q.468 0 .824.282t.42.718h2.083q.618 0 1.059-.441q.441-.442.441-1.059V14h1v3.5q0 1.042-.729 1.77q-.729.73-1.77.73h-2.084q-.063.437-.42.718t-.824.282H7.808q-.467 0-.824-.282T6.564 20H4.5q-1.042 0-1.77-.73Q2 18.543 2 17.5zM9 1.98h1v3.386q0 .666-.475 1.14t-1.14.475H7.5q-1.056 0-1.778.722T5 9.461q0 .902.578 1.586T7 11.904v1q-1.285-.154-2.142-1.137T4 9.461q0-1.457 1.021-2.469t2.48-1.011h.883q.27 0 .443-.173Q9 5.634 9 5.365zm5 0h1v3.386q0 .269.173.442t.443.173h.883q1.459 0 2.48 1.011Q20 8.004 20 9.462q0 1.322-.858 2.305T17 12.904v-1q.844-.173 1.422-.857T19 9.461q0-1.036-.722-1.758T16.5 6.981h-.885q-.666 0-1.14-.475T14 5.366zM11.725 14q-.936 0-1.691-.542q-.755-.543-1.053-1.437q-.164-.454-.558-.737Q8.029 11 7.55 11H7v-1h.55q.806 0 1.457.466q.65.467.912 1.238q.183.579.69.937t1.116.359h.55q.609 0 1.116-.359q.507-.358.69-.937q.261-.771.912-1.238T16.45 10H17v1h-.55q-.479 0-.879.284q-.4.283-.552.737q-.298.894-1.053 1.436q-.755.543-1.691.543z"/></svg>
</template>

CSS

.icon-oxygen-saturation-outline {
  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%22M2%2014h1v3.5q0%20.617.441%201.059Q3.883%2019%204.5%2019h2.064q.063-.437.42-.718T7.808%2018H9.5v-1.5q0-.213.144-.356t.357-.144t.356.144t.143.356V18h3v-1.5q0-.213.144-.356t.357-.144t.356.144t.143.356V18h1.692q.468%200%20.824.282t.42.718h2.083q.618%200%201.059-.441q.441-.442.441-1.059V14h1v3.5q0%201.042-.729%201.77q-.729.73-1.77.73h-2.084q-.063.437-.42.718t-.824.282H7.808q-.467%200-.824-.282T6.564%2020H4.5q-1.042%200-1.77-.73Q2%2018.543%202%2017.5zM9%201.98h1v3.386q0%20.666-.475%201.14t-1.14.475H7.5q-1.056%200-1.778.722T5%209.461q0%20.902.578%201.586T7%2011.904v1q-1.285-.154-2.142-1.137T4%209.461q0-1.457%201.021-2.469t2.48-1.011h.883q.27%200%20.443-.173Q9%205.634%209%205.365zm5%200h1v3.386q0%20.269.173.442t.443.173h.883q1.459%200%202.48%201.011Q20%208.004%2020%209.462q0%201.322-.858%202.305T17%2012.904v-1q.844-.173%201.422-.857T19%209.461q0-1.036-.722-1.758T16.5%206.981h-.885q-.666%200-1.14-.475T14%205.366zM11.725%2014q-.936%200-1.691-.542q-.755-.543-1.053-1.437q-.164-.454-.558-.737Q8.029%2011%207.55%2011H7v-1h.55q.806%200%201.457.466q.65.467.912%201.238q.183.579.69.937t1.116.359h.55q.609%200%201.116-.359q.507-.358.69-.937q.261-.771.912-1.238T16.45%2010H17v1h-.55q-.479%200-.879.284q-.4.283-.552.737q-.298.894-1.053%201.436q-.755.543-1.691.543z%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%22M2%2014h1v3.5q0%20.617.441%201.059Q3.883%2019%204.5%2019h2.064q.063-.437.42-.718T7.808%2018H9.5v-1.5q0-.213.144-.356t.357-.144t.356.144t.143.356V18h3v-1.5q0-.213.144-.356t.357-.144t.356.144t.143.356V18h1.692q.468%200%20.824.282t.42.718h2.083q.618%200%201.059-.441q.441-.442.441-1.059V14h1v3.5q0%201.042-.729%201.77q-.729.73-1.77.73h-2.084q-.063.437-.42.718t-.824.282H7.808q-.467%200-.824-.282T6.564%2020H4.5q-1.042%200-1.77-.73Q2%2018.543%202%2017.5zM9%201.98h1v3.386q0%20.666-.475%201.14t-1.14.475H7.5q-1.056%200-1.778.722T5%209.461q0%20.902.578%201.586T7%2011.904v1q-1.285-.154-2.142-1.137T4%209.461q0-1.457%201.021-2.469t2.48-1.011h.883q.27%200%20.443-.173Q9%205.634%209%205.365zm5%200h1v3.386q0%20.269.173.442t.443.173h.883q1.459%200%202.48%201.011Q20%208.004%2020%209.462q0%201.322-.858%202.305T17%2012.904v-1q.844-.173%201.422-.857T19%209.461q0-1.036-.722-1.758T16.5%206.981h-.885q-.666%200-1.14-.475T14%205.366zM11.725%2014q-.936%200-1.691-.542q-.755-.543-1.053-1.437q-.164-.454-.558-.737Q8.029%2011%207.55%2011H7v-1h.55q.806%200%201.457.466q.65.467.912%201.238q.183.579.69.937t1.116.359h.55q.609%200%201.116-.359q.507-.358.69-.937q.261-.771.912-1.238T16.45%2010H17v1h-.55q-.479%200-.879.284q-.4.283-.552.737q-.298.894-1.053%201.436q-.755.543-1.691.543z%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-outline.svg?color=%231a73e8&size=48