Layout Up Right Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Layout 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/310198.svg" alt="Layout Up Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310198.svg" alt="Layout Up Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310198.svg" alt="Layout Up Right icon" :width="24" :height="24" />
CSS background
.icon-layout-up-right {
background-image: url('https://proicons.com/icon/310198.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M21.9702 8.17001H2.03027C2.17762 6.48818 2.94891 4.92233 4.1925 3.78052C5.4361 2.6387 7.06197 2.00355 8.75024 2H15.2502C16.9385 2.00355 18.5644 2.6387 19.808 3.78052C21.0516 4.92233 21.8229 6.48818 21.9702 8.17001Z" fill="black"/> <path d="M14.33 10.1699V21.9999H8.75C6.9606 21.9973 5.24528 21.2853 3.97998 20.02C2.71468 18.7547 2.00265 17.0393 2 15.2499V10.1699H14.33Z" fill="black"/> <path d="M22.0001 10.1699V15.2499C21.999 16.8512 21.4278 18.3999 20.3889 19.6184C19.3499 20.8369 17.9111 21.6457 16.3301 21.8999V10.1699H22.0001Z" fill="black"/> </svg>
Copied!