Dualwallpaper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dualwallpaper 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/339372.svg" alt="Dualwallpaper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339372.svg" alt="Dualwallpaper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339372.svg" alt="Dualwallpaper icon" :width="24" :height="24" />
CSS background
.icon-dualwallpaper {
background-image: url('https://proicons.com/icon/339372.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.n{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="n" d="M9.4268,34.3122v4.6947c0,2.3288,1.0464,3.4931,3.1392,3.4931h17.1603c2.0928,0,3.1392-1.1644,3.1392-3.4931V14.7531c0-2.3288-1.0464-3.4931-3.1392-3.4931H12.566c-2.0928,0-3.1392,1.1644-3.1392,3.4931v19.5591Z"/><path id="d" class="n" d="M15.06,11.0742v-2.0191c0-2.3288,1.0505-3.4931,3.1516-3.4931h4.7026l7.7922-.0619h4.7026c2.1094,0,3.1558,1.1602,3.1392,3.4808v4.7071l.0248,15.5085v4.6947c0,2.0893-1.1664,3.1339-3.4991,3.1339h-2.0225"/><path id="e" class="n" d="M21.14,22.0738c2.6677,0,4.8267,2.1553,4.8267,4.8062,0,2.6632-2.159,4.8062-4.8267,4.8062-2.6553,0-4.8143-2.143-4.8143-4.8062,0-2.6508,2.159-4.8062,4.8143-4.8062Z"/><path id="f" class="n" d="M21.14,17.3172v3.2826"/><path id="g" class="n" d="M21.14,33.3088v3.2826"/><path id="h" class="n" d="M14.7498,26.88h-3.2757"/><path id="i" class="n" d="M30.7934,26.88h-3.2881"/><path id="j" class="n" d="M14.2163,33.7672l2.3327-2.3164"/><path id="k" class="n" d="M25.6565,22.4207l2.3203-2.3164"/><path id="l" class="n" d="M16.6607,22.2844l-2.3327-2.3164"/><path id="m" class="n" d="M27.9768,33.7672l-2.3203-2.3164"/></svg>
Copied!