Wegfinder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wegfinder 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/349636.svg" alt="Wegfinder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349636.svg" alt="Wegfinder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349636.svg" alt="Wegfinder icon" :width="24" :height="24" />
CSS background
.icon-wegfinder {
background-image: url('https://proicons.com/icon/349636.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><path class="b" d="M4.5,19.6527h7.4439c.0527,0,.1009.0298.1245.0769l7.733,15.425c.0467.0932.1707.1101.2314.0254,1.0833-1.5099,8.6217-12.1935,8.6217-17.1222,0-2.7736-1.9624-5.3019-4.7361-5.2928-2.7656.0091-4.7049,2.5272-4.7049,5.2928,0,4.4677,8.1557,15.5762,9.3066,17.1215.0628.0842.1878.0645.232-.0307l7.1634-15.4152c.0228-.0491.0722-.0806.1263-.0806h7.4581"/><circle class="c" cx="24.0786" cy="18.2399" r=".75"/></svg>
Copied!