Backgrounds Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Backgrounds 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/336871.svg" alt="Backgrounds icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336871.svg" alt="Backgrounds icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336871.svg" alt="Backgrounds icon" :width="24" :height="24" />
CSS background
.icon-backgrounds {
background-image: url('https://proicons.com/icon/336871.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="10.0372" y="11.3298" width="21.0638" height="32.1702" rx="2.5612" ry="2.5612"/><path class="b" d="m13.4521,11.3298v-.8537c0-1.4145,1.1467-2.5612,2.5612-2.5612h15.9415c1.4145,0,2.5612,1.1467,2.5612,2.5612v27.0479c0,1.4145-1.1467,2.5612-2.5612,2.5612h-.8537"/><path class="b" d="m16.8989,7.9149v-.8537c0-1.4145,1.1467-2.5612,2.5612-2.5612h15.9415c1.4145,0,2.5612,1.1467,2.5612,2.5612v27.0479c0,1.4145-1.1467,2.5612-2.5612,2.5612h-.8856"/></svg>
Copied!