Layout Panel Justify Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Layout Panel Justify 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/307252.svg" alt="Layout Panel Justify icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307252.svg" alt="Layout Panel Justify icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307252.svg" alt="Layout Panel Justify icon" :width="24" :height="24" />
CSS background
.icon-layout-panel-justify {
background-image: url('https://proicons.com/icon/307252.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 1H3.5C2.121 1 1 2.121 1 3.5V12.5C1 13.879 2.121 15 3.5 15H12.5C13.879 15 15 13.879 15 12.5V3.5C15 2.121 13.879 1 12.5 1ZM14 3.5V10H12V2H12.5C13.327 2 14 2.673 14 3.5ZM5 10H11V2H5V10ZM4 2V10H2V3.5C2 2.673 2.673 2 3.5 2H4Z"/></svg>
Copied!