Temu Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Temu Alt 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/333778.svg" alt="Temu Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333778.svg" alt="Temu Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333778.svg" alt="Temu Alt icon" :width="24" :height="24" />
CSS background
.icon-temu-alt {
background-image: url('https://proicons.com/icon/333778.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><polyline class="c" points="22.8946 28.031 22.8946 19.9601 26.9345 28.0399 30.9744 19.9723 30.9744 28.0399"/><line class="c" x1="9.5" y1="19.9601" x2="14.8529" y2="19.9601"/><line class="c" x1="12.1765" y1="28.0399" x2="12.1765" y2="19.9601"/><path class="c" d="M33.1471,19.9601v5.4034c0,1.4782,1.1983,2.6765,2.6765,2.6765s2.6765-1.1983,2.6765-2.6765v-5.4034"/><line class="c" x1="16.8132" y1="24" x2="19.4472" y2="24"/><polyline class="c" points="20.8531 28.0399 16.8132 28.0399 16.8132 19.9601 20.8531 19.9601"/></svg>
Copied!