Heart Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Heart 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/307650.svg" alt="Heart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307650.svg" alt="Heart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307650.svg" alt="Heart icon" :width="24" :height="24" />
CSS background
.icon-heart {
background-image: url('https://proicons.com/icon/307650.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M19.0711 13.1421L13.4142 18.799C12.6332 19.58 11.3668 19.58 10.5858 18.799L4.92893 13.1421C2.97631 11.1895 2.97631 8.02369 4.92893 6.07107C6.88155 4.11845 10.0474 4.11845 12 6.07107C13.9526 4.11845 17.1184 4.11845 19.0711 6.07107C21.0237 8.02369 21.0237 11.1895 19.0711 13.1421Z" stroke="#292929" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Heart in other icon packs
Copied!