Heartbeat Icon
Free SVG icon from the Arcticons 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/326953.svg" alt="Heartbeat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326953.svg" alt="Heartbeat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326953.svg" alt="Heartbeat icon" :width="24" :height="24" />
CSS background
.icon-heartbeat {
background-image: url('https://proicons.com/icon/326953.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,41.8235l16.23-19.05A10.13,10.13,0,1,0,24,10.6935"/><path class="a" d="M14,21.1135h5l3-6,4,12,3-6h5"/><path class="a" d="M24,41.8235,7.77,22.7735A10.13,10.13,0,1,1,24,10.6935"/></svg>
Copied!