Like Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Like 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/305995.svg" alt="Like icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305995.svg" alt="Like icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305995.svg" alt="Like icon" :width="24" :height="24" />
CSS background
.icon-like {
background-image: url('https://proicons.com/icon/305995.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="M929 460c-7-45-42-74-88-75-61-1-122 0-182 0h-87c3-9 5-16 7-24 12-46 26-92 20-141-5-35-13-69-33-100-26-39-63-60-111-57-34 2-58 20-64 53-4 25-5 51-4 77 1 35-4 67-23 96-30 49-61 96-93 143-8 12-12 24-12 38v413c0 14 5 24 14 33 17 16 38 20 60 20h361c20 0 40-3 60-8 30-7 57-22 75-50 16-25 14-52 2-79 23-12 40-28 46-54 6-25 2-48-13-70 51-31 57-84 27-124 34-22 44-54 38-91zm-745-15h-76c-23 0-38 16-38 40-1 69 0 137 0 206v201c0 31 14 45 45 45h14v1l17-1s11 1 16 1v-1h14c32 0 46-14 46-45V691 485c0-24-16-40-38-40zm-38 106c-15 0-26-12-26-26s11-26 26-26c14 0 26 12 26 26s-12 26-26 26z"/></svg>
Copied!