Wallpaperengine Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wallpaperengine 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/334969.svg" alt="Wallpaperengine icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334969.svg" alt="Wallpaperengine icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334969.svg" alt="Wallpaperengine icon" :width="24" :height="24" />
CSS background
.icon-wallpaperengine {
background-image: url('https://proicons.com/icon/334969.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M23.3955,13.428a11.1793,11.1793,0,0,1,9.4893,17.0858"/><path class="a" d="M23.3945,13.429H9.8645A4.3564,4.3564,0,0,0,5.5,17.7962v20.342a4.3542,4.3542,0,0,0,4.3645,4.3645h20.342a4.3565,4.3565,0,0,0,4.3672-4.3645"/><path class="a" d="M22.0055,13.429V10.1938h4.2621v3.61"/><path class="a" d="M29.8785,15.502,32.74,12.64l2.5949,2.6207-2.8616,2.8616"/><path class="a" d="M34.5725,25.969h3.2352V21.7069h-3.61"/><path class="a" d="M32.4985,18.097,35.36,15.2354l-2.6207-2.5949-2.8616,2.8616"/><path class="a" d="M24.6055,34.572a11.1793,11.1793,0,0,1-9.4893-17.0858"/><path class="a" d="M24.6055,34.571h13.53A4.3564,4.3564,0,0,0,42.5,30.2038V9.8618a4.3542,4.3542,0,0,0-4.3645-4.3645H17.7935a4.3565,4.3565,0,0,0-4.3672,4.3645"/><path class="a" d="M25.9945,34.571v3.2352H21.7324v-3.61"/><path class="a" d="M18.1225,32.498,15.2609,35.36,12.666,32.7389l2.8616-2.8616"/><path class="a" d="M13.4285,22.031H10.1933v4.2621h3.61"/><path class="a" d="M15.5015,29.903,12.64,32.7646,15.2606,35.36l2.8616-2.8616"/><circle class="a" cx="24.0005" cy="24" r="4.1397"/></svg>
Copied!