Aeon Mall Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aeon Mall 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/335984.svg" alt="Aeon Mall icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335984.svg" alt="Aeon Mall icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335984.svg" alt="Aeon Mall icon" :width="24" :height="24" />
CSS background
.icon-aeon-mall {
background-image: url('https://proicons.com/icon/335984.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="m26.463 18.51c-.0029.6218-2.9466 1.1255-6.5764 1.1254-3.6316 0-6.5755-.5043-6.5755-1.1263.0029-.6217 2.946-1.1254 6.5755-1.1254 3.6316 0 6.5759.5041 6.5764 1.1262v2e-4z"/><path class="d" d="m9.5 22.186 5.642-7.338h5.542"/><path class="d" d="m30.451 18.517c0 2.2137-2.0923 4.0083-4.6733 4.0083h-9e-4c-2.581 0-4.6733-1.7946-4.6733-4.0083s2.0923-4.0083 4.6733-4.0083c2.581-4e-4 4.6737 1.7938 4.6742 4.0075z"/><path class="d" d="m20.684 14.848h-4.347v7.338h4.347"/><path class="d" d="m32.32 22.166v-7.298l6.18 7.298v-7.298"/><path class="d" d="m27.677 26.174v7.3175h3.6588"/><path class="d" d="m33.841 26.154v7.3175h3.6588"/><path class="d" d="m10.5 33.484v-7.3095l3.6588 7.3175 3.6588-7.3063v7.3063"/><line class="d" x1="24.368" x2="21.126" y1="31.068" y2="31.068"/><path class="d" d="m20.323 33.492 2.4239-7.3175 2.4239 7.3175"/></svg>
Copied!