blood pressure monitor icon

blood-pressure-monitor from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.

Name
blood-pressure-monitor
Set
Health Icons
Style
Filled
Category
Devices
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More devices icons from Health Icons

Use the blood pressure monitor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M35 9.5a3.5 3.5 0 1 1 7 0v6c0 1.583-1.05 2.92-2.492 3.353q.013 1.581.035 3.06c.05 3.722.092 6.95-.187 9.604c-.4 3.804-1.491 6.795-4.456 8.542c-3.367 1.985-8.205 2.584-12.171 2.085c-1.99-.251-3.856-.79-5.255-1.644c-1.015-.62-1.856-1.46-2.244-2.523c-2.085-.093-4.16-.472-5.8-1.152c-1.765-.732-3.43-2-3.43-3.985V13.122h.003L6 13c0-2.761 4.477-5 10-5s10 2.239 10 5q0 .061-.003.122H26v5.949a7 7 0 0 1 1.232.292a7.003 7.003 0 0 1-1.233 13.566c-.046 2.015-1.657 3.29-3.434 4.014c-1.449.59-3.23.92-5.054 1.022c.241.286.572.563 1.006.828c1.073.657 2.635 1.136 4.462 1.366c3.668.462 8.026-.126 10.905-1.823c2.143-1.262 3.106-3.447 3.483-7.028c.266-2.53.226-5.573.177-9.224v-.001q-.022-1.539-.037-3.226A3.5 3.5 0 0 1 35 15.5zm-12.823 5.247C23.774 13.948 24 13.215 24 13s-.226-.948-1.823-1.747C20.699 10.515 18.518 10 16 10s-4.7.515-6.177 1.253C8.226 12.052 8 12.785 8 13s.226.948 1.823 1.747C11.301 15.485 13.482 16 16 16s4.7-.515 6.177-1.253M16 18c3.271 0 6.176-.785 8-2v3.07a7 7 0 0 0-1.232.293a7.003 7.003 0 0 0 1.23 13.566c-.045.778-.674 1.545-2.187 2.161c-1.525.621-3.632.933-5.8.909a21 21 0 0 1-.92-.031V17.98q.45.02.909.02m9 3.5l-1.5 5l1.5 2l1.5-2z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBloodPressureMonitor(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M35 9.5a3.5 3.5 0 1 1 7 0v6c0 1.583-1.05 2.92-2.492 3.353q.013 1.581.035 3.06c.05 3.722.092 6.95-.187 9.604c-.4 3.804-1.491 6.795-4.456 8.542c-3.367 1.985-8.205 2.584-12.171 2.085c-1.99-.251-3.856-.79-5.255-1.644c-1.015-.62-1.856-1.46-2.244-2.523c-2.085-.093-4.16-.472-5.8-1.152c-1.765-.732-3.43-2-3.43-3.985V13.122h.003L6 13c0-2.761 4.477-5 10-5s10 2.239 10 5q0 .061-.003.122H26v5.949a7 7 0 0 1 1.232.292a7.003 7.003 0 0 1-1.233 13.566c-.046 2.015-1.657 3.29-3.434 4.014c-1.449.59-3.23.92-5.054 1.022c.241.286.572.563 1.006.828c1.073.657 2.635 1.136 4.462 1.366c3.668.462 8.026-.126 10.905-1.823c2.143-1.262 3.106-3.447 3.483-7.028c.266-2.53.226-5.573.177-9.224v-.001q-.022-1.539-.037-3.226A3.5 3.5 0 0 1 35 15.5zm-12.823 5.247C23.774 13.948 24 13.215 24 13s-.226-.948-1.823-1.747C20.699 10.515 18.518 10 16 10s-4.7.515-6.177 1.253C8.226 12.052 8 12.785 8 13s.226.948 1.823 1.747C11.301 15.485 13.482 16 16 16s4.7-.515 6.177-1.253M16 18c3.271 0 6.176-.785 8-2v3.07a7 7 0 0 0-1.232.293a7.003 7.003 0 0 0 1.23 13.566c-.045.778-.674 1.545-2.187 2.161c-1.525.621-3.632.933-5.8.909a21 21 0 0 1-.92-.031V17.98q.45.02.909.02m9 3.5l-1.5 5l1.5 2l1.5-2z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M35 9.5a3.5 3.5 0 1 1 7 0v6c0 1.583-1.05 2.92-2.492 3.353q.013 1.581.035 3.06c.05 3.722.092 6.95-.187 9.604c-.4 3.804-1.491 6.795-4.456 8.542c-3.367 1.985-8.205 2.584-12.171 2.085c-1.99-.251-3.856-.79-5.255-1.644c-1.015-.62-1.856-1.46-2.244-2.523c-2.085-.093-4.16-.472-5.8-1.152c-1.765-.732-3.43-2-3.43-3.985V13.122h.003L6 13c0-2.761 4.477-5 10-5s10 2.239 10 5q0 .061-.003.122H26v5.949a7 7 0 0 1 1.232.292a7.003 7.003 0 0 1-1.233 13.566c-.046 2.015-1.657 3.29-3.434 4.014c-1.449.59-3.23.92-5.054 1.022c.241.286.572.563 1.006.828c1.073.657 2.635 1.136 4.462 1.366c3.668.462 8.026-.126 10.905-1.823c2.143-1.262 3.106-3.447 3.483-7.028c.266-2.53.226-5.573.177-9.224v-.001q-.022-1.539-.037-3.226A3.5 3.5 0 0 1 35 15.5zm-12.823 5.247C23.774 13.948 24 13.215 24 13s-.226-.948-1.823-1.747C20.699 10.515 18.518 10 16 10s-4.7.515-6.177 1.253C8.226 12.052 8 12.785 8 13s.226.948 1.823 1.747C11.301 15.485 13.482 16 16 16s4.7-.515 6.177-1.253M16 18c3.271 0 6.176-.785 8-2v3.07a7 7 0 0 0-1.232.293a7.003 7.003 0 0 0 1.23 13.566c-.045.778-.674 1.545-2.187 2.161c-1.525.621-3.632.933-5.8.909a21 21 0 0 1-.92-.031V17.98q.45.02.909.02m9 3.5l-1.5 5l1.5 2l1.5-2z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-blood-pressure-monitor {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M35%209.5a3.5%203.5%200%201%201%207%200v6c0%201.583-1.05%202.92-2.492%203.353q.013%201.581.035%203.06c.05%203.722.092%206.95-.187%209.604c-.4%203.804-1.491%206.795-4.456%208.542c-3.367%201.985-8.205%202.584-12.171%202.085c-1.99-.251-3.856-.79-5.255-1.644c-1.015-.62-1.856-1.46-2.244-2.523c-2.085-.093-4.16-.472-5.8-1.152c-1.765-.732-3.43-2-3.43-3.985V13.122h.003L6%2013c0-2.761%204.477-5%2010-5s10%202.239%2010%205q0%20.061-.003.122H26v5.949a7%207%200%200%201%201.232.292a7.003%207.003%200%200%201-1.233%2013.566c-.046%202.015-1.657%203.29-3.434%204.014c-1.449.59-3.23.92-5.054%201.022c.241.286.572.563%201.006.828c1.073.657%202.635%201.136%204.462%201.366c3.668.462%208.026-.126%2010.905-1.823c2.143-1.262%203.106-3.447%203.483-7.028c.266-2.53.226-5.573.177-9.224v-.001q-.022-1.539-.037-3.226A3.5%203.5%200%200%201%2035%2015.5zm-12.823%205.247C23.774%2013.948%2024%2013.215%2024%2013s-.226-.948-1.823-1.747C20.699%2010.515%2018.518%2010%2016%2010s-4.7.515-6.177%201.253C8.226%2012.052%208%2012.785%208%2013s.226.948%201.823%201.747C11.301%2015.485%2013.482%2016%2016%2016s4.7-.515%206.177-1.253M16%2018c3.271%200%206.176-.785%208-2v3.07a7%207%200%200%200-1.232.293a7.003%207.003%200%200%200%201.23%2013.566c-.045.778-.674%201.545-2.187%202.161c-1.525.621-3.632.933-5.8.909a21%2021%200%200%201-.92-.031V17.98q.45.02.909.02m9%203.5l-1.5%205l1.5%202l1.5-2z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M35%209.5a3.5%203.5%200%201%201%207%200v6c0%201.583-1.05%202.92-2.492%203.353q.013%201.581.035%203.06c.05%203.722.092%206.95-.187%209.604c-.4%203.804-1.491%206.795-4.456%208.542c-3.367%201.985-8.205%202.584-12.171%202.085c-1.99-.251-3.856-.79-5.255-1.644c-1.015-.62-1.856-1.46-2.244-2.523c-2.085-.093-4.16-.472-5.8-1.152c-1.765-.732-3.43-2-3.43-3.985V13.122h.003L6%2013c0-2.761%204.477-5%2010-5s10%202.239%2010%205q0%20.061-.003.122H26v5.949a7%207%200%200%201%201.232.292a7.003%207.003%200%200%201-1.233%2013.566c-.046%202.015-1.657%203.29-3.434%204.014c-1.449.59-3.23.92-5.054%201.022c.241.286.572.563%201.006.828c1.073.657%202.635%201.136%204.462%201.366c3.668.462%208.026-.126%2010.905-1.823c2.143-1.262%203.106-3.447%203.483-7.028c.266-2.53.226-5.573.177-9.224v-.001q-.022-1.539-.037-3.226A3.5%203.5%200%200%201%2035%2015.5zm-12.823%205.247C23.774%2013.948%2024%2013.215%2024%2013s-.226-.948-1.823-1.747C20.699%2010.515%2018.518%2010%2016%2010s-4.7.515-6.177%201.253C8.226%2012.052%208%2012.785%208%2013s.226.948%201.823%201.747C11.301%2015.485%2013.482%2016%2016%2016s4.7-.515%206.177-1.253M16%2018c3.271%200%206.176-.785%208-2v3.07a7%207%200%200%200-1.232.293a7.003%207.003%200%200%200%201.23%2013.566c-.045.778-.674%201.545-2.187%202.161c-1.525.621-3.632.933-5.8.909a21%2021%200%200%201-.92-.031V17.98q.45.02.909.02m9%203.5l-1.5%205l1.5%202l1.5-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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