Heart Eyes Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Heart Eyes 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/305844.svg" alt="Heart Eyes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305844.svg" alt="Heart Eyes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305844.svg" alt="Heart Eyes icon" :width="24" :height="24" />
CSS background
.icon-heart-eyes {
background-image: url('https://proicons.com/icon/305844.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 0C224 0 0 224 0 500s224 500 500 500 500-224 500-500S776 0 500 0zm0 933C262 933 67 738 67 500S262 67 500 67s433 194 433 433-194 433-433 433zm196-300c-4 0-8 0-12 1-13 4-25 10-38 13-41 9-83 11-125 12-41 2-83 1-124-4-24-3-48-8-70-16-6-3-12-4-18-4-7-1-11 3-12 10-2 10 1 20 7 28 26 36 59 66 97 89 30 18 62 29 97 29 23 0 46-4 67-13 42-16 76-42 105-76 12-14 23-29 30-46 2-5 3-10 4-15 0-5-3-8-8-8zm115-256c-14-33-54-51-88-40-10 3-18 7-26 14v-1c-6-33-25-53-57-61-25-6-48 1-66 19-15 14-20 32-21 52-1 24 5 46 13 68 15 37 36 69 61 99 0 1 2 2 3 2 8-2 15-3 23-4 34-7 67-17 98-34 19-10 36-23 50-41 17-22 21-47 10-73zM370 529c1 0 3-1 4-2 24-30 46-62 60-99 8-22 14-44 13-68-1-20-6-38-21-52-18-18-41-25-66-19-32 8-51 28-57 61v1c-8-7-16-11-25-14-35-11-74 7-89 40-11 26-7 51 10 73 14 18 31 31 50 41 31 17 64 27 98 34 8 1 15 2 23 4z"/></svg>
Copied!