Heartbeat Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Heartbeat 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/304801.svg" alt="Heartbeat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304801.svg" alt="Heartbeat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304801.svg" alt="Heartbeat icon" :width="24" :height="24" />
CSS background
.icon-heartbeat {
background-image: url('https://proicons.com/icon/304801.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>heartbeat</title><path d="M49.13,29.37l-1.33-1-1.94-7.25-2,7.25-1.33,1H37.65l-3,11.17H32L26.77,21.11l-1.95,7.25-1.33,1H14.21C20,41.86,36,50,36,50s16-8.09,21.79-20.58Z"/><path d="M22.44,26.63l3-11.17H28.1l5.22,19.43,2-7.25,1.33-1h4.92l3-11.17h2.65l3,11.17h8.68a20.18,20.18,0,0,0,1-6.17c0-8-6.17-14.41-13.78-14.41A13.46,13.46,0,0,0,36,10.66,13.44,13.44,0,0,0,25.91,6.05c-7.61,0-13.78,6.45-13.78,14.41a20.18,20.18,0,0,0,1,6.17Z"/></svg>
Copied!