Stack Arrow Forward icon

Used to represent stacked content & collections. The Stack Arrow Forward 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 Stack Arrow Forward 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 { StackArrowForward24Regular, StackArrowForward24Filled } from "@fluentui/react-icons";

export function Example() {
  return <StackArrowForward24Regular aria-label="Stack Arrow Forward" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_stack_arrow_forward_24_regular.svg" width="24" height="24" alt="Stack Arrow Forward">

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="M17.5 12C14.4624 12 12 9.53757 12 6.5C12 3.46243 14.4624 1 17.5 1C20.5376 1 23 3.46243 23 6.5C23 9.53757 20.5376 12 17.5 12ZM19.3536 3.64645C19.1583 3.45118 18.8417 3.45118 18.6464 3.64645C18.4512 3.84171 18.4512 4.15829 18.6464 4.35355L19.2929 5H17.25C15.4551 5 14 6.45507 14 8.25V8.5C14 8.77614 14.2239 9 14.5 9C14.7761 9 15 8.77614 15 8.5V8.25C15 7.00736 16.0074 6 17.25 6H19.2929L18.6464 6.64645C18.4512 6.84171 18.4512 7.15829 18.6464 7.35355C18.8417 7.54881 19.1583 7.54881 19.3536 7.35355L20.8536 5.85355C21.0488 5.65829 21.0488 5.34171 20.8536 5.14645L19.3536 3.64645ZM17 13V12.9811C16.4805 12.9415 15.9782 12.841 15.5 12.6865V13C15.5 13.2761 15.2761 13.5 15 13.5H4C3.72386 13.5 3.5 13.2761 3.5 13V6C3.5 5.72386 3.72386 5.5 4 5.5H11.0764C11.1572 4.97679 11.3004 4.47417 11.4982 4H4C2.89543 4 2 4.89543 2 6V13C2 14.1046 2.89543 15 4 15H15C16.1046 15 17 14.1046 17 13ZM18 12.9811C18.5195 12.9415 19.0219 12.841 19.5 12.6865V13.5C19.5 15.7091 17.7091 17.5 15.5 17.5H6.50001C5.56809 17.5 4.78504 16.8626 4.56302 16H15.5C16.8807 16 18 14.8807 18 13.5V12.9811ZM22 11.1904C21.5557 11.6168 21.051 11.9806 20.5 12.2678V14.25C20.5 16.5972 18.5972 18.5 16.25 18.5H7.06302C7.28504 19.3626 8.06809 20 9.00001 20H16.25C19.4256 20 22 17.4256 22 14.25V11.1904Z" 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/stack_arrow_forward_24_regular.svg";

Details

NameStack Arrow Forward
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_stack_arrow_forward_24_regular.svg
Filled fileic_fluent_stack_arrow_forward_24_filled.svg
React componentsStackArrowForward24Regular, StackArrowForward24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

contentlandscapecollection

Related icons