Dualwallpaper Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dualwallpaper Alt 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/339373.svg" alt="Dualwallpaper Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339373.svg" alt="Dualwallpaper Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339373.svg" alt="Dualwallpaper Alt icon" :width="24" :height="24" />
CSS background
.icon-dualwallpaper-alt {
background-image: url('https://proicons.com/icon/339373.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="g" 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="e" class="g" 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.4807v4.7071l.0248,15.5085v4.6947c0,2.0893-1.1664,3.1339-3.4991,3.1339h-2.0225"/><path id="f" class="g" d="M19.1795,20.4016c-3.3968,1.6145-4.8395,5.6723-3.2222,9.0634,1.6172,3.3911,5.6819,4.8313,9.0788,3.2168.732-.3479,1.3959-.8235,1.9605-1.4044-7.817,0-10.3235-4.4098-7.817-10.8758Z"/></g></svg>
Copied!