Split Vertical icon

Used in splitting cells, tables & other content. The Split Vertical icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Split Vertical icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { SplitVertical24Regular, SplitVertical24Filled } from "@fluentui/react-icons";

export function Example() {
  return <SplitVertical24Regular aria-label="Split Vertical" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_split_vertical_24_regular.svg" width="24" height="24" alt="Split Vertical">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5 2.75C12.5 2.33579 12.1642 2 11.75 2C11.3358 2 11 2.33579 11 2.75L11 21.25C11 21.6642 11.3358 22 11.75 22C12.1642 22 12.5 21.6642 12.5 21.25L12.5 2.75ZM4.25 4C3.00736 4 2 5.00736 2 6.25V17.75C2 18.9926 3.00736 20 4.25 20H10V18.5H4.25C3.83579 18.5 3.5 18.1642 3.5 17.75V6.25C3.5 5.83579 3.83579 5.5 4.25 5.5H10V4H4.25ZM19.25 18.5H13.5V20H19.25C20.4926 20 21.5 18.9926 21.5 17.75V6.25C21.5 5.00736 20.4926 4 19.25 4H13.5V5.5H19.25C19.6642 5.5 20 5.83579 20 6.25V17.75C20 18.1642 19.6642 18.5 19.25 18.5Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/split_vertical_24_regular.svg";

Details

NameSplit Vertical
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_split_vertical_24_regular.svg
Filled fileic_fluent_split_vertical_24_filled.svg
React componentsSplitVertical24Regular, SplitVertical24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

cellcontenteditcanvashalf

Related icons