Layout Sidebar Right Dock Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Layout Sidebar Right Dock 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/307260.svg" alt="Layout Sidebar Right Dock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307260.svg" alt="Layout Sidebar Right Dock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307260.svg" alt="Layout Sidebar Right Dock icon" :width="24" :height="24" />
CSS background
.icon-layout-sidebar-right-dock {
background-image: url('https://proicons.com/icon/307260.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 d="M6.64746 6.14844C6.84246 5.95344 7.15852 5.95344 7.35352 6.14844L8.85352 7.64844L8.85547 7.64648C9.05032 7.84133 9.05001 8.15848 8.85547 8.35352L7.35547 9.85352C7.25747 9.95052 7.12898 10 7.00098 10C6.87299 9.99999 6.74546 9.9515 6.64746 9.85352C6.45246 9.65852 6.45246 9.34148 6.64746 9.14648L7.29297 8.50098H3.5C3.22401 8.50098 3.00001 8.27697 3 8.00098C3 7.72498 3.224 7.50098 3.5 7.50098H7.29297L6.64746 6.85449C6.45247 6.65949 6.45247 6.34344 6.64746 6.14844Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 1C13.881 1 15 2.119 15 3.5L15 12.5C15 13.881 13.881 15 12.5 15H3.5C2.119 15 1 13.881 1 12.5L1 3.5C1 2.119 2.119 1 3.5 1L12.5 1ZM3.5 2C2.672 2 2 2.672 2 3.5L2 12.5C2 13.328 2.672 14 3.5 14H10L10 2H3.5Z"/></svg>
Copied!