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