respiratory rate icon
respiratory-rate-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- respiratory-rate-outline
- Set
- Material Symbols
- Style
- Outline
- 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 respiratory rate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.35 17.6L16 15.925V15v.925zm5.3 0L18 15.925V15v.925zM2 9V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v5.5h-2V6H4v3zm2 11q-.825 0-1.412-.587T2 18v-3h2v3h5.5v2zm3-3q-.275 0-.525-.137T6.1 16.45L4.375 13H2v-2h3q.275 0 .525.138t.375.412l1.1 2.2l3.1-6.2q.125-.25.375-.375T11 7.05t.525.125t.375.375l1.975 3.975q-.525.05-.987.225t-.863.5l-1.025-2l-3.1 6.2q-.125.275-.375.413T7 17m5.5 6q-.625 0-1.062-.437T11 21.5v-3.675l1.325-3.525q.225-.575.738-.938T14.2 13H16v-2h2v2h1.8q.625 0 1.138.363t.737.937L23 17.825V21.5q0 .625-.437 1.063T21.5 23h-2q-.625 0-1.062-.437T18 21.5V20h2v1h1v-2.825L19.8 15H18v.925l1.65 1.675l-1.4 1.4L17 17.75L15.75 19l-1.4-1.4L16 15.925V15h-1.8L13 18.175V21h1v-1h2v1.5q0 .625-.437 1.063T14.5 23zm4.5-5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRespiratoryRateOutline(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="M14.35 17.6L16 15.925V15v.925zm5.3 0L18 15.925V15v.925zM2 9V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v5.5h-2V6H4v3zm2 11q-.825 0-1.412-.587T2 18v-3h2v3h5.5v2zm3-3q-.275 0-.525-.137T6.1 16.45L4.375 13H2v-2h3q.275 0 .525.138t.375.412l1.1 2.2l3.1-6.2q.125-.25.375-.375T11 7.05t.525.125t.375.375l1.975 3.975q-.525.05-.987.225t-.863.5l-1.025-2l-3.1 6.2q-.125.275-.375.413T7 17m5.5 6q-.625 0-1.062-.437T11 21.5v-3.675l1.325-3.525q.225-.575.738-.938T14.2 13H16v-2h2v2h1.8q.625 0 1.138.363t.737.937L23 17.825V21.5q0 .625-.437 1.063T21.5 23h-2q-.625 0-1.062-.437T18 21.5V20h2v1h1v-2.825L19.8 15H18v.925l1.65 1.675l-1.4 1.4L17 17.75L15.75 19l-1.4-1.4L16 15.925V15h-1.8L13 18.175V21h1v-1h2v1.5q0 .625-.437 1.063T14.5 23zm4.5-5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.35 17.6L16 15.925V15v.925zm5.3 0L18 15.925V15v.925zM2 9V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v5.5h-2V6H4v3zm2 11q-.825 0-1.412-.587T2 18v-3h2v3h5.5v2zm3-3q-.275 0-.525-.137T6.1 16.45L4.375 13H2v-2h3q.275 0 .525.138t.375.412l1.1 2.2l3.1-6.2q.125-.25.375-.375T11 7.05t.525.125t.375.375l1.975 3.975q-.525.05-.987.225t-.863.5l-1.025-2l-3.1 6.2q-.125.275-.375.413T7 17m5.5 6q-.625 0-1.062-.437T11 21.5v-3.675l1.325-3.525q.225-.575.738-.938T14.2 13H16v-2h2v2h1.8q.625 0 1.138.363t.737.937L23 17.825V21.5q0 .625-.437 1.063T21.5 23h-2q-.625 0-1.062-.437T18 21.5V20h2v1h1v-2.825L19.8 15H18v.925l1.65 1.675l-1.4 1.4L17 17.75L15.75 19l-1.4-1.4L16 15.925V15h-1.8L13 18.175V21h1v-1h2v1.5q0 .625-.437 1.063T14.5 23zm4.5-5"/></svg> </template>
CSS
.icon-respiratory-rate-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%22M14.35%2017.6L16%2015.925V15v.925zm5.3%200L18%2015.925V15v.925zM2%209V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206v5.5h-2V6H4v3zm2%2011q-.825%200-1.412-.587T2%2018v-3h2v3h5.5v2zm3-3q-.275%200-.525-.137T6.1%2016.45L4.375%2013H2v-2h3q.275%200%20.525.138t.375.412l1.1%202.2l3.1-6.2q.125-.25.375-.375T11%207.05t.525.125t.375.375l1.975%203.975q-.525.05-.987.225t-.863.5l-1.025-2l-3.1%206.2q-.125.275-.375.413T7%2017m5.5%206q-.625%200-1.062-.437T11%2021.5v-3.675l1.325-3.525q.225-.575.738-.938T14.2%2013H16v-2h2v2h1.8q.625%200%201.138.363t.737.937L23%2017.825V21.5q0%20.625-.437%201.063T21.5%2023h-2q-.625%200-1.062-.437T18%2021.5V20h2v1h1v-2.825L19.8%2015H18v.925l1.65%201.675l-1.4%201.4L17%2017.75L15.75%2019l-1.4-1.4L16%2015.925V15h-1.8L13%2018.175V21h1v-1h2v1.5q0%20.625-.437%201.063T14.5%2023zm4.5-5%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%22M14.35%2017.6L16%2015.925V15v.925zm5.3%200L18%2015.925V15v.925zM2%209V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206v5.5h-2V6H4v3zm2%2011q-.825%200-1.412-.587T2%2018v-3h2v3h5.5v2zm3-3q-.275%200-.525-.137T6.1%2016.45L4.375%2013H2v-2h3q.275%200%20.525.138t.375.412l1.1%202.2l3.1-6.2q.125-.25.375-.375T11%207.05t.525.125t.375.375l1.975%203.975q-.525.05-.987.225t-.863.5l-1.025-2l-3.1%206.2q-.125.275-.375.413T7%2017m5.5%206q-.625%200-1.062-.437T11%2021.5v-3.675l1.325-3.525q.225-.575.738-.938T14.2%2013H16v-2h2v2h1.8q.625%200%201.138.363t.737.937L23%2017.825V21.5q0%20.625-.437%201.063T21.5%2023h-2q-.625%200-1.062-.437T18%2021.5V20h2v1h1v-2.825L19.8%2015H18v.925l1.65%201.675l-1.4%201.4L17%2017.75L15.75%2019l-1.4-1.4L16%2015.925V15h-1.8L13%2018.175V21h1v-1h2v1.5q0%20.625-.437%201.063T14.5%2023zm4.5-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/respiratory-rate-outline.svg?color=%231a73e8&size=48