Ajio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ajio 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/336090.svg" alt="Ajio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336090.svg" alt="Ajio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336090.svg" alt="Ajio icon" :width="24" :height="24" />
CSS background
.icon-ajio {
background-image: url('https://proicons.com/icon/336090.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M33.0918,37.3443q-9.9652,5.8355-18.3524-.1781l2.5384-4.69,13.4127.0848Z"/><path class="a" d="M28.1607,27.5479l-8.2758-.0169L23.9585,19.49Z"/><path class="a" d="M36.788,33.4427,23.9585,8.2181l-12.83,25.3434C2.51,19.9907,13.41,8.2181,23.9585,8.2181,38.2716,8.2181,44.249,24.8338,36.788,33.4427Z"/><path class="a" d="M45.5,23.9456a21.4968,21.4968,0,1,1-.0011-.1722"/></svg>
Copied!