Emoji Two Hearts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Two Hearts 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/325412.svg" alt="Emoji Two Hearts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325412.svg" alt="Emoji Two Hearts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325412.svg" alt="Emoji Two Hearts icon" :width="24" :height="24" />
CSS background
.icon-emoji-two-hearts {
background-image: url('https://proicons.com/icon/325412.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M29.18,24.1218c0-3.4791-2.8196-6.2994-6.2978-6.2994-2.3949,0-4.4771,1.3373-5.5422,3.3058-1.065-1.9685-3.1473-3.3058-5.5422-3.3058-3.4782,0-6.2978,2.8203-6.2978,6.2994,0,1.4967.5241,2.8696,1.3958,3.9504l-.0022.0017,10.4464,12.9504,10.4464-12.9504-.0021-.0017c.8716-1.0808,1.3958-2.4537,1.3958-3.9504"/><path id="c" class="d" d="M42.5,10.3223c0-1.8483-1.4979-3.3466-3.3458-3.3466-1.2723,0-2.3784.7104-2.9442,1.7562-.5658-1.0458-1.672-1.7562-2.9442-1.7562-1.8479,0-3.3458,1.4983-3.3458,3.3466,0,.7951.2785,1.5245.7415,2.0986l-.0011.0009,5.5496,6.8799,5.5496-6.8799-.0011-.0009c.463-.5742.7415-1.3035.7415-2.0986"/></svg>
Copied!