Alibaba Supplier Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alibaba Supplier 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/321601.svg" alt="Alibaba Supplier icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321601.svg" alt="Alibaba Supplier icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321601.svg" alt="Alibaba Supplier icon" :width="24" :height="24" />
CSS background
.icon-alibaba-supplier {
background-image: url('https://proicons.com/icon/321601.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M18.6993,22.8121c-5.248,3.601-9.654,2.104-10.99,1.164-.12,1.593.092,3.399.092,3.399-1.973.744-5.312,2.899-4.007,4.811,1.305,1.912,8.014,1.76,13.963.182M17.5603,21.8351c.925.547,1.532,1.2,1.593,2.353M8.8433,24.3701s1.457-1.538,2.469-2.428c0,0-.162-.648-.688-1.943,0,0,6.435-2.712,14.854-3.926-.85-.85-1.214-1.052-1.214-1.052l1.214-.607s5.828.485,6.354,3.561c.526,3.076-8.485,11.703-7.811,14.165,1.052,3.845,13.073-1.133,20.479-4.25"/><path class="b" d="M37.3573,23.5371c.49.639,1.106.877,1.962.877h1.184c1.1024,0,1.996-.8936,1.996-1.996v-.009c0-1.1024-.8936-1.996-1.996-1.996h-1.307c-1.1022-.0017-1.9953-.8948-1.997-1.997h0c0-1.106.896-2.002,2.002-2.002h1.178c.856,0,1.47.237,1.961.876"/></svg>
Copied!