Love8 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Love8 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/328689.svg" alt="Love8 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328689.svg" alt="Love8 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328689.svg" alt="Love8 icon" :width="24" :height="24" />
CSS background
.icon-love8 {
background-image: url('https://proicons.com/icon/328689.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M33.4755,35.2753c-.01,0-.01-.01-.02-.01-5.0791-3.2094-9.9683-6.9388-11.688-12.7978-1.5797-5.3591-.4099-9.6383,2.1096-12.3678-3.4394-3.3894-9.2084-4.4592-14.1575-1.4797-11.208,6.7388-2.9095,22.1961,11.1181,31.5845,0,0,1.5597,1.0498,3.1794,1.0498,1.6097,0,3.1694-1.0398,3.1694-1.0398,2.2596-1.5097,4.3692-3.1794,6.2689-4.9491,9.9183-9.1784,14.2175-20.9264,4.8192-26.6454-5.0591-3.0795-10.9681-2.2096-14.3975,1.4797"/></svg>
Copied!