Favourite Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Favourite 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/305627.svg" alt="Favourite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305627.svg" alt="Favourite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305627.svg" alt="Favourite icon" :width="24" :height="24" />
CSS background
.icon-favourite {
background-image: url('https://proicons.com/icon/305627.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="M230 914c2-30 5-58 7-86 5-62 10-123 16-184 2-16-4-26-14-38-58-65-115-131-172-197l-4-4c-1-2-1-4 2-4 28-7 54-13 81-20 63-14 126-29 189-43 9-3 15-7 20-15L493 92c1-2 3-4 4-7 2-2 4-2 5 0 8 12 15 24 22 35 40 68 81 135 122 203 4 5 12 11 18 13 90 21 180 42 271 63 2 0 3 2 2 4-2 2-3 4-4 6-60 69-120 138-179 208-4 4-6 11-6 16 7 83 15 166 22 249 1 9 2 19 3 31 0 2-1 3-4 3-4-2-7-3-10-4-81-34-163-69-244-103-10-5-18-4-28 0-80 35-161 69-241 103-4 2-8 3-12 5-3 1-4-1-4-3z"/></svg>
Copied!