Lovoo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lovoo 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/343253.svg" alt="Lovoo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343253.svg" alt="Lovoo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343253.svg" alt="Lovoo icon" :width="24" :height="24" />
CSS background
.icon-lovoo {
background-image: url('https://proicons.com/icon/343253.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,19.4832a12.2767,12.2767,0,0,1,6.1665-1.65h0A12.3333,12.3333,0,0,1,42.5,30.1667V42.5H30.1667A12.3333,12.3333,0,0,1,17.8333,30.1667h0a12.2758,12.2758,0,0,1,1.6514-6.169"/><path class="a" d="M30.1667,42.5H17.8333A12.3333,12.3333,0,0,1,5.5,30.1667h0A12.3333,12.3333,0,0,1,17.8333,17.8333h0A12.3333,12.3333,0,0,1,30.1667,30.1667"/><path class="a" d="M30.1667,5.5h0A12.3333,12.3333,0,0,1,42.5,17.8333V30.1667a0,0,0,0,1,0,0H30.1667A12.3333,12.3333,0,0,1,17.8333,17.8333v0A12.3333,12.3333,0,0,1,30.1667,5.5Z"/></svg>
Copied!