blood pressure 2 icon

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

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

1 other variant in Health Icons

More devices icons from Health Icons

Use the blood pressure 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="m25 21.5l-1.5 5l1.5 2l1.5-2z"/><path fill-rule="evenodd" d="M34.001 17.633a17 17 0 0 1-2.606-1.614C29.852 14.846 28 12.949 28 10.449C28 8.221 29.684 6 32.188 6C33.35 6 34.29 6.464 35 7.157C35.709 6.464 36.65 6 37.813 6C40.316 6 42 8.223 42 10.448c0 2.423-1.861 4.323-3.389 5.503a18 18 0 0 1-2.61 1.667c.006 1.744.034 3.409.06 4.985c.06 3.455.11 6.484-.099 8.985c-.318 3.788-1.257 6.828-4.065 8.473c-2.761 1.617-6.841 2.225-10.22 1.814c-1.696-.206-3.315-.68-4.54-1.498c-.891-.595-1.598-1.396-1.93-2.4c-2.077-.095-4.143-.474-5.777-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.001 7.001 0 0 1-.001 13.858c-.046 2.015-1.657 3.29-3.434 4.014c-1.47.598-3.28.928-5.13 1.026q.299.402.814.745c.87.582 2.15.991 3.67 1.176c3.051.371 6.667-.208 8.968-1.555c1.911-1.12 2.775-3.255 3.082-6.914c.201-2.402.152-5.262.095-8.638a358 358 0 0 1-.063-5.15M32.188 8C31.006 8 30 9.096 30 10.448c0 1.495 1.148 2.872 2.605 3.977a15 15 0 0 0 2.384 1.466q.195-.1.46-.249c.534-.299 1.24-.732 1.94-1.273C38.86 13.231 40 11.855 40 10.449C40 9.095 38.994 8 37.813 8c-.824 0-1.48.458-1.939 1.285L35 10.862l-.874-1.577C33.666 8.458 33.01 8 32.188 8M16 18c3.271 0 6.176-.785 8-2v3.07a7.001 7.001 0 0 0-.003 13.859c-.044.778-.673 1.545-2.186 2.161c-1.525.621-3.632.933-5.8.909a21 21 0 0 1-.92-.031V17.98q.45.02.909.02m8-5c0 .215-.226.948-1.823 1.747C20.699 15.485 18.518 16 16 16s-4.7-.515-6.177-1.253C8.226 13.948 8 13.215 8 13s.226-.948 1.823-1.747C11.301 10.515 13.482 10 16 10s4.7.515 6.177 1.253C23.774 12.052 24 12.785 24 13m1 18a5 5 0 1 0 0-10a5 5 0 0 0 0 10" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBloodPressure2Outline(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="m25 21.5l-1.5 5l1.5 2l1.5-2z"/><path fillRule="evenodd" d="M34.001 17.633a17 17 0 0 1-2.606-1.614C29.852 14.846 28 12.949 28 10.449C28 8.221 29.684 6 32.188 6C33.35 6 34.29 6.464 35 7.157C35.709 6.464 36.65 6 37.813 6C40.316 6 42 8.223 42 10.448c0 2.423-1.861 4.323-3.389 5.503a18 18 0 0 1-2.61 1.667c.006 1.744.034 3.409.06 4.985c.06 3.455.11 6.484-.099 8.985c-.318 3.788-1.257 6.828-4.065 8.473c-2.761 1.617-6.841 2.225-10.22 1.814c-1.696-.206-3.315-.68-4.54-1.498c-.891-.595-1.598-1.396-1.93-2.4c-2.077-.095-4.143-.474-5.777-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.001 7.001 0 0 1-.001 13.858c-.046 2.015-1.657 3.29-3.434 4.014c-1.47.598-3.28.928-5.13 1.026q.299.402.814.745c.87.582 2.15.991 3.67 1.176c3.051.371 6.667-.208 8.968-1.555c1.911-1.12 2.775-3.255 3.082-6.914c.201-2.402.152-5.262.095-8.638a358 358 0 0 1-.063-5.15M32.188 8C31.006 8 30 9.096 30 10.448c0 1.495 1.148 2.872 2.605 3.977a15 15 0 0 0 2.384 1.466q.195-.1.46-.249c.534-.299 1.24-.732 1.94-1.273C38.86 13.231 40 11.855 40 10.449C40 9.095 38.994 8 37.813 8c-.824 0-1.48.458-1.939 1.285L35 10.862l-.874-1.577C33.666 8.458 33.01 8 32.188 8M16 18c3.271 0 6.176-.785 8-2v3.07a7.001 7.001 0 0 0-.003 13.859c-.044.778-.673 1.545-2.186 2.161c-1.525.621-3.632.933-5.8.909a21 21 0 0 1-.92-.031V17.98q.45.02.909.02m8-5c0 .215-.226.948-1.823 1.747C20.699 15.485 18.518 16 16 16s-4.7-.515-6.177-1.253C8.226 13.948 8 13.215 8 13s.226-.948 1.823-1.747C11.301 10.515 13.482 10 16 10s4.7.515 6.177 1.253C23.774 12.052 24 12.785 24 13m1 18a5 5 0 1 0 0-10a5 5 0 0 0 0 10" 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="m25 21.5l-1.5 5l1.5 2l1.5-2z"/><path fill-rule="evenodd" d="M34.001 17.633a17 17 0 0 1-2.606-1.614C29.852 14.846 28 12.949 28 10.449C28 8.221 29.684 6 32.188 6C33.35 6 34.29 6.464 35 7.157C35.709 6.464 36.65 6 37.813 6C40.316 6 42 8.223 42 10.448c0 2.423-1.861 4.323-3.389 5.503a18 18 0 0 1-2.61 1.667c.006 1.744.034 3.409.06 4.985c.06 3.455.11 6.484-.099 8.985c-.318 3.788-1.257 6.828-4.065 8.473c-2.761 1.617-6.841 2.225-10.22 1.814c-1.696-.206-3.315-.68-4.54-1.498c-.891-.595-1.598-1.396-1.93-2.4c-2.077-.095-4.143-.474-5.777-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.001 7.001 0 0 1-.001 13.858c-.046 2.015-1.657 3.29-3.434 4.014c-1.47.598-3.28.928-5.13 1.026q.299.402.814.745c.87.582 2.15.991 3.67 1.176c3.051.371 6.667-.208 8.968-1.555c1.911-1.12 2.775-3.255 3.082-6.914c.201-2.402.152-5.262.095-8.638a358 358 0 0 1-.063-5.15M32.188 8C31.006 8 30 9.096 30 10.448c0 1.495 1.148 2.872 2.605 3.977a15 15 0 0 0 2.384 1.466q.195-.1.46-.249c.534-.299 1.24-.732 1.94-1.273C38.86 13.231 40 11.855 40 10.449C40 9.095 38.994 8 37.813 8c-.824 0-1.48.458-1.939 1.285L35 10.862l-.874-1.577C33.666 8.458 33.01 8 32.188 8M16 18c3.271 0 6.176-.785 8-2v3.07a7.001 7.001 0 0 0-.003 13.859c-.044.778-.673 1.545-2.186 2.161c-1.525.621-3.632.933-5.8.909a21 21 0 0 1-.92-.031V17.98q.45.02.909.02m8-5c0 .215-.226.948-1.823 1.747C20.699 15.485 18.518 16 16 16s-4.7-.515-6.177-1.253C8.226 13.948 8 13.215 8 13s.226-.948 1.823-1.747C11.301 10.515 13.482 10 16 10s4.7.515 6.177 1.253C23.774 12.052 24 12.785 24 13m1 18a5 5 0 1 0 0-10a5 5 0 0 0 0 10" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-blood-pressure-2-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%22m25%2021.5l-1.5%205l1.5%202l1.5-2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M34.001%2017.633a17%2017%200%200%201-2.606-1.614C29.852%2014.846%2028%2012.949%2028%2010.449C28%208.221%2029.684%206%2032.188%206C33.35%206%2034.29%206.464%2035%207.157C35.709%206.464%2036.65%206%2037.813%206C40.316%206%2042%208.223%2042%2010.448c0%202.423-1.861%204.323-3.389%205.503a18%2018%200%200%201-2.61%201.667c.006%201.744.034%203.409.06%204.985c.06%203.455.11%206.484-.099%208.985c-.318%203.788-1.257%206.828-4.065%208.473c-2.761%201.617-6.841%202.225-10.22%201.814c-1.696-.206-3.315-.68-4.54-1.498c-.891-.595-1.598-1.396-1.93-2.4c-2.077-.095-4.143-.474-5.777-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.001%207.001%200%200%201-.001%2013.858c-.046%202.015-1.657%203.29-3.434%204.014c-1.47.598-3.28.928-5.13%201.026q.299.402.814.745c.87.582%202.15.991%203.67%201.176c3.051.371%206.667-.208%208.968-1.555c1.911-1.12%202.775-3.255%203.082-6.914c.201-2.402.152-5.262.095-8.638a358%20358%200%200%201-.063-5.15M32.188%208C31.006%208%2030%209.096%2030%2010.448c0%201.495%201.148%202.872%202.605%203.977a15%2015%200%200%200%202.384%201.466q.195-.1.46-.249c.534-.299%201.24-.732%201.94-1.273C38.86%2013.231%2040%2011.855%2040%2010.449C40%209.095%2038.994%208%2037.813%208c-.824%200-1.48.458-1.939%201.285L35%2010.862l-.874-1.577C33.666%208.458%2033.01%208%2032.188%208M16%2018c3.271%200%206.176-.785%208-2v3.07a7.001%207.001%200%200%200-.003%2013.859c-.044.778-.673%201.545-2.186%202.161c-1.525.621-3.632.933-5.8.909a21%2021%200%200%201-.92-.031V17.98q.45.02.909.02m8-5c0%20.215-.226.948-1.823%201.747C20.699%2015.485%2018.518%2016%2016%2016s-4.7-.515-6.177-1.253C8.226%2013.948%208%2013.215%208%2013s.226-.948%201.823-1.747C11.301%2010.515%2013.482%2010%2016%2010s4.7.515%206.177%201.253C23.774%2012.052%2024%2012.785%2024%2013m1%2018a5%205%200%201%200%200-10a5%205%200%200%200%200%2010%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%22m25%2021.5l-1.5%205l1.5%202l1.5-2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M34.001%2017.633a17%2017%200%200%201-2.606-1.614C29.852%2014.846%2028%2012.949%2028%2010.449C28%208.221%2029.684%206%2032.188%206C33.35%206%2034.29%206.464%2035%207.157C35.709%206.464%2036.65%206%2037.813%206C40.316%206%2042%208.223%2042%2010.448c0%202.423-1.861%204.323-3.389%205.503a18%2018%200%200%201-2.61%201.667c.006%201.744.034%203.409.06%204.985c.06%203.455.11%206.484-.099%208.985c-.318%203.788-1.257%206.828-4.065%208.473c-2.761%201.617-6.841%202.225-10.22%201.814c-1.696-.206-3.315-.68-4.54-1.498c-.891-.595-1.598-1.396-1.93-2.4c-2.077-.095-4.143-.474-5.777-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.001%207.001%200%200%201-.001%2013.858c-.046%202.015-1.657%203.29-3.434%204.014c-1.47.598-3.28.928-5.13%201.026q.299.402.814.745c.87.582%202.15.991%203.67%201.176c3.051.371%206.667-.208%208.968-1.555c1.911-1.12%202.775-3.255%203.082-6.914c.201-2.402.152-5.262.095-8.638a358%20358%200%200%201-.063-5.15M32.188%208C31.006%208%2030%209.096%2030%2010.448c0%201.495%201.148%202.872%202.605%203.977a15%2015%200%200%200%202.384%201.466q.195-.1.46-.249c.534-.299%201.24-.732%201.94-1.273C38.86%2013.231%2040%2011.855%2040%2010.449C40%209.095%2038.994%208%2037.813%208c-.824%200-1.48.458-1.939%201.285L35%2010.862l-.874-1.577C33.666%208.458%2033.01%208%2032.188%208M16%2018c3.271%200%206.176-.785%208-2v3.07a7.001%207.001%200%200%200-.003%2013.859c-.044.778-.673%201.545-2.186%202.161c-1.525.621-3.632.933-5.8.909a21%2021%200%200%201-.92-.031V17.98q.45.02.909.02m8-5c0%20.215-.226.948-1.823%201.747C20.699%2015.485%2018.518%2016%2016%2016s-4.7-.515-6.177-1.253C8.226%2013.948%208%2013.215%208%2013s.226-.948%201.823-1.747C11.301%2010.515%2013.482%2010%2016%2010s4.7.515%206.177%201.253C23.774%2012.052%2024%2012.785%2024%2013m1%2018a5%205%200%201%200%200-10a5%205%200%200%200%200%2010%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-2-outline.svg?color=%231a73e8&size=48