Wanderlog Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wanderlog 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/334982.svg" alt="Wanderlog icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334982.svg" alt="Wanderlog icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334982.svg" alt="Wanderlog icon" :width="24" :height="24" />
CSS background
.icon-wanderlog {
background-image: url('https://proicons.com/icon/334982.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M30.68141678,26.5690885c2.70199966,0,5.13800049,1.62770081,6.17200089,4.12400055,1.0340004,2.49639893.46245956,5.36980057-1.44820023,7.28039932-1.91059875,1.91059875-4.7840004,2.48220062-7.28039932,1.44820023-2.49640083-1.0340004-4.12400055-3.47000122-4.12400055-6.17200089,0,2.70199966-1.62770081,5.13800049-4.12400055,6.17200089-2.49640083,1.0340004-5.36980057.46245956-7.28039932-1.44820023-1.91059971-1.91059875-2.48219967-4.7840004-1.44820023-7.28039932,1.0340004-2.49640083,3.47000027-4.12400055,6.17200089-4.12400055"/><path class="e" d="M21.29141739,10.77908854c-2.96039963-2.9604001-7.53999996-3.56330013-11.16600037-1.47000027-3.6257,2.09329987-5.39340019,6.36089993-4.30980015,10.40500069,1.08360004,4.04410172,4.74820042,6.85589981,8.93480015,6.85589981h18.5c5.10860062,0,9.25-4.14139938,9.25-9.25s-4.14139938-9.25-9.25-9.25-9.25,4.14139938-9.25,9.25v15.93099976"/></svg>
Copied!