Lidl Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lidl Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/343018.svg" alt="Lidl Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343018.svg" alt="Lidl Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343018.svg" alt="Lidl Plus icon" :width="24" :height="24" />
CSS background
.icon-lidl-plus {
background-image: url('https://proicons.com/icon/343018.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M42.5,33.5249V5.5H5.5v37H33.523"/><path class="a" d="M40.361,32.6432a18.489,18.489,0,1,0-7.7623,7.7413"/><circle class="a" cx="39" cy="39" r="6.5"/><polyline class="a" points="10.278 19.909 10.278 28.596 14.072 28.596"/><path class="a" d="M27.7278,28.5962V19.9086h1.9547a3.8008,3.8008,0,0,1,3.8008,3.8008v1.086a3.8008,3.8008,0,0,1-3.8008,3.8008Z"/><rect class="a" x="17.4769" y="21.2015" width="6.2427" height="6.2427" transform="translate(-11.1658 21.6891) rotate(-45)"/><line class="a" x1="20.5982" y1="28.7371" x2="19.4172" y2="29.9181"/><line class="a" x1="26.1935" y1="23.1419" x2="25.0125" y2="24.3229"/><line class="a" x1="16.184" y1="24.3229" x2="15.003" y2="25.5039"/><circle class="a" cx="20.0077" cy="15.8197" r="2.4007"/><line class="a" x1="9.405" y1="19.9086" x2="11.1502" y2="19.9086"/><line class="a" x1="9.405" y1="28.5962" x2="10.2776" y2="28.5962"/><line class="a" x1="26.8553" y1="28.5962" x2="27.7278" y2="28.5962"/><line class="a" x1="26.8553" y1="19.9086" x2="27.7278" y2="19.9086"/><polyline class="a" points="35.673 19.909 35.673 28.596 39.468 28.596"/><line class="a" x1="34.8002" y1="19.9086" x2="36.5453" y2="19.9086"/><line class="a" x1="34.8002" y1="28.5962" x2="35.6727" y2="28.5962"/><line class="a" x1="39" y1="42.5" x2="39" y2="35.5"/><line class="a" x1="35.5" y1="39" x2="42.5" y2="39"/></svg>
Copied!