Arrow Split icon

Used for expanding content. The Arrow Split 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 Arrow Split 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 { ArrowSplit24Regular, ArrowSplit24Filled } from "@fluentui/react-icons";

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

Use it in HTML

Reference the SVG file directly:

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

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.0007 3C12.4149 3 12.7507 3.33579 12.7507 3.75V9.5H15.2461C16.7649 9.5 17.9961 10.7312 17.9961 12.25V18.4416L19.7207 16.7193C20.0138 16.4266 20.4886 16.4269 20.7813 16.72C21.074 17.0131 21.0737 17.488 20.7806 17.7807L17.7761 20.7812C17.4831 21.0737 17.0085 21.0736 16.7158 20.7808L13.7153 17.7803C13.4224 17.4874 13.4224 17.0126 13.7153 16.7197C14.0082 16.4268 14.483 16.4268 14.7759 16.7197L16.4961 18.4398V12.25C16.4961 11.5596 15.9364 11 15.2461 11H8.75056C8.06021 11 7.50056 11.5596 7.50056 12.25V18.4398L9.22074 16.7197C9.51363 16.4268 9.98851 16.4268 10.2814 16.7197C10.5743 17.0126 10.5743 17.4874 10.2814 17.7803L7.28089 20.7808C6.988 21.0737 6.51313 21.0737 6.22024 20.7808L3.21968 17.7803C2.92678 17.4874 2.92677 17.0126 3.21966 16.7197C3.51256 16.4268 3.98743 16.4268 4.28032 16.7197L6.00056 18.4399V12.25C6.00056 10.7312 7.23178 9.5 8.75056 9.5H11.2507V3.75C11.2507 3.33579 11.5864 3 12.0007 3Z" 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/arrow_split_24_regular.svg";

Details

NameArrow Split
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_arrow_split_24_regular.svg
Filled fileic_fluent_arrow_split_24_filled.svg
React componentsArrowSplit24Regular, ArrowSplit24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

pointdirectionhorizontalfitscale

Related icons