Wikiloc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wikiloc 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/335175.svg" alt="Wikiloc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335175.svg" alt="Wikiloc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335175.svg" alt="Wikiloc icon" :width="24" :height="24" />
CSS background
.icon-wikiloc {
background-image: url('https://proicons.com/icon/335175.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="d" cx="24" cy="24" r="21.5"/><path class="d" d="m35.061 5.5633c2.2315 5.9614-1.2468 12.37-6.2618 15.266-3.7782 2.1813-7.7857 6.7965-7.7857 13.469 0 3.9685 1.6132 8.9417 5.3097 11.076"/><path class="d" d="m29.153 3.1267c1.3908 5.1904-4.0185 9.4636-6.3143 10.079-4.5272 1.2131-10.977 4.532-13.98 11.549-2.1925 4.7412-1.5863 11.05.89616 15.349"/></svg>
Copied!