oxygen saturation icon

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

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

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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 13q-1.65 0-2.825-1.175T3 9t1.175-2.825T7 5h1V1h8v4h1q1.65 0 2.825 1.175T21 9t-1.175 2.825T17 13h-2.325q.275-.275.488-.612t.337-.713q.1-.3.363-.488T16.45 11H17V9h-.55q-.975 0-1.763.563T13.6 11.05q-.125.425-.5.688t-.825.262h-.55q-.45 0-.825-.262t-.5-.688q-.3-.925-1.088-1.487T7.55 9H7v2h.55q.325 0 .575.188t.375.487q.125.375.338.713t.487.612zm1 9q-.525 0-.987-.262T6.275 21H4q-1.25 0-2.125-.875T1 18v-4h2v4q0 .425.288.713T4 19h2.275q.275-.475.738-.737T8 18h1v-1q0-.425.288-.712T10 16t.713.288T11 17v1h2v-1q0-.425.288-.712T14 16t.713.288T15 17v1h1q.525 0 .988.263t.737.737H20q.425 0 .713-.288T21 18v-4h2v4q0 1.25-.875 2.125T20 21h-2.275q-.275.475-.737.738T16 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsOxygenSaturation(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 13q-1.65 0-2.825-1.175T3 9t1.175-2.825T7 5h1V1h8v4h1q1.65 0 2.825 1.175T21 9t-1.175 2.825T17 13h-2.325q.275-.275.488-.612t.337-.713q.1-.3.363-.488T16.45 11H17V9h-.55q-.975 0-1.763.563T13.6 11.05q-.125.425-.5.688t-.825.262h-.55q-.45 0-.825-.262t-.5-.688q-.3-.925-1.088-1.487T7.55 9H7v2h.55q.325 0 .575.188t.375.487q.125.375.338.713t.487.612zm1 9q-.525 0-.987-.262T6.275 21H4q-1.25 0-2.125-.875T1 18v-4h2v4q0 .425.288.713T4 19h2.275q.275-.475.738-.737T8 18h1v-1q0-.425.288-.712T10 16t.713.288T11 17v1h2v-1q0-.425.288-.712T14 16t.713.288T15 17v1h1q.525 0 .988.263t.737.737H20q.425 0 .713-.288T21 18v-4h2v4q0 1.25-.875 2.125T20 21h-2.275q-.275.475-.737.738T16 22z"/></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 13q-1.65 0-2.825-1.175T3 9t1.175-2.825T7 5h1V1h8v4h1q1.65 0 2.825 1.175T21 9t-1.175 2.825T17 13h-2.325q.275-.275.488-.612t.337-.713q.1-.3.363-.488T16.45 11H17V9h-.55q-.975 0-1.763.563T13.6 11.05q-.125.425-.5.688t-.825.262h-.55q-.45 0-.825-.262t-.5-.688q-.3-.925-1.088-1.487T7.55 9H7v2h.55q.325 0 .575.188t.375.487q.125.375.338.713t.487.612zm1 9q-.525 0-.987-.262T6.275 21H4q-1.25 0-2.125-.875T1 18v-4h2v4q0 .425.288.713T4 19h2.275q.275-.475.738-.737T8 18h1v-1q0-.425.288-.712T10 16t.713.288T11 17v1h2v-1q0-.425.288-.712T14 16t.713.288T15 17v1h1q.525 0 .988.263t.737.737H20q.425 0 .713-.288T21 18v-4h2v4q0 1.25-.875 2.125T20 21h-2.275q-.275.475-.737.738T16 22z"/></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%2013q-1.65%200-2.825-1.175T3%209t1.175-2.825T7%205h1V1h8v4h1q1.65%200%202.825%201.175T21%209t-1.175%202.825T17%2013h-2.325q.275-.275.488-.612t.337-.713q.1-.3.363-.488T16.45%2011H17V9h-.55q-.975%200-1.763.563T13.6%2011.05q-.125.425-.5.688t-.825.262h-.55q-.45%200-.825-.262t-.5-.688q-.3-.925-1.088-1.487T7.55%209H7v2h.55q.325%200%20.575.188t.375.487q.125.375.338.713t.487.612zm1%209q-.525%200-.987-.262T6.275%2021H4q-1.25%200-2.125-.875T1%2018v-4h2v4q0%20.425.288.713T4%2019h2.275q.275-.475.738-.737T8%2018h1v-1q0-.425.288-.712T10%2016t.713.288T11%2017v1h2v-1q0-.425.288-.712T14%2016t.713.288T15%2017v1h1q.525%200%20.988.263t.737.737H20q.425%200%20.713-.288T21%2018v-4h2v4q0%201.25-.875%202.125T20%2021h-2.275q-.275.475-.737.738T16%2022z%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%2013q-1.65%200-2.825-1.175T3%209t1.175-2.825T7%205h1V1h8v4h1q1.65%200%202.825%201.175T21%209t-1.175%202.825T17%2013h-2.325q.275-.275.488-.612t.337-.713q.1-.3.363-.488T16.45%2011H17V9h-.55q-.975%200-1.763.563T13.6%2011.05q-.125.425-.5.688t-.825.262h-.55q-.45%200-.825-.262t-.5-.688q-.3-.925-1.088-1.487T7.55%209H7v2h.55q.325%200%20.575.188t.375.487q.125.375.338.713t.487.612zm1%209q-.525%200-.987-.262T6.275%2021H4q-1.25%200-2.125-.875T1%2018v-4h2v4q0%20.425.288.713T4%2019h2.275q.275-.475.738-.737T8%2018h1v-1q0-.425.288-.712T10%2016t.713.288T11%2017v1h2v-1q0-.425.288-.712T14%2016t.713.288T15%2017v1h1q.525%200%20.988.263t.737.737H20q.425%200%20.713-.288T21%2018v-4h2v4q0%201.25-.875%202.125T20%2021h-2.275q-.275.475-.737.738T16%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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