oxygen saturation icon
oxygen-saturation-outline-sharp from Material Symbols by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- oxygen-saturation-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- 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="M1 14h2v4q0 .425.288.713T4 19h2.275v-1H9v-2h2v2h2v-2h2v2h2.725v1H20q.425 0 .713-.288T21 18v-4h2v4q0 1.25-.875 2.125T20 21h-2.275v1H6.275v-1H4q-1.25 0-2.125-.875T1 18zM8 1h2v6H7q-.825 0-1.412.588T5 9t.588 1.413T7 11v2q-1.65 0-2.825-1.175T3 9t1.175-2.825T7 5h1zm6 0h2v4h1q1.65 0 2.825 1.175T21 9t-1.175 2.825T17 13v-2q.825 0 1.413-.587T19 9t-.587-1.412T17 7h-3zm-2.275 13q-1.1 0-1.987-.638T8.5 11.676q-.125-.3-.375-.488T7.55 11H7V9h.55q.975 0 1.763.563T10.4 11.05q.125.425.5.688t.825.262h.55q.45 0 .825-.262t.5-.688q.3-.925 1.088-1.487T16.45 9H17v2h-.55q-.325 0-.587.188t-.363.487q-.35 1.05-1.237 1.688T12.275 14z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsOxygenSaturationOutlineSharp(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="M1 14h2v4q0 .425.288.713T4 19h2.275v-1H9v-2h2v2h2v-2h2v2h2.725v1H20q.425 0 .713-.288T21 18v-4h2v4q0 1.25-.875 2.125T20 21h-2.275v1H6.275v-1H4q-1.25 0-2.125-.875T1 18zM8 1h2v6H7q-.825 0-1.412.588T5 9t.588 1.413T7 11v2q-1.65 0-2.825-1.175T3 9t1.175-2.825T7 5h1zm6 0h2v4h1q1.65 0 2.825 1.175T21 9t-1.175 2.825T17 13v-2q.825 0 1.413-.587T19 9t-.587-1.412T17 7h-3zm-2.275 13q-1.1 0-1.987-.638T8.5 11.676q-.125-.3-.375-.488T7.55 11H7V9h.55q.975 0 1.763.563T10.4 11.05q.125.425.5.688t.825.262h.55q.45 0 .825-.262t.5-.688q.3-.925 1.088-1.487T16.45 9H17v2h-.55q-.325 0-.587.188t-.363.487q-.35 1.05-1.237 1.688T12.275 14z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 14h2v4q0 .425.288.713T4 19h2.275v-1H9v-2h2v2h2v-2h2v2h2.725v1H20q.425 0 .713-.288T21 18v-4h2v4q0 1.25-.875 2.125T20 21h-2.275v1H6.275v-1H4q-1.25 0-2.125-.875T1 18zM8 1h2v6H7q-.825 0-1.412.588T5 9t.588 1.413T7 11v2q-1.65 0-2.825-1.175T3 9t1.175-2.825T7 5h1zm6 0h2v4h1q1.65 0 2.825 1.175T21 9t-1.175 2.825T17 13v-2q.825 0 1.413-.587T19 9t-.587-1.412T17 7h-3zm-2.275 13q-1.1 0-1.987-.638T8.5 11.676q-.125-.3-.375-.488T7.55 11H7V9h.55q.975 0 1.763.563T10.4 11.05q.125.425.5.688t.825.262h.55q.45 0 .825-.262t.5-.688q.3-.925 1.088-1.487T16.45 9H17v2h-.55q-.325 0-.587.188t-.363.487q-.35 1.05-1.237 1.688T12.275 14z"/></svg> </template>
CSS
.icon-oxygen-saturation-outline-sharp {
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%22M1%2014h2v4q0%20.425.288.713T4%2019h2.275v-1H9v-2h2v2h2v-2h2v2h2.725v1H20q.425%200%20.713-.288T21%2018v-4h2v4q0%201.25-.875%202.125T20%2021h-2.275v1H6.275v-1H4q-1.25%200-2.125-.875T1%2018zM8%201h2v6H7q-.825%200-1.412.588T5%209t.588%201.413T7%2011v2q-1.65%200-2.825-1.175T3%209t1.175-2.825T7%205h1zm6%200h2v4h1q1.65%200%202.825%201.175T21%209t-1.175%202.825T17%2013v-2q.825%200%201.413-.587T19%209t-.587-1.412T17%207h-3zm-2.275%2013q-1.1%200-1.987-.638T8.5%2011.676q-.125-.3-.375-.488T7.55%2011H7V9h.55q.975%200%201.763.563T10.4%2011.05q.125.425.5.688t.825.262h.55q.45%200%20.825-.262t.5-.688q.3-.925%201.088-1.487T16.45%209H17v2h-.55q-.325%200-.587.188t-.363.487q-.35%201.05-1.237%201.688T12.275%2014z%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%22M1%2014h2v4q0%20.425.288.713T4%2019h2.275v-1H9v-2h2v2h2v-2h2v2h2.725v1H20q.425%200%20.713-.288T21%2018v-4h2v4q0%201.25-.875%202.125T20%2021h-2.275v1H6.275v-1H4q-1.25%200-2.125-.875T1%2018zM8%201h2v6H7q-.825%200-1.412.588T5%209t.588%201.413T7%2011v2q-1.65%200-2.825-1.175T3%209t1.175-2.825T7%205h1zm6%200h2v4h1q1.65%200%202.825%201.175T21%209t-1.175%202.825T17%2013v-2q.825%200%201.413-.587T19%209t-.587-1.412T17%207h-3zm-2.275%2013q-1.1%200-1.987-.638T8.5%2011.676q-.125-.3-.375-.488T7.55%2011H7V9h.55q.975%200%201.763.563T10.4%2011.05q.125.425.5.688t.825.262h.55q.45%200%20.825-.262t.5-.688q.3-.925%201.088-1.487T16.45%209H17v2h-.55q-.325%200-.587.188t-.363.487q-.35%201.05-1.237%201.688T12.275%2014z%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-outline-sharp.svg?color=%231a73e8&size=48