Backgroundrestrictor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Backgroundrestrictor 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/336870.svg" alt="Backgroundrestrictor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336870.svg" alt="Backgroundrestrictor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336870.svg" alt="Backgroundrestrictor icon" :width="24" :height="24" />
CSS background
.icon-backgroundrestrictor {
background-image: url('https://proicons.com/icon/336870.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M27.3114,41.0907a17.4169,17.4169,0,0,0,8.9907-29.3925"/><path class="a" d="M20.6748,6.9236a17.3974,17.3974,0,0,0-8.9773,29.3792"/><polygon class="a" points="34.4 13.6 29.772 18.228 29.785 5.501 42.5 5.501 42.5 5.501 37.871 10.129 34.4 13.6"/><polygon class="a" points="13.599 34.401 18.214 29.786 18.214 42.501 5.5 42.501 10.128 37.872 13.599 34.401"/><line class="a" x1="42.5" y1="42.5" x2="5.5" y2="5.5"/></svg>
Copied!