Takealot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Takealot 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/333629.svg" alt="Takealot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333629.svg" alt="Takealot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333629.svg" alt="Takealot icon" :width="24" :height="24" />
CSS background
.icon-takealot {
background-image: url('https://proicons.com/icon/333629.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="b" d="M22.109,31.4741h0c-.9835,0-1.7881-.8047-1.7881-1.7881v-1.1623c0-.9835.8047-1.7881,1.7881-1.7881h0c.9835,0,1.7881.8047,1.7881,1.7881v1.1623c0,.9835-.8047,1.7881-1.7881,1.7881Z"/><path class="b" d="M25.9338,28.4906c0-.9653.7898-1.755,1.755-1.755h0c.9653,0,1.755.7898,1.755,1.755v2.8958"/><line class="b" x1="25.9338" y1="26.7355" x2="25.9338" y2="31.4741"/><path class="b" d="M29.4438,28.4906c0-.9653.7898-1.755,1.755-1.755h0c.9653,0,1.755.7898,1.755,1.755v2.8958"/><path class="b" d="M18.3542,30.58c-.2682.5364-.8941.8941-1.5199.8941h0c-.9835,0-1.7881-.8047-1.7881-1.7881v-1.1623c0-.9835.8047-1.7881,1.7881-1.7881h0c.6259,0,1.2518.3576,1.5199.8941"/><line class="b" x1="16.2733" y1="16.5259" x2="16.2733" y2="23.768"/><line class="b" x1="16.2733" y1="22.248" x2="19.492" y2="18.9399"/><line class="b" x1="17.3462" y1="21.1751" x2="19.8496" y2="23.6786"/><path class="b" d="M31.0868,16.6153v6.2586c0,.5364.3576.8941.8941.8941h.2682"/><path class="b" d="M8.9835,17.5094v5.3645c0,.5365.3576.8941.8941.8941h.2682"/><line class="b" x1="8" y1="18.9399" x2="9.967" y2="18.9399"/><path class="b" d="M14.7468,21.9798c0,.9835-.8047,1.7882-1.7882,1.7882h0c-.9835,0-1.7882-.8047-1.7882-1.7882v-1.1623c0-.9835.8047-1.7882,1.7882-1.7882h0c.9835,0,1.7882.8047,1.7882,1.7882"/><line class="b" x1="14.7468" y1="23.768" x2="14.7468" y2="19.1736"/><path class="b" d="M24.1825,22.8739c-.2682.5365-.8941.8941-1.52.8941h0c-.9835,0-1.7882-.8047-1.7882-1.7882v-1.1623c0-.9835.8047-1.7882,1.7882-1.7882h0c.9835,0,1.7882.8047,1.7882,1.7882v.6259h-3.5764"/><path class="b" d="M29.5578,21.9798c0,.9835-.8047,1.7882-1.7882,1.7882h0c-.9835,0-1.7882-.8047-1.7882-1.7882v-1.1623c0-.9835.8047-1.7882,1.7882-1.7882h0c.9835,0,1.7882.8047,1.7882,1.7882"/><line class="b" x1="29.5578" y1="23.768" x2="29.5578" y2="19.0294"/><path class="b" d="M35.0622,23.768h0c-.9835,0-1.7881-.8047-1.7881-1.7881v-1.1623c0-.9835.8047-1.7881,1.7881-1.7881h0c.9835,0,1.7881.8047,1.7881,1.7881v1.1623c0,.9835-.8047,1.7881-1.7881,1.7881Z"/><path class="b" d="M38.8377,17.5094v5.3645c0,.5365.3576.8941.8941.8941h.2682"/><line class="b" x1="37.8542" y1="18.9399" x2="39.8212" y2="18.9399"/></svg>
Copied!