Emoji Heart Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji 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/325324.svg" alt="Emoji Heart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325324.svg" alt="Emoji Heart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325324.svg" alt="Emoji Heart icon" :width="24" :height="24" />
CSS background
.icon-emoji-heart {
background-image: url('https://proicons.com/icon/325324.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m24,12.1242c-1.7447-2.8926-4.9076-4.8334-8.532-4.8334-5.5051,0-9.9679,4.4628-9.9679,9.9679,0,1.2585.243,2.4576.6685,3.5663,3.296,9.4805,17.8314,19.884,17.8314,19.884,0,0,14.5353-10.4035,17.8314-19.884.4255-1.1086.6684-2.3078.6684-3.5663,0-5.5051-4.4629-9.9679-9.968-9.9679-3.6243,0-6.7873,1.9407-8.532,4.8334Z"/></svg>
Copied!