Taobao Lite Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Taobao Lite 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/333663.svg" alt="Taobao Lite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333663.svg" alt="Taobao Lite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333663.svg" alt="Taobao Lite icon" :width="24" :height="24" />
CSS background
.icon-taobao-lite {
background-image: url('https://proicons.com/icon/333663.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>.q{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="q" d="M3.5,7.7924c1.8875,1.0826,3.531,2.5434,4.8274,4.291"/><path id="d" class="q" d="M3.7682,16.9644c10.5283,7.1645,6.8007,13.9637.8045,20.7038"/><path id="e" class="q" d="M18.4117,5.1106c-.2667,8.0673-3.7152,10.3079-6.5438,13.034"/><path id="f" class="q" d="M30.6752,37.3862c-1.8379-.1732-4.0222-.8618-6.6318-2.3454"/><path id="g" class="q" d="M17.6435,10.2711c4.2783-1.49,8.7429-2.3783,13.2657-2.6394,8.2009-.2958,10.77,4.2163,11.3171,9.6011.5451,5.3578.3122,9.4353-1.0274,12.7164"/><path id="h" class="q" d="M19.88,17.5094h12.6579"/><path id="i" class="q" d="M25.5609,17.7209v13.4165"/><path id="j" class="q" d="M15.354,23.8841h19.47"/><path id="k" class="q" d="M30.7477,25.9219l1.521,5.3237"/><path id="l" class="q" d="M31.7113,29.2941c-2.2335.7039-13.3145,5.6328-15.7677-2.353"/><path id="m" class="q" d="M22.5414,13.9609l-5.1492,6.8656"/></g><g id="n"><path id="o" class="q" d="M44.5,35.8894c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7Z"/><path id="p" class="q" d="M35.5,31.8894v8h4"/></g></svg>
Copied!