Brand Aliexpress Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Aliexpress 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/305070.svg" alt="Brand Aliexpress icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305070.svg" alt="Brand Aliexpress icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305070.svg" alt="Brand Aliexpress icon" :width="24" :height="24" />
CSS background
.icon-brand-aliexpress {
background-image: url('https://proicons.com/icon/305070.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M780 737c-29 4-54 24-65 52-14 30-6 69 17 92 14 14 32 22 51 26 18 3 37-4 54-13 30-18 47-56 39-90-8-43-53-74-96-67zm-451 86c0 47-37 84-84 84s-83-37-83-84 37-83 83-83 84 37 84 83zM171 156c-4-12-6-25-10-38-8-17-28-26-46-26H0c41 133 82 267 122 400 23 74 45 148 69 221h624c24 0 47-12 60-31 14-20 20-45 21-69-143-1-285 0-428 0-52-1-104 1-156-1-8-27-27-86-28-91-26-88-54-176-79-264h616c-7 41-17 81-25 122-2 9-4 18-11 25-9 9-23 11-35 11-133 1-267 1-401 1 11 32 21 65 32 96h463c31 0 62-15 79-41 15-24 18-52 25-79 17-78 35-157 52-236H171z"/></svg>
Copied!