Eko2go Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eko2go 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/339568.svg" alt="Eko2go icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339568.svg" alt="Eko2go icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339568.svg" alt="Eko2go icon" :width="24" :height="24" />
CSS background
.icon-eko2go {
background-image: url('https://proicons.com/icon/339568.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M21.1059,30.7037c.2567-1.4558,1.7779-2.6036,3.2349-2.3138.9557.1901,1.5948,1.0457,1.5165,2.0482-.0582.7457-.424,1.4815-1.0188,1.9336-1.1019.8374-4.5724,3.0942-4.5724,3.0942h4.7177"/><path class="d" d="M31.2009,30.7482l-.9417,5.3408c-.1734.9832-1.111,1.7803-2.0942,1.7803h0c-.4916,0-.9015-.1993-1.1669-.5214"/><path class="d" d="M29.4207,30.7482h0c.9832,0,1.6397.7971,1.4664,1.7803l-.204,1.1572c-.1734.9832-1.111,1.7803-2.0942,1.7803h0c-.9832,0-1.6397-.7971-1.4664-1.7803l.204-1.1572c.1734-.9832,1.111-1.7803,2.0942-1.7803Z"/><path class="d" d="M32.9117,32.5285c.1734-.9832,1.111-1.7803,2.0942-1.7803s1.6397.7971,1.4664,1.7803l-.204,1.1572c-.1734.9832-1.111,1.7803-2.0942,1.7803s-1.6397-.7971-1.4664-1.7803l.204-1.1572Z"/><rect class="d" x="28.7315" y="14.1307" width="7.7685" height="11.7261" rx="3.8843" ry="3.8843"/><line class="d" x1="20.2662" y1="14.1307" x2="20.2662" y2="25.8568"/><line class="d" x1="20.2662" y1="21.7725" x2="26.569" y2="14.1701"/><line class="d" x1="26.569" y1="25.8568" x2="21.7409" y2="19.9938"/><line class="d" x1="11.5" y1="19.9938" x2="15.3226" y2="19.9938"/><polyline class="d" points="17.363 25.8568 11.5 25.8568 11.5 14.1307 17.363 14.1307"/><rect id="c" class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!