Wallapop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wallapop 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/349512.svg" alt="Wallapop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349512.svg" alt="Wallapop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349512.svg" alt="Wallapop icon" :width="24" :height="24" />
CSS background
.icon-wallapop {
background-image: url('https://proicons.com/icon/349512.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m12.283,25.17C3.2687,22.8069,2.9687,15.198,6.204,10.9672c3.4737-4.5426,9.483-2.1075,11.6236-.4008,1.8705-6.2126,11.0892-9.2855,18.7047-1.1356,7.6155,8.1499-2.8057,16.6338-2.8057,16.6338"/><path class="c" d="m38.861,18.7175c9.6101,4.143,2.8819,16.499-3.3307,15.4969.1441,4.0714-1.6033,9.2924-9.1519,9.2855-4.0036-.0036-10.0204-4.6094-5.8118-14.0285"/><path class="c" d="m8.6639,23.7035c-6.5348,3.2963-4.0579,19.1811,10.8364,14.345"/></svg>
Copied!