Arrow Sort Up Lines icon

Used for sorting text list specifically. The Arrow Sort Up Lines 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 Sort Up Lines 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 { ArrowSortUpLines24Regular, ArrowSortUpLines24Filled } from "@fluentui/react-icons";

export function Example() {
  return <ArrowSortUpLines24Regular aria-label="Arrow Sort Up Lines" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_arrow_sort_up_lines_24_regular.svg" width="24" height="24" alt="Arrow Sort Up Lines">

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="M18 21.25C18 21.6642 17.6642 22 17.25 22C16.8358 22 16.5 21.6642 16.5 21.25V4.56066L14.2803 6.78033C13.9874 7.07322 13.5126 7.07322 13.2197 6.78033C12.9268 6.48744 12.9268 6.01256 13.2197 5.71967L16.7197 2.21967C17.0126 1.92678 17.4874 1.92678 17.7803 2.21967L21.2803 5.71967C21.5732 6.01256 21.5732 6.48744 21.2803 6.78033C20.9874 7.07322 20.5126 7.07322 20.2197 6.78033L18 4.56066V21.25ZM2.75 19.5C2.33579 19.5 2 19.1642 2 18.75C2 18.3358 2.33579 18 2.75 18H13.25C13.6642 18 14 18.3358 14 18.75C14 19.1642 13.6642 19.5 13.25 19.5H2.75ZM6 14.75C6 15.1642 6.33579 15.5 6.75 15.5H13.25C13.6642 15.5 14 15.1642 14 14.75C14 14.3358 13.6642 14 13.25 14H6.75C6.33579 14 6 14.3358 6 14.75ZM10.75 11.5C10.3358 11.5 10 11.1642 10 10.75C10 10.3358 10.3358 10 10.75 10H13.25C13.6642 10 14 10.3358 14 10.75C14 11.1642 13.6642 11.5 13.25 11.5H10.75Z" 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_sort_up_lines_24_regular.svg";

Details

NameArrow Sort Up Lines
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_arrow_sort_up_lines_24_regular.svg
Filled fileic_fluent_arrow_sort_up_lines_24_filled.svg
React componentsArrowSortUpLines24Regular, ArrowSortUpLines24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

arrowdirectiontext

Related icons