Box Outer Light Round Up Left Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Box Outer Light Round Up Left 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/311364.svg" alt="Box Outer Light Round Up Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311364.svg" alt="Box Outer Light Round Up Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311364.svg" alt="Box Outer Light Round Up Left icon" :width="24" :height="24" />
CSS background
.icon-box-outer-light-round-up-left {
background-image: url('https://proicons.com/icon/311364.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 22 22"><path d="M22 0V2H17V3H13V4H11V5H9V6H8V7H7V8H6V9H5V11H4V13H3V17H2V22H.004V16H1V12H2V10H3V8H4V7H5V6H6V5H7V4H8V3H10V2H12V1H16V0H22Z"/></svg>
Copied!