Backdrops Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Backdrops 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/322308.svg" alt="Backdrops icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322308.svg" alt="Backdrops icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322308.svg" alt="Backdrops icon" :width="24" :height="24" />
CSS background
.icon-backdrops {
background-image: url('https://proicons.com/icon/322308.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><rect class="a" x="15.6963" y="8.1467" width="16.6075" height="31.7067" rx="1.238"/><path class="a" d="M32.3038,13.2475H37.866a1.2349,1.2349,0,0,1,1.2372,1.238V33.513a1.2349,1.2349,0,0,1-1.2372,1.238H32.4365m-17.0608,0H10.1345a1.2348,1.2348,0,0,1-1.2371-1.238V14.4855a1.2348,1.2348,0,0,1,1.2371-1.238h5.5623"/><path class="a" d="M39.1034,16.3843h3.16A1.2348,1.2348,0,0,1,43.5,17.6223v12.755a1.2348,1.2348,0,0,1-1.2371,1.2379h-3.16m-30.2068,0H5.7371A1.2348,1.2348,0,0,1,4.5,30.3773V17.6223a1.2348,1.2348,0,0,1,1.2371-1.238H8.8966"/></svg>
Copied!