Tokopedia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tokopedia 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/334081.svg" alt="Tokopedia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334081.svg" alt="Tokopedia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334081.svg" alt="Tokopedia icon" :width="24" :height="24" />
CSS background
.icon-tokopedia {
background-image: url('https://proicons.com/icon/334081.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="M27.0426,12.9416c-3.4291-2.897-16.85-2.2467-16.85-2.2467L9.72,43.3455s17.8545.133,23.353,0,9.3414-4.5081,9.4005-7.8781,0-24.1813,0-24.1813C35.6155,10.4584,30.5309,11.1088,27.0426,12.9416Z"/><circle class="a" cx="19.5311" cy="24.1719" r="6.9765"/><path class="a" d="M32.0431,29.33a6.2715,6.2715,0,1,0-2.3-1.7859"/><polyline class="a" points="10.193 10.695 5.699 13.947 5.5 39.369 9.72 43.346"/><path class="a" d="M33.6953,11.0948a7.7961,7.7961,0,0,0-15.3186-.2988"/><path class="a" d="M34.3962,19.662a2.3593,2.3593,0,0,1-3.8777,2.59,4.1944,4.1944,0,1,0,3.8777-2.59Z"/><path class="a" d="M20.5239,20.0074a2.4242,2.4242,0,0,1-4.2509,2.2107,4.31,4.31,0,1,0,4.2509-2.2107Z"/><path class="a" d="M24.3614,31.4175c0-2.8162,2.0309-3.9612,4.721-3.9612,2.3945,0,3.7543,3.2517,3.7543,3.2517a18.1787,18.1787,0,0,1-7.4495,1.4485,9.9041,9.9041,0,0,0,5.3211,2.5423s-.8278.6208-3.6657.6208C24.7368,35.32,24.3614,32.866,24.3614,31.4175Z"/><path class="a" d="M30.317,31.5687a10.3937,10.3937,0,0,1-.2583,3.0083"/></svg>
Copied!