Pulse Rate Monitor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pulse Rate Monitor icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/331712.svg" alt="Pulse Rate Monitor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331712.svg" alt="Pulse Rate Monitor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331712.svg" alt="Pulse Rate Monitor icon" :width="24" :height="24" />
CSS background
.icon-pulse-rate-monitor {
background-image: url('https://proicons.com/icon/331712.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m5.2357,26.4001h9.3094l3.4183-8.4367,2.9819,12.0732,4.582-10.3277,3.1274,8.7276,3.0547-7.2003,1.7455,5.1638h9.3094"/><path class="b" d="m43,17.0766c0-5.6539-4.5835-10.2373-10.2374-10.2373-3.7223,0-6.9708,1.9932-8.7626,4.964-1.7919-2.9708-5.0403-4.964-8.7626-4.964-5.6539,0-10.2373,4.5834-10.2373,10.2373,0,1.2925.2496,2.524.6866,3.6627,3.3851,9.7368,18.3134,20.4215,18.3134,20.4215,0,0,14.9282-10.6847,18.3134-20.4215.437-1.1386.6867-2.3702.6867-3.6627Z"/><line class="b" x1="24" y1="11.8032" x2="24" y2="41.1608"/></svg>
Copied!