Loverquest Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Loverquest 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/343252.svg" alt="Loverquest icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343252.svg" alt="Loverquest icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343252.svg" alt="Loverquest icon" :width="24" :height="24" />
CSS background
.icon-loverquest {
background-image: url('https://proicons.com/icon/343252.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="d" class="f" d="M20.7488,8.9286c-1.4181-2.3511-3.9889-3.9286-6.9349-3.9286-4.4746,0-8.102,3.6274-8.102,8.102,0,1.0229.1975,1.9975.5434,2.8987,2.679,7.7058,14.4935,16.1618,14.4935,16.1618,0,0,11.8144-8.456,14.4935-16.1618.3458-.9011.5433-1.8758.5433-2.8987,0-4.4746-3.6275-8.102-8.102-8.102-2.9459,0-5.5168,1.5774-6.9349,3.9286h.0002Z"/><path id="e" class="f" d="M27.2513,19.7661c-1.4181-2.3511-3.9889-3.9286-6.9349-3.9286-4.4746,0-8.102,3.6274-8.102,8.102,0,1.0229.1975,1.9976.5434,2.8987,2.679,7.7058,14.4935,16.1618,14.4935,16.1618,0,0,11.8144-8.456,14.4935-16.1618.3458-.9011.5433-1.8758.5433-2.8987,0-4.4746-3.6275-8.102-8.102-8.102-2.9459,0-5.5168,1.5774-6.9349,3.9286h.0002Z"/></svg>
Copied!