Aldi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aldi 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/321570.svg" alt="Aldi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321570.svg" alt="Aldi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321570.svg" alt="Aldi icon" :width="24" :height="24" />
CSS background
.icon-aldi {
background-image: url('https://proicons.com/icon/321570.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m16.6327,40.3771h0c1.1901,0,2.2553-.7382,2.6731-1.8526l10.8912-29.049c.4178-1.1143,1.483-1.8526,2.6731-1.8526h0"/><path class="c" d="m10.0771,40.3771h0c1.1901,0,2.2553-.7382,2.6731-1.8526l10.8912-29.049c.4178-1.1143,1.483-1.8526,2.6731-1.8526h0"/><path class="c" d="m5.5,40.3771l11.5858-30.9016c.4178-1.1143,1.483-1.8526,2.6731-1.8526h0"/><path class="c" d="m36.3963,16.9682c-.2381-.6921-.8894-1.1568-1.6214-1.1568h-3.4428"/><path class="c" d="m28.262,24h9.5465c.732,0,1.3832.4647,1.6214,1.1568"/><path class="c" d="m25.1918,32.1886h15.6868c.732,0,1.3832.4647,1.6214,1.1568"/></svg>
Copied!