Vipshop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vipshop 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/349338.svg" alt="Vipshop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349338.svg" alt="Vipshop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349338.svg" alt="Vipshop icon" :width="24" :height="24" />
CSS background
.icon-vipshop {
background-image: url('https://proicons.com/icon/349338.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>.u{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="u" d="M10.3733,20.0801v6.0622c0,.7028-.5717,1.2686-1.2818,1.2686h-.9707v-7.3308h2.2525Z"/><path id="d" class="u" d="M12.6891,19.2359l-2.3165,2.389"/><path id="e" class="u" d="M12.1256,19.8186v8.8909"/><path id="f" class="u" d="M12.3964,20.8772h4.5481"/><path id="g" class="u" d="M12.3964,28.3316h4.5481"/><path id="h" class="u" d="M12.3964,23.362h4.5481"/><path id="i" class="u" d="M12.3964,25.8468h4.5481"/><path id="j" class="u" d="M15.0486,19.3942v8.9373"/></g><g id="k"><path id="l" class="u" d="M23.0721,24.4365v3.059c0,.7028-.5717,1.2686-1.2818,1.2686h-2.128v-4.3276h3.4098Z"/><path id="m" class="u" d="M28.343,24.4365v3.059c0,.7028-.5717,1.2686-1.2818,1.2686h-2.128v-4.3276h3.4098Z"/><path id="n" class="u" d="M20.5155,22.8439h6.1198c.4734,0,.8545-.3772.8545-.8458v-2.6222h-6.9743v3.468Z"/></g><g id="o"><path id="p" class="u" d="M30.6142,25.1151h8.9387"/><path id="q" class="u" d="M32.9508,25.1147l-1.4286,3.318h6.1509c1.256,0,1.4014-.602.759-1.6354"/><path id="r" class="u" d="M30.288,23.4052l4.7956-3.9494,4.7956,3.9494"/><path id="s" class="u" d="M31.1373,22.7059h7.8918"/></g><path id="t" class="u" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></svg>
Copied!