Border Outside Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Border Outside 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/311841.svg" alt="Border Outside icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311841.svg" alt="Border Outside icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311841.svg" alt="Border Outside icon" :width="24" :height="24" />
CSS background
.icon-border-outside {
background-image: url('https://proicons.com/icon/311841.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-outside" viewBox="0 0 22 22"><path d="M2 2H20V20H2V2M4 4V18H18V4H4M10 6H12V8H10V6M10 10H12V12H10V10M6 10H8V12H6V10M14 10H16V12H14V10M10 14H12V16H10V14Z" /></svg>
Border Outside in other icon packs
Copied!