Here Wego Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Here Wego 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/341548.svg" alt="Here Wego icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341548.svg" alt="Here Wego icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341548.svg" alt="Here Wego icon" :width="24" :height="24" />
CSS background
.icon-here-wego {
background-image: url('https://proicons.com/icon/341548.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="M10.3648,35.1252a2.3215,2.3215,0,0,1-1.6413-3.9628L26.3314,13.5549a2.3212,2.3212,0,0,1,3.2827,3.2827L12.0061,34.4451A2.3129,2.3129,0,0,1,10.3648,35.1252Z"/><path class="a" d="M23.5707,35.1252a2.3215,2.3215,0,0,1-1.6414-3.9628l17.608-17.6075A2.3212,2.3212,0,1,1,42.82,16.8376L25.212,34.4451A2.3133,2.3133,0,0,1,23.5707,35.1252Z"/><path class="a" d="M6.8215,25.4622A2.3212,2.3212,0,0,1,5.18,21.5l7.9454-7.9446a2.3212,2.3212,0,1,1,3.2826,3.2827L8.4628,24.7821A2.3131,2.3131,0,0,1,6.8215,25.4622Z"/><path class="a" d="M8.1128,32.2406l2.3688-9.4771"/><path class="a" d="M17.019,15.7594,14.65,25.2365"/><line class="a" x1="21.3186" y1="32.2406" x2="23.688" y2="22.7635"/><path class="a" d="M30.2248,15.7594l-2.3694,9.4771"/></svg>
Copied!