Aldi Talk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aldi Talk 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/321578.svg" alt="Aldi Talk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321578.svg" alt="Aldi Talk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321578.svg" alt="Aldi Talk icon" :width="24" :height="24" />
CSS background
.icon-aldi-talk {
background-image: url('https://proicons.com/icon/321578.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="20.8747" y1="10.4987" x2="14.5" y2="27.5013"/><line class="b" x1="24.7968" y1="10.4987" x2="18.4221" y2="27.5013"/><line class="b" x1="28.7189" y1="10.4987" x2="22.3442" y2="27.5013"/><line class="b" x1="29.4611" y1="14.7493" x2="30.3316" y2="14.7493"/><line class="b" x1="27.8674" y1="19" x2="31.9063" y2="19"/><line class="b" x1="26.2737" y1="23.2507" x2="33.5" y2="23.2507"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><polyline class="b" points="25.0653 33.0402 25.0653 38.4133 27.7519 38.4133"/><line class="b" x1="15.7908" y1="33.0402" x2="19.3505" y2="33.0402"/><line class="b" x1="17.5706" y1="38.4133" x2="17.5706" y2="33.0402"/><line class="b" x1="29.3212" y1="33.0402" x2="29.3212" y2="38.4133"/><polyline class="b" points="32.2092 38.4133 29.9969 35.7268 32.2092 33.0582"/><line class="b" x1="29.9969" y1="35.7268" x2="29.3212" y2="35.7268"/><line class="b" x1="19.7582" y1="38.3974" x2="21.5035" y2="33.0401"/><line class="b" x1="23.2507" y1="38.4133" x2="21.5035" y2="33.0401"/><line class="b" x1="22.6663" y1="36.6159" x2="20.3386" y2="36.6159"/></svg>
Copied!