Align Top icon

Used to align content. Contains orientation variants. The Align Top 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 Align Top 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 { AlignTop24Regular, AlignTop24Filled } from "@fluentui/react-icons";

export function Example() {
  return <AlignTop24Regular aria-label="Align Top" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_align_top_24_regular.svg" width="24" height="24" alt="Align Top">

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="M2.75 3C2.33579 3 2 3.33579 2 3.75C2 4.16421 2.33579 4.5 2.75 4.5H21.25C21.6642 4.5 22 4.16421 22 3.75C22 3.33579 21.6642 3 21.25 3L2.75 3ZM4 8.25C4 7.00736 5.00736 6 6.25 6H8.75C9.99264 6 11 7.00736 11 8.25L11 18.75C11 19.9926 9.99264 21 8.75 21H6.25C5.00736 21 4 19.9926 4 18.75L4 8.25ZM6.25 7.5C5.83579 7.5 5.5 7.83579 5.5 8.25L5.5 18.75C5.5 19.1642 5.83579 19.5 6.25 19.5H8.75C9.16421 19.5 9.5 19.1642 9.5 18.75L9.5 8.25C9.5 7.83579 9.16421 7.5 8.75 7.5L6.25 7.5ZM13 8.25C13 7.00736 14.0074 6 15.25 6H17.75C18.9926 6 20 7.00736 20 8.25V15.25C20 16.4926 18.9926 17.5 17.75 17.5H15.25C14.0074 17.5 13 16.4926 13 15.25L13 8.25ZM15.25 7.5C14.8358 7.5 14.5 7.83579 14.5 8.25L14.5 15.25C14.5 15.6642 14.8358 16 15.25 16H17.75C18.1642 16 18.5 15.6642 18.5 15.25V8.25C18.5 7.83579 18.1642 7.5 17.75 7.5L15.25 7.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/align_top_24_regular.svg";

Details

NameAlign Top
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_align_top_24_regular.svg
Filled fileic_fluent_align_top_24_filled.svg
React componentsAlignTop24Regular, AlignTop24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

alignmenteditingdesign

Related icons