Border Left Right Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Border Left 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/311838.svg" alt="Border Left Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311838.svg" alt="Border Left Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311838.svg" alt="Border Left Right icon" :width="24" :height="24" />
CSS background
.icon-border-left-right {
background-image: url('https://proicons.com/icon/311838.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-border-left-right" viewBox="0 0 22 22"><path d="M12 2V4H10V2H12M12 18V20H10V18H12M8 2V4H6V2H8M16 2V4H14V2H16M16 18V20H14V18H16M8 18V20H6V18H8M4 2V20H2V2H4M18 2H20V20H18V2Z" /></svg>
Copied!