Wallmewallpaper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wallmewallpaper 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/334966.svg" alt="Wallmewallpaper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334966.svg" alt="Wallmewallpaper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334966.svg" alt="Wallmewallpaper icon" :width="24" :height="24" />
CSS background
.icon-wallmewallpaper {
background-image: url('https://proicons.com/icon/334966.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><g><g><polygon class="b" points="16.2666 32.0593 23.9611 28.2533 30.3665 31.2903 22.6721 35.0962 16.2666 32.0593"/><polygon class="b" points="14.866 39.0292 20.3157 36.3336 24.8525 38.4846 19.4027 41.1802 14.866 39.0292"/><polygon class="b" points="23.2298 41.544 26.8652 39.7202 29.8916 41.1755 26.2562 42.9993 23.2298 41.544"/></g><path class="b" d="M24,24.2513v2.0654"/></g><rect class="b" x="17.1939" y="7.8199" width="13.6122" height="13.6122" transform="translate(17.3716 -12.6867) rotate(45)"/><line class="b" x1="28.8126" y1="19.4386" x2="19.1874" y2="9.8133"/><line class="b" x1="19.1874" y1="19.4386" x2="28.8126" y2="9.8133"/></svg>
Copied!