Worldexplorers Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Worldexplorers 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/335273.svg" alt="Worldexplorers icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335273.svg" alt="Worldexplorers icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335273.svg" alt="Worldexplorers icon" :width="24" :height="24" />
CSS background
.icon-worldexplorers {
background-image: url('https://proicons.com/icon/335273.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M43.5,27.026H4.5a19.5,19.5,0,0,1,39,0Z"/><line class="a" x1="6.3293" y1="18.7745" x2="12.7237" y2="18.7745"/><line class="a" x1="37.6764" y1="13.1299" x2="22.8382" y2="13.1299"/><line class="a" x1="30.2573" y1="11.1595" x2="35.294" y2="11.1595"/><line class="a" x1="20.2896" y1="30.0781" x2="27.1768" y2="30.0781"/><line class="a" x1="23.7332" y1="40.4739" x2="23.7332" y2="30.0781"/><polyline class="a" points="35.613 40.474 35.613 30.078 42.5 40.474 42.5 30.078"/><path class="a" d="M12.3873,36.9877V37.03a3.4436,3.4436,0,0,1-3.4437,3.4436h0A3.4436,3.4436,0,0,1,5.5,37.03V33.5217a3.4437,3.4437,0,0,1,3.4436-3.4436h0a3.4437,3.4437,0,0,1,3.4437,3.4436v.0426"/><line class="a" x1="14.1629" y1="40.4431" x2="17.6131" y2="30.0781"/><line class="a" x1="20.9202" y1="40.474" x2="17.6131" y2="30.0781"/><line class="a" x1="19.8139" y1="36.9964" x2="15.3102" y2="36.9964"/><line class="a" x1="26.3555" y1="40.4431" x2="29.8057" y2="30.0781"/><line class="a" x1="33.1128" y1="40.474" x2="29.8057" y2="30.0781"/><line class="a" x1="32.0065" y1="36.9964" x2="27.5028" y2="36.9964"/><line class="a" x1="7.3124" y1="16.9331" x2="10.0935" y2="16.9331"/></svg>
Copied!