spo2 icon
spo2-outline-rounded from Material Symbols Light by Google · Outline Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- spo2-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More activities icons from Material Symbols Light
Use the spo2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.577 19q-.31 0-.54-.23t-.23-.54v-3.845q0-.31.23-.54t.54-.23h2.346q.31 0 .54.23t.23.54v3.846q0 .31-.23.54t-.54.229zm.115-.885h2.116V14.5h-2.116zm7.981 3.577h-2.711q-.33 0-.55-.22t-.22-.549v-1.596q0-.329.22-.549t.55-.22h2.269v-1.366h-2.597q-.19 0-.316-.126q-.126-.125-.126-.316t.126-.316q.126-.126.316-.126h2.712q.329 0 .55.22q.22.22.22.549v1.596q0 .329-.22.549q-.221.22-.55.22h-2.269v1.366h2.596q.19 0 .317.126q.126.125.126.316t-.126.316q-.126.126-.317.126M10.285 3.653q.144.053.274.158q.766.704 1.54 1.47q.774.765 1.492 1.599q.718.833 1.35 1.713t1.118 1.813q.099.182.023.375t-.265.26t-.368-.003t-.284-.252q-.444-.842-1.047-1.666t-1.286-1.61t-1.415-1.508Q10.687 5.281 10 4.65Q7.025 7.375 5.513 9.675T4 13.8q0 2.294 1.325 4.021t3.646 2.077q.214.048.348.218q.135.17.062.359q-.079.233-.295.33q-.217.099-.461.045q-2.563-.454-4.094-2.464Q3 16.375 3 13.8q0-1.413.658-2.818T5.29 8.274t2.098-2.443t2.07-2.02q.132-.105.265-.158Q9.858 3.6 10 3.6t.286.053M9.696 13.8"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSpo2OutlineRounded(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="M12.577 19q-.31 0-.54-.23t-.23-.54v-3.845q0-.31.23-.54t.54-.23h2.346q.31 0 .54.23t.23.54v3.846q0 .31-.23.54t-.54.229zm.115-.885h2.116V14.5h-2.116zm7.981 3.577h-2.711q-.33 0-.55-.22t-.22-.549v-1.596q0-.329.22-.549t.55-.22h2.269v-1.366h-2.597q-.19 0-.316-.126q-.126-.125-.126-.316t.126-.316q.126-.126.316-.126h2.712q.329 0 .55.22q.22.22.22.549v1.596q0 .329-.22.549q-.221.22-.55.22h-2.269v1.366h2.596q.19 0 .317.126q.126.125.126.316t-.126.316q-.126.126-.317.126M10.285 3.653q.144.053.274.158q.766.704 1.54 1.47q.774.765 1.492 1.599q.718.833 1.35 1.713t1.118 1.813q.099.182.023.375t-.265.26t-.368-.003t-.284-.252q-.444-.842-1.047-1.666t-1.286-1.61t-1.415-1.508Q10.687 5.281 10 4.65Q7.025 7.375 5.513 9.675T4 13.8q0 2.294 1.325 4.021t3.646 2.077q.214.048.348.218q.135.17.062.359q-.079.233-.295.33q-.217.099-.461.045q-2.563-.454-4.094-2.464Q3 16.375 3 13.8q0-1.413.658-2.818T5.29 8.274t2.098-2.443t2.07-2.02q.132-.105.265-.158Q9.858 3.6 10 3.6t.286.053M9.696 13.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.577 19q-.31 0-.54-.23t-.23-.54v-3.845q0-.31.23-.54t.54-.23h2.346q.31 0 .54.23t.23.54v3.846q0 .31-.23.54t-.54.229zm.115-.885h2.116V14.5h-2.116zm7.981 3.577h-2.711q-.33 0-.55-.22t-.22-.549v-1.596q0-.329.22-.549t.55-.22h2.269v-1.366h-2.597q-.19 0-.316-.126q-.126-.125-.126-.316t.126-.316q.126-.126.316-.126h2.712q.329 0 .55.22q.22.22.22.549v1.596q0 .329-.22.549q-.221.22-.55.22h-2.269v1.366h2.596q.19 0 .317.126q.126.125.126.316t-.126.316q-.126.126-.317.126M10.285 3.653q.144.053.274.158q.766.704 1.54 1.47q.774.765 1.492 1.599q.718.833 1.35 1.713t1.118 1.813q.099.182.023.375t-.265.26t-.368-.003t-.284-.252q-.444-.842-1.047-1.666t-1.286-1.61t-1.415-1.508Q10.687 5.281 10 4.65Q7.025 7.375 5.513 9.675T4 13.8q0 2.294 1.325 4.021t3.646 2.077q.214.048.348.218q.135.17.062.359q-.079.233-.295.33q-.217.099-.461.045q-2.563-.454-4.094-2.464Q3 16.375 3 13.8q0-1.413.658-2.818T5.29 8.274t2.098-2.443t2.07-2.02q.132-.105.265-.158Q9.858 3.6 10 3.6t.286.053M9.696 13.8"/></svg> </template>
CSS
.icon-spo2-outline-rounded {
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%22M12.577%2019q-.31%200-.54-.23t-.23-.54v-3.845q0-.31.23-.54t.54-.23h2.346q.31%200%20.54.23t.23.54v3.846q0%20.31-.23.54t-.54.229zm.115-.885h2.116V14.5h-2.116zm7.981%203.577h-2.711q-.33%200-.55-.22t-.22-.549v-1.596q0-.329.22-.549t.55-.22h2.269v-1.366h-2.597q-.19%200-.316-.126q-.126-.125-.126-.316t.126-.316q.126-.126.316-.126h2.712q.329%200%20.55.22q.22.22.22.549v1.596q0%20.329-.22.549q-.221.22-.55.22h-2.269v1.366h2.596q.19%200%20.317.126q.126.125.126.316t-.126.316q-.126.126-.317.126M10.285%203.653q.144.053.274.158q.766.704%201.54%201.47q.774.765%201.492%201.599q.718.833%201.35%201.713t1.118%201.813q.099.182.023.375t-.265.26t-.368-.003t-.284-.252q-.444-.842-1.047-1.666t-1.286-1.61t-1.415-1.508Q10.687%205.281%2010%204.65Q7.025%207.375%205.513%209.675T4%2013.8q0%202.294%201.325%204.021t3.646%202.077q.214.048.348.218q.135.17.062.359q-.079.233-.295.33q-.217.099-.461.045q-2.563-.454-4.094-2.464Q3%2016.375%203%2013.8q0-1.413.658-2.818T5.29%208.274t2.098-2.443t2.07-2.02q.132-.105.265-.158Q9.858%203.6%2010%203.6t.286.053M9.696%2013.8%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%22M12.577%2019q-.31%200-.54-.23t-.23-.54v-3.845q0-.31.23-.54t.54-.23h2.346q.31%200%20.54.23t.23.54v3.846q0%20.31-.23.54t-.54.229zm.115-.885h2.116V14.5h-2.116zm7.981%203.577h-2.711q-.33%200-.55-.22t-.22-.549v-1.596q0-.329.22-.549t.55-.22h2.269v-1.366h-2.597q-.19%200-.316-.126q-.126-.125-.126-.316t.126-.316q.126-.126.316-.126h2.712q.329%200%20.55.22q.22.22.22.549v1.596q0%20.329-.22.549q-.221.22-.55.22h-2.269v1.366h2.596q.19%200%20.317.126q.126.125.126.316t-.126.316q-.126.126-.317.126M10.285%203.653q.144.053.274.158q.766.704%201.54%201.47q.774.765%201.492%201.599q.718.833%201.35%201.713t1.118%201.813q.099.182.023.375t-.265.26t-.368-.003t-.284-.252q-.444-.842-1.047-1.666t-1.286-1.61t-1.415-1.508Q10.687%205.281%2010%204.65Q7.025%207.375%205.513%209.675T4%2013.8q0%202.294%201.325%204.021t3.646%202.077q.214.048.348.218q.135.17.062.359q-.079.233-.295.33q-.217.099-.461.045q-2.563-.454-4.094-2.464Q3%2016.375%203%2013.8q0-1.413.658-2.818T5.29%208.274t2.098-2.443t2.07-2.02q.132-.105.265-.158Q9.858%203.6%2010%203.6t.286.053M9.696%2013.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/spo2-outline-rounded.svg?color=%231a73e8&size=48