Temu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Temu 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/348336.svg" alt="Temu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348336.svg" alt="Temu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348336.svg" alt="Temu icon" :width="24" :height="24" />
CSS background
.icon-temu {
background-image: url('https://proicons.com/icon/348336.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m35.761,40.3968c4.4501,0,7.9833-3.744,7.7258-8.1866l-.7145-12.3256c-.3997-6.8949-6.1075-12.2814-13.014-12.2814h-11.5165c-6.9064,0-12.6143,5.3865-13.014,12.2814l-.7145,12.3256c-.2575,4.4426,3.2757,8.1866,7.7258,8.1866h23.522Z"/><path class="b" d="m16.8115,16.9106c0,3.9701,3.2184,7.1885,7.1885,7.1885s7.1885-3.2184,7.1885-7.1885"/></svg>
Copied!