respiratory rate icon

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

Name
respiratory-rate
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 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="M12.5 23q-.625 0-1.062-.437T11 21.5v-3.675l1.325-3.525q.225-.575.738-.938T14.2 13h.8v2.55l-1.35 1.35l.7.7L16 15.925V11h2v4.925l1.65 1.675l.7-.7L19 15.525V13h.8q.625 0 1.138.363t.737.937L23 17.825V21.5q0 .625-.437 1.063T21.5 23h-2q-.625 0-1.062-.437T18 21.5v-2.75l-1-1l-1 1v2.75q0 .625-.437 1.063T14.5 23zM7 13.775L5.875 11.55q-.125-.25-.363-.4T5 11H2V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v5.5h-2.5v-2h-5v2l-.625.025L11.9 7.55q-.125-.25-.375-.375T11 7.05t-.525.125t-.375.375zM4 20q-.825 0-1.412-.587T2 18v-5h2.375L6.1 16.45q.125.275.363.413T7 17q.275 0 .513-.137t.362-.413L11 10.25l1 2.025q-.35.3-.638.675t-.462.825L9.5 17.55V20z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRespiratoryRate(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.5 23q-.625 0-1.062-.437T11 21.5v-3.675l1.325-3.525q.225-.575.738-.938T14.2 13h.8v2.55l-1.35 1.35l.7.7L16 15.925V11h2v4.925l1.65 1.675l.7-.7L19 15.525V13h.8q.625 0 1.138.363t.737.937L23 17.825V21.5q0 .625-.437 1.063T21.5 23h-2q-.625 0-1.062-.437T18 21.5v-2.75l-1-1l-1 1v2.75q0 .625-.437 1.063T14.5 23zM7 13.775L5.875 11.55q-.125-.25-.363-.4T5 11H2V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v5.5h-2.5v-2h-5v2l-.625.025L11.9 7.55q-.125-.25-.375-.375T11 7.05t-.525.125t-.375.375zM4 20q-.825 0-1.412-.587T2 18v-5h2.375L6.1 16.45q.125.275.363.413T7 17q.275 0 .513-.137t.362-.413L11 10.25l1 2.025q-.35.3-.638.675t-.462.825L9.5 17.55V20z"/></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.5 23q-.625 0-1.062-.437T11 21.5v-3.675l1.325-3.525q.225-.575.738-.938T14.2 13h.8v2.55l-1.35 1.35l.7.7L16 15.925V11h2v4.925l1.65 1.675l.7-.7L19 15.525V13h.8q.625 0 1.138.363t.737.937L23 17.825V21.5q0 .625-.437 1.063T21.5 23h-2q-.625 0-1.062-.437T18 21.5v-2.75l-1-1l-1 1v2.75q0 .625-.437 1.063T14.5 23zM7 13.775L5.875 11.55q-.125-.25-.363-.4T5 11H2V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v5.5h-2.5v-2h-5v2l-.625.025L11.9 7.55q-.125-.25-.375-.375T11 7.05t-.525.125t-.375.375zM4 20q-.825 0-1.412-.587T2 18v-5h2.375L6.1 16.45q.125.275.363.413T7 17q.275 0 .513-.137t.362-.413L11 10.25l1 2.025q-.35.3-.638.675t-.462.825L9.5 17.55V20z"/></svg>
</template>

CSS

.icon-respiratory-rate {
  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.5%2023q-.625%200-1.062-.437T11%2021.5v-3.675l1.325-3.525q.225-.575.738-.938T14.2%2013h.8v2.55l-1.35%201.35l.7.7L16%2015.925V11h2v4.925l1.65%201.675l.7-.7L19%2015.525V13h.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.5v-2.75l-1-1l-1%201v2.75q0%20.625-.437%201.063T14.5%2023zM7%2013.775L5.875%2011.55q-.125-.25-.363-.4T5%2011H2V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206v5.5h-2.5v-2h-5v2l-.625.025L11.9%207.55q-.125-.25-.375-.375T11%207.05t-.525.125t-.375.375zM4%2020q-.825%200-1.412-.587T2%2018v-5h2.375L6.1%2016.45q.125.275.363.413T7%2017q.275%200%20.513-.137t.362-.413L11%2010.25l1%202.025q-.35.3-.638.675t-.462.825L9.5%2017.55V20z%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.5%2023q-.625%200-1.062-.437T11%2021.5v-3.675l1.325-3.525q.225-.575.738-.938T14.2%2013h.8v2.55l-1.35%201.35l.7.7L16%2015.925V11h2v4.925l1.65%201.675l.7-.7L19%2015.525V13h.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.5v-2.75l-1-1l-1%201v2.75q0%20.625-.437%201.063T14.5%2023zM7%2013.775L5.875%2011.55q-.125-.25-.363-.4T5%2011H2V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206v5.5h-2.5v-2h-5v2l-.625.025L11.9%207.55q-.125-.25-.375-.375T11%207.05t-.525.125t-.375.375zM4%2020q-.825%200-1.412-.587T2%2018v-5h2.375L6.1%2016.45q.125.275.363.413T7%2017q.275%200%20.513-.137t.362-.413L11%2010.25l1%202.025q-.35.3-.638.675t-.462.825L9.5%2017.55V20z%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.svg?color=%231a73e8&size=48