blood pressure icon

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

Name
blood-pressure-outline
Set
Health Icons
Style
Outline
Category
Devices
Viewbox
48×48
License
MIT
Aliases
blood-pressure2x-outline

1 other variant in Health Icons

The same icon in other sets

More devices icons from Health Icons

Use the blood pressure icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M8 19.035c0-2.65.885-5.189 2.345-7.047C11.8 10.136 13.787 9 16.03 9c3.103 0 5.51 2.02 7.071 5.202L24 16.03l.898-1.828C26.459 11.02 28.866 9 31.968 9c2.245 0 4.232 1.136 5.688 2.988C39.116 13.846 40 16.385 40 19.035q-.001.591-.056 1.174a10.6 10.6 0 0 1 1.76 1.738c.192-.945.296-1.916.296-2.912c0-3.075-1.021-6.054-2.772-8.282C37.473 8.518 34.944 7 31.968 7C28.466 7 25.802 8.963 24 11.734C22.2 8.964 19.535 7 16.031 7c-2.975 0-5.503 1.518-7.259 3.752C7.022 12.98 6 15.96 6 19.035c0 6.84 4.535 12.336 8.85 16.034a46 46 0 0 0 7.948 5.436a28 28 0 0 0 .71.368l.042.02l.011.005l.005.003l.448.215l.444-.227l.003-.002l.011-.005l.04-.022l.152-.08c.13-.07.319-.172.558-.307c.477-.27 1.156-.666 1.969-1.18a51 51 0 0 0 1.898-1.261A10.5 10.5 0 0 1 27.2 36.9q-.57.381-1.077.701a44 44 0 0 1-2.135 1.27l-.246-.13a43.8 43.8 0 0 1-7.59-5.19C11.965 29.961 8 24.974 8 19.034"/><path d="M34 31a2 2 0 1 0-.676-3.883l-2.299-2.299l-1.414 1.414l2.42 2.42Q32 28.822 32 29a2 2 0 0 0 2 2"/><path fill-rule="evenodd" d="M33.5 37a8.5 8.5 0 1 0 0-17a8.5 8.5 0 0 0 0 17m0-2a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBloodPressureOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M8 19.035c0-2.65.885-5.189 2.345-7.047C11.8 10.136 13.787 9 16.03 9c3.103 0 5.51 2.02 7.071 5.202L24 16.03l.898-1.828C26.459 11.02 28.866 9 31.968 9c2.245 0 4.232 1.136 5.688 2.988C39.116 13.846 40 16.385 40 19.035q-.001.591-.056 1.174a10.6 10.6 0 0 1 1.76 1.738c.192-.945.296-1.916.296-2.912c0-3.075-1.021-6.054-2.772-8.282C37.473 8.518 34.944 7 31.968 7C28.466 7 25.802 8.963 24 11.734C22.2 8.964 19.535 7 16.031 7c-2.975 0-5.503 1.518-7.259 3.752C7.022 12.98 6 15.96 6 19.035c0 6.84 4.535 12.336 8.85 16.034a46 46 0 0 0 7.948 5.436a28 28 0 0 0 .71.368l.042.02l.011.005l.005.003l.448.215l.444-.227l.003-.002l.011-.005l.04-.022l.152-.08c.13-.07.319-.172.558-.307c.477-.27 1.156-.666 1.969-1.18a51 51 0 0 0 1.898-1.261A10.5 10.5 0 0 1 27.2 36.9q-.57.381-1.077.701a44 44 0 0 1-2.135 1.27l-.246-.13a43.8 43.8 0 0 1-7.59-5.19C11.965 29.961 8 24.974 8 19.034"/><path d="M34 31a2 2 0 1 0-.676-3.883l-2.299-2.299l-1.414 1.414l2.42 2.42Q32 28.822 32 29a2 2 0 0 0 2 2"/><path fillRule="evenodd" d="M33.5 37a8.5 8.5 0 1 0 0-17a8.5 8.5 0 0 0 0 17m0-2a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M8 19.035c0-2.65.885-5.189 2.345-7.047C11.8 10.136 13.787 9 16.03 9c3.103 0 5.51 2.02 7.071 5.202L24 16.03l.898-1.828C26.459 11.02 28.866 9 31.968 9c2.245 0 4.232 1.136 5.688 2.988C39.116 13.846 40 16.385 40 19.035q-.001.591-.056 1.174a10.6 10.6 0 0 1 1.76 1.738c.192-.945.296-1.916.296-2.912c0-3.075-1.021-6.054-2.772-8.282C37.473 8.518 34.944 7 31.968 7C28.466 7 25.802 8.963 24 11.734C22.2 8.964 19.535 7 16.031 7c-2.975 0-5.503 1.518-7.259 3.752C7.022 12.98 6 15.96 6 19.035c0 6.84 4.535 12.336 8.85 16.034a46 46 0 0 0 7.948 5.436a28 28 0 0 0 .71.368l.042.02l.011.005l.005.003l.448.215l.444-.227l.003-.002l.011-.005l.04-.022l.152-.08c.13-.07.319-.172.558-.307c.477-.27 1.156-.666 1.969-1.18a51 51 0 0 0 1.898-1.261A10.5 10.5 0 0 1 27.2 36.9q-.57.381-1.077.701a44 44 0 0 1-2.135 1.27l-.246-.13a43.8 43.8 0 0 1-7.59-5.19C11.965 29.961 8 24.974 8 19.034"/><path d="M34 31a2 2 0 1 0-.676-3.883l-2.299-2.299l-1.414 1.414l2.42 2.42Q32 28.822 32 29a2 2 0 0 0 2 2"/><path fill-rule="evenodd" d="M33.5 37a8.5 8.5 0 1 0 0-17a8.5 8.5 0 0 0 0 17m0-2a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-blood-pressure-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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%2019.035c0-2.65.885-5.189%202.345-7.047C11.8%2010.136%2013.787%209%2016.03%209c3.103%200%205.51%202.02%207.071%205.202L24%2016.03l.898-1.828C26.459%2011.02%2028.866%209%2031.968%209c2.245%200%204.232%201.136%205.688%202.988C39.116%2013.846%2040%2016.385%2040%2019.035q-.001.591-.056%201.174a10.6%2010.6%200%200%201%201.76%201.738c.192-.945.296-1.916.296-2.912c0-3.075-1.021-6.054-2.772-8.282C37.473%208.518%2034.944%207%2031.968%207C28.466%207%2025.802%208.963%2024%2011.734C22.2%208.964%2019.535%207%2016.031%207c-2.975%200-5.503%201.518-7.259%203.752C7.022%2012.98%206%2015.96%206%2019.035c0%206.84%204.535%2012.336%208.85%2016.034a46%2046%200%200%200%207.948%205.436a28%2028%200%200%200%20.71.368l.042.02l.011.005l.005.003l.448.215l.444-.227l.003-.002l.011-.005l.04-.022l.152-.08c.13-.07.319-.172.558-.307c.477-.27%201.156-.666%201.969-1.18a51%2051%200%200%200%201.898-1.261A10.5%2010.5%200%200%201%2027.2%2036.9q-.57.381-1.077.701a44%2044%200%200%201-2.135%201.27l-.246-.13a43.8%2043.8%200%200%201-7.59-5.19C11.965%2029.961%208%2024.974%208%2019.034%22%2F%3E%3Cpath%20d%3D%22M34%2031a2%202%200%201%200-.676-3.883l-2.299-2.299l-1.414%201.414l2.42%202.42Q32%2028.822%2032%2029a2%202%200%200%200%202%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.5%2037a8.5%208.5%200%201%200%200-17a8.5%208.5%200%200%200%200%2017m0-2a6.5%206.5%200%201%200%200-13a6.5%206.5%200%200%200%200%2013%22%20clip-rule%3D%22evenodd%22%2F%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%22currentColor%22%3E%3Cpath%20d%3D%22M8%2019.035c0-2.65.885-5.189%202.345-7.047C11.8%2010.136%2013.787%209%2016.03%209c3.103%200%205.51%202.02%207.071%205.202L24%2016.03l.898-1.828C26.459%2011.02%2028.866%209%2031.968%209c2.245%200%204.232%201.136%205.688%202.988C39.116%2013.846%2040%2016.385%2040%2019.035q-.001.591-.056%201.174a10.6%2010.6%200%200%201%201.76%201.738c.192-.945.296-1.916.296-2.912c0-3.075-1.021-6.054-2.772-8.282C37.473%208.518%2034.944%207%2031.968%207C28.466%207%2025.802%208.963%2024%2011.734C22.2%208.964%2019.535%207%2016.031%207c-2.975%200-5.503%201.518-7.259%203.752C7.022%2012.98%206%2015.96%206%2019.035c0%206.84%204.535%2012.336%208.85%2016.034a46%2046%200%200%200%207.948%205.436a28%2028%200%200%200%20.71.368l.042.02l.011.005l.005.003l.448.215l.444-.227l.003-.002l.011-.005l.04-.022l.152-.08c.13-.07.319-.172.558-.307c.477-.27%201.156-.666%201.969-1.18a51%2051%200%200%200%201.898-1.261A10.5%2010.5%200%200%201%2027.2%2036.9q-.57.381-1.077.701a44%2044%200%200%201-2.135%201.27l-.246-.13a43.8%2043.8%200%200%201-7.59-5.19C11.965%2029.961%208%2024.974%208%2019.034%22%2F%3E%3Cpath%20d%3D%22M34%2031a2%202%200%201%200-.676-3.883l-2.299-2.299l-1.414%201.414l2.42%202.42Q32%2028.822%2032%2029a2%202%200%200%200%202%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.5%2037a8.5%208.5%200%201%200%200-17a8.5%208.5%200%200%200%200%2017m0-2a6.5%206.5%200%201%200%200-13a6.5%206.5%200%200%200%200%2013%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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