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