Favorites Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Favorites 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/325740.svg" alt="Favorites icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325740.svg" alt="Favorites icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325740.svg" alt="Favorites icon" :width="24" :height="24" />
CSS background
.icon-favorites {
background-image: url('https://proicons.com/icon/325740.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="b" 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="c" class="d" d="M25.8173,7.6067l3.4925,10.7487h11.3019c1.8509,0,2.6205,2.3685,1.1231,3.4565l-9.1435,6.6431,3.4925,10.7487c.572,1.7603-1.4429,3.2242-2.9403,2.1363l-9.1435-6.6431-9.1435,6.6431c-1.4974,1.088-3.5123-.3758-2.9403-2.1363l3.4925-10.7487-9.1435-6.6431c-1.4974-1.088-.7279-3.4565,1.1231-3.4565h11.3019l3.4925-10.7487c.572-1.7603,3.0624-1.7603,3.6343,0h.0002Z"/></svg>
Favorites in other icon packs
Copied!