blood pressure icon

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

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

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="M6 18.724C6 12.641 10.036 7 15.563 7c3.835 0 6.68 2.53 8.437 6.121C25.756 9.531 28.602 7 32.438 7C37.965 7 42 12.642 42 18.724a14.5 14.5 0 0 1-.35 3.155A10.48 10.48 0 0 0 33.5 18C27.701 18 23 22.701 23 28.5a10.5 10.5 0 0 0 5.912 9.447C26.123 39.908 24 41 24 41S6 32.304 6 18.724"/><path d="M36 29a2 2 0 1 1-3.97-.348l-2.42-2.42l1.415-1.414l2.299 2.3Q33.643 27 34 27a2 2 0 0 1 2 2"/><path fill-rule="evenodd" d="M42 28.5a8.5 8.5 0 1 1-17 0a8.5 8.5 0 0 1 17 0m-2 0a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBloodPressure(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="M6 18.724C6 12.641 10.036 7 15.563 7c3.835 0 6.68 2.53 8.437 6.121C25.756 9.531 28.602 7 32.438 7C37.965 7 42 12.642 42 18.724a14.5 14.5 0 0 1-.35 3.155A10.48 10.48 0 0 0 33.5 18C27.701 18 23 22.701 23 28.5a10.5 10.5 0 0 0 5.912 9.447C26.123 39.908 24 41 24 41S6 32.304 6 18.724"/><path d="M36 29a2 2 0 1 1-3.97-.348l-2.42-2.42l1.415-1.414l2.299 2.3Q33.643 27 34 27a2 2 0 0 1 2 2"/><path fillRule="evenodd" d="M42 28.5a8.5 8.5 0 1 1-17 0a8.5 8.5 0 0 1 17 0m-2 0a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0" 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="M6 18.724C6 12.641 10.036 7 15.563 7c3.835 0 6.68 2.53 8.437 6.121C25.756 9.531 28.602 7 32.438 7C37.965 7 42 12.642 42 18.724a14.5 14.5 0 0 1-.35 3.155A10.48 10.48 0 0 0 33.5 18C27.701 18 23 22.701 23 28.5a10.5 10.5 0 0 0 5.912 9.447C26.123 39.908 24 41 24 41S6 32.304 6 18.724"/><path d="M36 29a2 2 0 1 1-3.97-.348l-2.42-2.42l1.415-1.414l2.299 2.3Q33.643 27 34 27a2 2 0 0 1 2 2"/><path fill-rule="evenodd" d="M42 28.5a8.5 8.5 0 1 1-17 0a8.5 8.5 0 0 1 17 0m-2 0a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-blood-pressure {
  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%22M6%2018.724C6%2012.641%2010.036%207%2015.563%207c3.835%200%206.68%202.53%208.437%206.121C25.756%209.531%2028.602%207%2032.438%207C37.965%207%2042%2012.642%2042%2018.724a14.5%2014.5%200%200%201-.35%203.155A10.48%2010.48%200%200%200%2033.5%2018C27.701%2018%2023%2022.701%2023%2028.5a10.5%2010.5%200%200%200%205.912%209.447C26.123%2039.908%2024%2041%2024%2041S6%2032.304%206%2018.724%22%2F%3E%3Cpath%20d%3D%22M36%2029a2%202%200%201%201-3.97-.348l-2.42-2.42l1.415-1.414l2.299%202.3Q33.643%2027%2034%2027a2%202%200%200%201%202%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M42%2028.5a8.5%208.5%200%201%201-17%200a8.5%208.5%200%200%201%2017%200m-2%200a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200%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%22M6%2018.724C6%2012.641%2010.036%207%2015.563%207c3.835%200%206.68%202.53%208.437%206.121C25.756%209.531%2028.602%207%2032.438%207C37.965%207%2042%2012.642%2042%2018.724a14.5%2014.5%200%200%201-.35%203.155A10.48%2010.48%200%200%200%2033.5%2018C27.701%2018%2023%2022.701%2023%2028.5a10.5%2010.5%200%200%200%205.912%209.447C26.123%2039.908%2024%2041%2024%2041S6%2032.304%206%2018.724%22%2F%3E%3Cpath%20d%3D%22M36%2029a2%202%200%201%201-3.97-.348l-2.42-2.42l1.415-1.414l2.299%202.3Q33.643%2027%2034%2027a2%202%200%200%201%202%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M42%2028.5a8.5%208.5%200%201%201-17%200a8.5%208.5%200%200%201%2017%200m-2%200a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200%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.svg?color=%231a73e8&size=48