blood pressure 2 icon
blood-pressure-2 from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.
- Name
- blood-pressure-2
- Set
- Health Icons
- Style
- Filled
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
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"><path fill="currentColor" fill-rule="evenodd" d="M34.064 22.783a355 355 0 0 1-.063-5.15a17 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.094-8.638M23.996 32.929c-.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.02c3.271 0 6.176-.785 8-2v3.07a7.001 7.001 0 0 0-.003 13.859M24 13c0 .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 13m-.5 13.5l1.5-5l1.5 5l-1.5 2z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBloodPressure2(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="M34.064 22.783a355 355 0 0 1-.063-5.15a17 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.094-8.638M23.996 32.929c-.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.02c3.271 0 6.176-.785 8-2v3.07a7.001 7.001 0 0 0-.003 13.859M24 13c0 .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 13m-.5 13.5l1.5-5l1.5 5l-1.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="M34.064 22.783a355 355 0 0 1-.063-5.15a17 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.094-8.638M23.996 32.929c-.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.02c3.271 0 6.176-.785 8-2v3.07a7.001 7.001 0 0 0-.003 13.859M24 13c0 .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 13m-.5 13.5l1.5-5l1.5 5l-1.5 2z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-blood-pressure-2 {
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%22M34.064%2022.783a355%20355%200%200%201-.063-5.15a17%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.094-8.638M23.996%2032.929c-.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.02c3.271%200%206.176-.785%208-2v3.07a7.001%207.001%200%200%200-.003%2013.859M24%2013c0%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%2013m-.5%2013.5l1.5-5l1.5%205l-1.5%202z%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%22M34.064%2022.783a355%20355%200%200%201-.063-5.15a17%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.094-8.638M23.996%2032.929c-.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.02c3.271%200%206.176-.785%208-2v3.07a7.001%207.001%200%200%200-.003%2013.859M24%2013c0%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%2013m-.5%2013.5l1.5-5l1.5%205l-1.5%202z%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-2.svg?color=%231a73e8&size=48