Box Light Double Round Up Right Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Box Light Double Round Up Right 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/311217.svg" alt="Box Light Double Round Up Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311217.svg" alt="Box Light Double Round Up Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311217.svg" alt="Box Light Double Round Up Right icon" :width="24" :height="24" />
CSS background
.icon-box-light-double-round-up-right {
background-image: url('https://proicons.com/icon/311217.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="M12 22V19H11V17H10V15H9V14H8V13H7V12H5V11H3V10H0V8H4V9H6V10H8V11H9V12H10V13H11V14H12V16H13V18H14V22H12M0 12H2V13H5V14H6V15H7V16H8V17H9V20H10V22H8V21H7V18H6V17H5V16H4V15H1V14H0V12Z"/></svg>
Copied!