Layout Up Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Layout Up 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/310199.svg" alt="Layout Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310199.svg" alt="Layout Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310199.svg" alt="Layout Up icon" :width="24" :height="24" />
CSS background
.icon-layout-up {
background-image: url('https://proicons.com/icon/310199.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.9401 7.92001H2.06006C2.26233 6.28754 3.05375 4.78508 4.28564 3.69498C5.51754 2.60487 7.1051 2.00214 8.75006 2H15.2501C16.895 2.00214 18.4826 2.60487 19.7145 3.69498C20.9464 4.78508 21.7378 6.28754 21.9401 7.92001Z" fill="black"/> <path d="M22 9.91992V15.2499C21.9974 17.0393 21.2853 18.7547 20.02 20.02C18.7547 21.2853 17.0394 21.9973 15.25 21.9999H8.75C6.9606 21.9973 5.24528 21.2853 3.97998 20.02C2.71468 18.7547 2.00265 17.0393 2 15.2499V9.91992H22Z" fill="black"/> </svg>
Copied!