Heart Beat Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Heart Beat Alt icon is commonly used in like buttons, favorites lists and health apps. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305842.svg" alt="Heart Beat Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305842.svg" alt="Heart Beat Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305842.svg" alt="Heart Beat Alt icon" :width="24" :height="24" />
CSS background
.icon-heart-beat-alt {
background-image: url('https://proicons.com/icon/305842.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M560 833L454 513H350l-67-251-61 251h-70c133 198 384 414 384 414s250-216 382-414H653l-93 320zM787 73c-86-9-228 44-252 181C510 117 368 64 283 73 178 85 40 131 75 345c7 43 29 92 61 142h66l80-328 88 328h102l87 259 74-259h293v13c35-55 61-108 68-155 36-214-103-260-207-272zm139 440v-13c-3 4-6 8-8 13h8zM0 487v26h152c-5-9-11-17-16-26H0z"/></svg>
Copied!