pulse oximeter negative icon

pulse-oximeter-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
pulse-oximeter-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the pulse oximeter negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsPulseOximeterNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm26.447 21.066h6.51c-.084.319-.19.747-.3 1.262H29.09a2.524 2.524 0 1 0 0 5.05h2.998q-.005.622.028 1.262h-1.764a2.524 2.524 0 1 0 0 5.048h2.887q.285.65.662 1.263h-1.024a2.524 2.524 0 1 0 0 5.049H44l.013-27.344l-8.43-3.467a2.518 2.518 0 1 0-1.842 4.688l4.87 1.826c.184.069.33.18.436.314H26.774c.148.636.226 1.3.226 1.983a8.7 8.7 0 0 1-.553 3.066m-2.068-.246C23.24 23.282 20.656 25 17.65 25H5.575C4.705 25 4 24.328 4 23.5v-2.074a2 2 0 0 1 .41-1.213l.23-.3a2 2 0 0 0 .41-1.214V17.3a2 2 0 0 0-.41-1.213l-.23-.3A2 2 0 0 1 4 14.574V12.5c0-.828.705-1.5 1.575-1.5H17.65c3.378 0 6.223 2.17 7.084 5.125c.173.597.266 1.226.266 1.875a6.7 6.7 0 0 1-.621 2.82M20 20a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-6-4h-4v4h4zm-6-2v8h8v-8z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPulseOximeterNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPulseOximeterNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsPulseOximeterNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm26.447 21.066h6.51c-.084.319-.19.747-.3 1.262H29.09a2.524 2.524 0 1 0 0 5.05h2.998q-.005.622.028 1.262h-1.764a2.524 2.524 0 1 0 0 5.048h2.887q.285.65.662 1.263h-1.024a2.524 2.524 0 1 0 0 5.049H44l.013-27.344l-8.43-3.467a2.518 2.518 0 1 0-1.842 4.688l4.87 1.826c.184.069.33.18.436.314H26.774c.148.636.226 1.3.226 1.983a8.7 8.7 0 0 1-.553 3.066m-2.068-.246C23.24 23.282 20.656 25 17.65 25H5.575C4.705 25 4 24.328 4 23.5v-2.074a2 2 0 0 1 .41-1.213l.23-.3a2 2 0 0 0 .41-1.214V17.3a2 2 0 0 0-.41-1.213l-.23-.3A2 2 0 0 1 4 14.574V12.5c0-.828.705-1.5 1.575-1.5H17.65c3.378 0 6.223 2.17 7.084 5.125c.173.597.266 1.226.266 1.875a6.7 6.7 0 0 1-.621 2.82M20 20a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-6-4h-4v4h4zm-6-2v8h8v-8z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsPulseOximeterNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsPulseOximeterNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm26.447 21.066h6.51c-.084.319-.19.747-.3 1.262H29.09a2.524 2.524 0 1 0 0 5.05h2.998q-.005.622.028 1.262h-1.764a2.524 2.524 0 1 0 0 5.048h2.887q.285.65.662 1.263h-1.024a2.524 2.524 0 1 0 0 5.049H44l.013-27.344l-8.43-3.467a2.518 2.518 0 1 0-1.842 4.688l4.87 1.826c.184.069.33.18.436.314H26.774c.148.636.226 1.3.226 1.983a8.7 8.7 0 0 1-.553 3.066m-2.068-.246C23.24 23.282 20.656 25 17.65 25H5.575C4.705 25 4 24.328 4 23.5v-2.074a2 2 0 0 1 .41-1.213l.23-.3a2 2 0 0 0 .41-1.214V17.3a2 2 0 0 0-.41-1.213l-.23-.3A2 2 0 0 1 4 14.574V12.5c0-.828.705-1.5 1.575-1.5H17.65c3.378 0 6.223 2.17 7.084 5.125c.173.597.266 1.226.266 1.875a6.7 6.7 0 0 1-.621 2.82M20 20a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-6-4h-4v4h4zm-6-2v8h8v-8z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPulseOximeterNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-pulse-oximeter-negative {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsPulseOximeterNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm26.447%2021.066h6.51c-.084.319-.19.747-.3%201.262H29.09a2.524%202.524%200%201%200%200%205.05h2.998q-.005.622.028%201.262h-1.764a2.524%202.524%200%201%200%200%205.048h2.887q.285.65.662%201.263h-1.024a2.524%202.524%200%201%200%200%205.049H44l.013-27.344l-8.43-3.467a2.518%202.518%200%201%200-1.842%204.688l4.87%201.826c.184.069.33.18.436.314H26.774c.148.636.226%201.3.226%201.983a8.7%208.7%200%200%201-.553%203.066m-2.068-.246C23.24%2023.282%2020.656%2025%2017.65%2025H5.575C4.705%2025%204%2024.328%204%2023.5v-2.074a2%202%200%200%201%20.41-1.213l.23-.3a2%202%200%200%200%20.41-1.214V17.3a2%202%200%200%200-.41-1.213l-.23-.3A2%202%200%200%201%204%2014.574V12.5c0-.828.705-1.5%201.575-1.5H17.65c3.378%200%206.223%202.17%207.084%205.125c.173.597.266%201.226.266%201.875a6.7%206.7%200%200%201-.621%202.82M20%2020a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-6-4h-4v4h4zm-6-2v8h8v-8z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPulseOximeterNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsPulseOximeterNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm26.447%2021.066h6.51c-.084.319-.19.747-.3%201.262H29.09a2.524%202.524%200%201%200%200%205.05h2.998q-.005.622.028%201.262h-1.764a2.524%202.524%200%201%200%200%205.048h2.887q.285.65.662%201.263h-1.024a2.524%202.524%200%201%200%200%205.049H44l.013-27.344l-8.43-3.467a2.518%202.518%200%201%200-1.842%204.688l4.87%201.826c.184.069.33.18.436.314H26.774c.148.636.226%201.3.226%201.983a8.7%208.7%200%200%201-.553%203.066m-2.068-.246C23.24%2023.282%2020.656%2025%2017.65%2025H5.575C4.705%2025%204%2024.328%204%2023.5v-2.074a2%202%200%200%201%20.41-1.213l.23-.3a2%202%200%200%200%20.41-1.214V17.3a2%202%200%200%200-.41-1.213l-.23-.3A2%202%200%200%201%204%2014.574V12.5c0-.828.705-1.5%201.575-1.5H17.65c3.378%200%206.223%202.17%207.084%205.125c.173.597.266%201.226.266%201.875a6.7%206.7%200%200%201-.621%202.82M20%2020a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-6-4h-4v4h4zm-6-2v8h8v-8z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPulseOximeterNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/pulse-oximeter-negative.svg?color=%231a73e8&size=48