Shopee Lite Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shopee 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/347257.svg" alt="Shopee Lite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347257.svg" alt="Shopee Lite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347257.svg" alt="Shopee Lite icon" :width="24" :height="24" />
CSS background
.icon-shopee-lite {
background-image: url('https://proicons.com/icon/347257.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="M33.5575,33.5v8h4M42.5575,37.5c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7M16.5865,35.983c1.154.865,2.308,1.153,4.615,1.153h1.154c2.0711,0,3.75-1.6789,3.75-3.75s-1.6789-3.75-3.75-3.75h-2.596c-2.0711,0-3.75-1.6789-3.75-3.75s1.6789-3.75,3.75-3.75h1.154c2.596,0,3.75.289,4.615,1.154M10.4095,16.773v-2.613c0-5.8874,4.7726-10.66,10.66-10.66s10.66,4.7726,10.66,10.66v2.613M30.6235,42.467c-.1691.0219-.3395.0329-.51.033H12.0035c-2.0304.0005-3.739-1.5203-3.974-3.537l-2.587-22.19h31.23l-1.604,13.762"/></svg>
Copied!