Layout Up Left Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Layout Up Left 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/310197.svg" alt="Layout Up Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310197.svg" alt="Layout Up Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310197.svg" alt="Layout Up Left icon" :width="24" :height="24" />
CSS background
.icon-layout-up-left {
background-image: url('https://proicons.com/icon/310197.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="M8.16998 10.1699V21.9699C6.48815 21.8226 4.92233 21.0512 3.78052 19.8076C2.6387 18.564 2.00355 16.9382 2 15.2499V10.1699H8.16998Z" fill="black"/> <path d="M21.9999 10.1699V15.2499C21.9973 17.0393 21.2853 18.7547 20.02 20.02C18.7547 21.2853 17.0393 21.9973 15.2499 21.9999H10.1699V10.1699H21.9999Z" fill="black"/> </svg>
Copied!