Heart Icon
Free SVG icon from the IcoFont 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/305845.svg" alt="Heart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305845.svg" alt="Heart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305845.svg" alt="Heart icon" :width="24" :height="24" />
CSS background
.icon-heart {
background-image: url('https://proicons.com/icon/305845.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="M500 255c16-28 36-52 60-72 90-73 230-66 311 17 64 66 80 145 55 232-19 68-56 126-100 180-73 87-160 155-255 215-21 13-43 26-64 38-3 2-9 3-12 1-109-62-211-134-296-227-52-55-94-117-119-189-21-60-25-120 1-179 34-76 94-123 177-135 104-14 185 25 240 116 0 1 1 1 2 3z"/></svg>
Heart in other icon packs
Copied!