Interactive Wallpapers Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Interactive Wallpapers 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/342046.svg" alt="Interactive Wallpapers icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342046.svg" alt="Interactive Wallpapers icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342046.svg" alt="Interactive Wallpapers icon" :width="24" :height="24" />
CSS background
.icon-interactive-wallpapers {
background-image: url('https://proicons.com/icon/342046.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="M27.4457,12.2937,15.0637,33.74a1.9663,1.9663,0,0,0,1.7029,2.95H41.5307a1.9663,1.9663,0,0,0,1.7029-2.95L30.8516,12.2937A1.9663,1.9663,0,0,0,27.4457,12.2937Z"/><path class="a" d="M20.9761,23.4993,17.53,17.5312a1.9664,1.9664,0,0,0-3.4059,0L4.7664,33.74a1.9663,1.9663,0,0,0,1.7029,2.95H16.7666"/><line class="a" x1="16.9229" y1="30.5198" x2="24.4378" y2="30.5198"/><line class="a" x1="20.3345" y1="24.6106" x2="28.4073" y2="24.6106"/><path class="a" d="M36.9152,22.7945a4.576,4.576,0,1,0-4.0269-6.9706"/></svg>
Copied!