Layout Right Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Layout 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/310196.svg" alt="Layout Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310196.svg" alt="Layout Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310196.svg" alt="Layout Right icon" :width="24" :height="24" />
CSS background
.icon-layout-right {
background-image: url('https://proicons.com/icon/310196.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="M22.0001 8.75006V15.2501C21.9979 16.895 21.3952 18.4826 20.3051 19.7145C19.2149 20.9464 17.7126 21.7378 16.0801 21.9401V2.06006C17.7126 2.26233 19.2149 3.05375 20.3051 4.28564C21.3952 5.51754 21.9979 7.1051 22.0001 8.75006Z" fill="black"/> <path d="M14.08 2V22H8.75C6.9606 21.9974 5.24528 21.2853 3.97998 20.0201C2.71468 18.7548 2.00265 17.0394 2 15.25V8.75C2.00265 6.9606 2.71468 5.24525 3.97998 3.97995C5.24528 2.71465 6.9606 2.00265 8.75 2H14.08Z" fill="black"/> </svg>
Copied!