Aldi Go Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aldi Go 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/336130.svg" alt="Aldi Go icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336130.svg" alt="Aldi Go icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336130.svg" alt="Aldi Go icon" :width="24" :height="24" />
CSS background
.icon-aldi-go {
background-image: url('https://proicons.com/icon/336130.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="20.2168" y1="11.3842" x2="12.5" y2="31.9663"/><line class="b" x1="24.9646" y1="11.3842" x2="17.2478" y2="31.9663"/><line class="b" x1="29.7124" y1="11.3842" x2="21.9956" y2="31.9663"/><line class="b" x1="30.6108" y1="16.5297" x2="31.6646" y2="16.5297"/><line class="b" x1="28.6816" y1="21.6752" x2="33.5708" y2="21.6752"/><line class="b" x1="26.7524" y1="26.8208" x2="35.5" y2="26.8208"/><path class="b" d="M37.3231,4.5H10.6769c-2.2091,0-4,1.7909-4,4v26.6462c0,2.2091,1.7909,4,4,4h16.6274v4.3538l4.5791-4.3538h5.4397c2.2091,0,4-1.7909,4-4V8.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!