Ali Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ali 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/336157.svg" alt="Ali icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336157.svg" alt="Ali icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336157.svg" alt="Ali icon" :width="24" :height="24" />
CSS background
.icon-ali {
background-image: url('https://proicons.com/icon/336157.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="b" class="h" cx="24" cy="26.1026" r="18.3974"/><circle id="c" class="h" cx="24" cy="4.5513" r="1.0513"/><path id="d" class="h" d="M24,5.6026v1.5769"/><ellipse id="e" class="h" cx="16.3782" cy="32.9359" rx="1.8397" ry="3.6795"/><ellipse id="f" class="h" cx="31.6218" cy="32.9359" rx="1.8397" ry="3.6795"/><path id="g" class="h" d="M11.9103,22.9487c3.6479-3.0361,8.6163,.5919,12.0897,.5256s8.4986-3.1381,12.0897-.5256,3.0929,11.5862,0,14.7179-21.2779,2.9509-24.1795,0c-2.9015-2.9509-3.6479-11.6818,0-14.7179Z"/></svg>
Copied!