Aldi Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aldi Mobile 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/321573.svg" alt="Aldi Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321573.svg" alt="Aldi Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321573.svg" alt="Aldi Mobile icon" :width="24" :height="24" />
CSS background
.icon-aldi-mobile {
background-image: url('https://proicons.com/icon/321573.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>.o{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="o" x1="20.8747" y1="10.4987" x2="14.5" y2="27.5013"/><line class="o" x1="24.7968" y1="10.4987" x2="18.4221" y2="27.5013"/><line class="o" x1="28.7189" y1="10.4987" x2="22.3442" y2="27.5013"/><line class="o" x1="29.4611" y1="14.7493" x2="30.3316" y2="14.7493"/><line class="o" x1="27.8674" y1="19" x2="31.9063" y2="19"/><line class="o" x1="26.2737" y1="23.2507" x2="33.5" y2="23.2507"/><rect class="o" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><g id="b"><polyline id="c" class="o" points="30.6289 32.9766 30.6289 38.4134 33.3473 38.4134"/></g><g id="d"><line id="e" class="o" x1="28.5452" y1="32.9766" x2="28.5452" y2="38.4134"/></g><g id="f"><line id="g" class="o" x1="35.0589" y1="38.4134" x2="37.7773" y2="38.4134"/><line id="h" class="o" x1="35.0589" y1="32.9766" x2="37.7773" y2="32.9766"/><line id="i" class="o" x1="35.0589" y1="35.695" x2="36.8259" y2="35.695"/><line id="j" class="o" x1="35.0589" y1="32.9766" x2="35.0589" y2="38.4134"/></g><polyline id="k" class="o" points="9.7773 38.4134 9.7773 32.9766 12.4957 38.4134 15.214 32.9766 15.214 38.4134"/><path id="l" class="o" d="M17.1353,36.5785c0,1.0194.8155,1.8349,1.7669,1.8349,1.0194,0,1.8349-.8155,1.8349-1.8349v-1.8349c0-1.0194-.8155-1.8349-1.8349-1.8349s-1.7669.8155-1.7669,1.8349v1.8349Z"/><path id="m" class="o" d="M25.0559,35.695c.7476,0,1.3592.6116,1.3592,1.3592s-.6116,1.3592-1.3592,1.3592h-2.2427v-5.4367h2.2427c.7476,0,1.3592.6116,1.3592,1.3592s-.6116,1.3592-1.3592,1.3592Z"/><line id="n" class="o" x1="25.0559" y1="35.695" x2="22.8132" y2="35.695"/></svg>
Copied!