Love Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Love 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/306039.svg" alt="Love icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306039.svg" alt="Love icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306039.svg" alt="Love icon" :width="24" :height="24" />
CSS background
.icon-love {
background-image: url('https://proicons.com/icon/306039.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="M454 472c15-66 22-113 36-158 44-137 150-205 285-185 112 17 177 98 160 212-33 228-174 387-345 526-16 13-28 6-43 0-162-55-305-139-416-270-99-119-90-233 23-317 74-55 137-50 198 17 21 23 38 51 54 78 15 24 26 51 48 97zm37 109c-35-19-59-72-99-21-33 42-5 75 25 105 26 26 59 42 92 57 16 7 29 7 43-5 42-39 80-79 91-139 6-33 0-60-30-74-31-14-63-12-86 16-14 17-23 38-36 61z"/></svg>
Copied!