Favorite Half Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Favorite Half 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/317758.svg" alt="Favorite Half icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317758.svg" alt="Favorite Half icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317758.svg" alt="Favorite Half icon" :width="24" :height="24" />
CSS background
.icon-favorite-half {
background-image: url('https://proicons.com/icon/317758.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M4.21,17.0615,16,29,27.79,17.0615a7.7313,7.7313,0,0,0,0-10.8232,7.494,7.494,0,0,0-10.6841,0L16,7.3643l-1.1062-1.126a7.494,7.494,0,0,0-10.6841,0A7.7313,7.7313,0,0,0,4.21,17.0615ZM26.3552,15.645,16,26.1255V10.23q1.2708-1.2876,2.5413-2.5742a5.4768,5.4768,0,0,1,7.8139,0A5.708,5.708,0,0,1,26.3552,15.645Z" transform="translate(0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!