Layout Down Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Layout Down 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/310193.svg" alt="Layout Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310193.svg" alt="Layout Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310193.svg" alt="Layout Down icon" :width="24" :height="24" />
CSS background
.icon-layout-down {
background-image: url('https://proicons.com/icon/310193.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 16.0801C21.7378 17.7126 20.9464 19.215 19.7145 20.3051C18.4826 21.3952 16.895 21.998 15.2501 22.0001H8.75006C7.1051 21.998 5.51754 21.3952 4.28564 20.3051C3.05375 19.215 2.26233 17.7126 2.06006 16.0801H21.9401Z" fill="black"/> <path d="M22 8.75V14.08H2V8.75C2.00265 6.9606 2.71468 5.24525 3.97998 3.97995C5.24528 2.71465 6.9606 2.00265 8.75 2H15.25C17.0394 2.00265 18.7547 2.71465 20.02 3.97995C21.2853 5.24525 21.9974 6.9606 22 8.75Z" fill="black"/> </svg>
Copied!