Split Vertical Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Split Vertical 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/307418.svg" alt="Split Vertical icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307418.svg" alt="Split Vertical icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307418.svg" alt="Split Vertical icon" :width="24" :height="24" />
CSS background
.icon-split-vertical {
background-image: url('https://proicons.com/icon/307418.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="M0.999999 3.5L1 12.5C1 13.878 2.122 15 3.5 15L12.5 15C13.878 15 15 13.878 15 12.5L15 3.5C15 2.122 13.878 0.999999 12.5 0.999999L3.5 1C2.122 1 0.999999 2.122 0.999999 3.5ZM12.5 14L3.5 14C2.673 14 2 13.327 2 12.5L2 8.5L14 8.5L14 12.5C14 13.327 13.327 14 12.5 14ZM12.5 2C13.327 2 14 2.673 14 3.5L14 7.5L2 7.5L2 3.5C2 2.673 2.673 2 3.5 2L12.5 2Z"/></svg>
Split Vertical in other icon packs
Copied!