Padding Top icon

Used to represent spacing in-between elements. Contains direction variants. The Padding 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 Padding 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 { PaddingTop24Regular, PaddingTop24Filled } from "@fluentui/react-icons";

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

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_padding_top_24_regular.svg" width="24" height="24" alt="Padding 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="M4.5 2.75C4.5 2.33579 4.83579 2 5.25 2H6.11667C6.53088 2 6.86667 2.33579 6.86667 2.75C6.86667 3.16421 6.53088 3.5 6.11667 3.5H5.25C4.83579 3.5 4.5 3.16421 4.5 2.75ZM7.96667 2.75C7.96667 2.33579 8.30245 2 8.71667 2H10.45C10.8642 2 11.2 2.33579 11.2 2.75C11.2 3.16421 10.8642 3.5 10.45 3.5H8.71667C8.30245 3.5 7.96667 3.16421 7.96667 2.75ZM12.3 2.75C12.3 2.33579 12.6358 2 13.05 2H14.7833C15.1975 2 15.5333 2.33579 15.5333 2.75C15.5333 3.16421 15.1975 3.5 14.7833 3.5H13.05C12.6358 3.5 12.3 3.16421 12.3 2.75ZM16.6333 2.75C16.6333 2.33579 16.9691 2 17.3833 2H18.25C18.6642 2 19 2.33579 19 2.75C19 3.16421 18.6642 3.5 18.25 3.5H17.3833C16.9691 3.5 16.6333 3.16421 16.6333 2.75ZM4.5 21.25C4.5 20.8358 4.83579 20.5 5.25 20.5H18.25C18.6642 20.5 19 20.8358 19 21.25C19 21.6642 18.6642 22 18.25 22H5.25C4.83579 22 4.5 21.6642 4.5 21.25ZM12.2803 5.21967C11.9874 4.92678 11.5126 4.92678 11.2197 5.21967L6.21967 10.2197C5.92678 10.5126 5.92678 10.9874 6.21967 11.2803C6.51256 11.5732 6.98744 11.5732 7.28033 11.2803L11 7.56066V18.25C11 18.6642 11.3358 19 11.75 19C12.1642 19 12.5 18.6642 12.5 18.25V7.56066L16.2197 11.2803C16.5126 11.5732 16.9874 11.5732 17.2803 11.2803C17.5732 10.9874 17.5732 10.5126 17.2803 10.2197L12.2803 5.21967Z" 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/padding_top_24_regular.svg";

Details

NamePadding Top
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_padding_top_24_regular.svg
Filled fileic_fluent_padding_top_24_filled.svg
React componentsPaddingTop24Regular, PaddingTop24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

marginsspacein-between

Related icons