Split Horizontal icon

Used in splitting cells, tables & other content. The Split Horizontal 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 Horizontal 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 { SplitHorizontal24Regular, SplitHorizontal24Filled } from "@fluentui/react-icons";

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

Use it in HTML

Reference the SVG file directly:

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

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="M21.25 12.5C21.6642 12.5 22 12.1642 22 11.75C22 11.3358 21.6642 11 21.25 11L2.75 11C2.33579 11 2 11.3358 2 11.75C2 12.1642 2.33579 12.5 2.75 12.5L21.25 12.5ZM20 4.25C20 3.00736 18.9926 2 17.75 2H6.25C5.00736 2 4 3.00736 4 4.25V10H5.5V4.25C5.5 3.83579 5.83578 3.5 6.25 3.5H17.75C18.1642 3.5 18.5 3.83579 18.5 4.25V10H20V4.25ZM5.5 19.25V13.5H4V19.25C4 20.4926 5.00736 21.5 6.25 21.5H17.75C18.9926 21.5 20 20.4926 20 19.25V13.5H18.5V19.25C18.5 19.6642 18.1642 20 17.75 20H6.25C5.83579 20 5.5 19.6642 5.5 19.25Z" 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_horizontal_24_regular.svg";

Details

NameSplit Horizontal
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_split_horizontal_24_regular.svg
Filled fileic_fluent_split_horizontal_24_filled.svg
React componentsSplitHorizontal24Regular, SplitHorizontal24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

cellcontenteditcanvashalf

Related icons