Heart Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Heart Svg 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/308865.svg" alt="Heart Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308865.svg" alt="Heart Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308865.svg" alt="Heart Svg icon" :width="24" :height="24" />
CSS background
.icon-heart---svg {
background-image: url('https://proicons.com/icon/308865.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 fill-rule="evenodd" clip-rule="evenodd" d="M4.22171 5.36393C6.34154 3.2441 9.65294 3.04206 11.9999 4.75782C14.3468 3.04206 17.6582 3.2441 19.7781 5.36393C22.1212 7.70707 22.1212 11.5061 19.7781 13.8492L14.1212 19.5061C12.9496 20.6776 11.0501 20.6776 9.87857 19.5061L4.22171 13.8492C1.87857 11.5061 1.87857 7.70707 4.22171 5.36393Z" fill="#292929"/> </svg>
Copied!