Border Top Right Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Border Top 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/311848.svg" alt="Border Top Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311848.svg" alt="Border Top Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311848.svg" alt="Border Top Right icon" :width="24" :height="24" />
CSS background
.icon-border-top-right {
background-image: url('https://proicons.com/icon/311848.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-top-right" viewBox="0 0 22 22"><path d="M12 18V20H10V18H12M4 10V12H2V10H4M4 6V8H2V6H4M16 18V20H14V18H16M4 14V16H2V14H4M4 18V20H2V18H4M8 18V20H6V18H8M20 2V20H18V4H2V2H20Z" /></svg>
Copied!