Document Header Arrow Down icon

Used to represent file type content styles and scenarios. The Document Header Arrow Down 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 Document Header Arrow Down 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 { DocumentHeaderArrowDown24Regular, DocumentHeaderArrowDown24Filled } from "@fluentui/react-icons";

export function Example() {
  return <DocumentHeaderArrowDown24Regular aria-label="Document Header Arrow Down" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_document_header_arrow_down_24_regular.svg" width="24" height="24" alt="Document Header Arrow Down">

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="M8.50516 5.00447C7.67673 5.00447 7.00515 5.67611 7.00515 6.50462C7.00515 7.33312 7.67673 8.00476 8.50516 8.00476H15.5052C16.3337 8.00476 17.0052 7.33312 17.0052 6.50462C17.0052 5.67611 16.3337 5.00447 15.5052 5.00447H8.50516ZM19.9948 4.09615C19.9156 2.92525 18.9409 2 17.75 2H6.25002L6.09597 2.00519C4.92517 2.08436 4 3.05924 4 4.25022V19.7498L4.00519 19.9038C4.08436 21.0747 5.05914 22 6.25002 22H12.8096C12.3832 21.5557 12.0193 21.0509 11.7321 20.4999H6.25002L6.14825 20.493C5.78217 20.4433 5.50001 20.1295 5.50001 19.7498V4.25022L5.50686 4.14844C5.55652 3.78233 5.87032 3.50014 6.25002 3.50014H17.75L17.8518 3.50699C18.2178 3.55666 18.5 3.87048 18.5 4.25022V11.0764C19.0232 11.1572 19.5258 11.3004 20 11.4982V4.25022L19.9948 4.09615ZM23 17.5C23 20.5376 20.5376 23 17.5 23C14.4624 23 12 20.5376 12 17.5C12 14.4624 14.4624 12 17.5 12C20.5376 12 23 14.4624 23 17.5ZM18 14.5C18 14.2239 17.7761 14 17.5 14C17.2239 14 17 14.2239 17 14.5V19.2929L15.3536 17.6464C15.1583 17.4512 14.8417 17.4512 14.6464 17.6464C14.4512 17.8417 14.4512 18.1583 14.6464 18.3536L17.1464 20.8536C17.3417 21.0488 17.6583 21.0488 17.8536 20.8536L20.3536 18.3536C20.5488 18.1583 20.5488 17.8417 20.3536 17.6464C20.1583 17.4512 19.8417 17.4512 19.6464 17.6464L18 19.2929V14.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/document_header_arrow_down_24_regular.svg";

Details

NameDocument Header Arrow Down
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_document_header_arrow_down_24_regular.svg
Filled fileic_fluent_document_header_arrow_down_24_filled.svg
React componentsDocumentHeaderArrowDown24Regular, DocumentHeaderArrowDown24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

paperworkfileanalogeditimagecontentdownloadvertical

Related icons