Document Table Arrow Right icon

Used to represent table file types and actions. The Document Table Arrow Right 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 Table Arrow Right 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 { DocumentTableArrowRight24Regular, DocumentTableArrowRight24Filled } from "@fluentui/react-icons";

export function Example() {
  return <DocumentTableArrowRight24Regular aria-label="Document Table Arrow Right" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_document_table_arrow_right_24_regular.svg" width="24" height="24" alt="Document Table Arrow Right">

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 20.5C18.276 20.5 18.5 20.275 18.5 20V10H14C12.896 10 12 9.104 12 8V3.5H6C5.724 3.5 5.5 3.725 5.5 4V11.0764C4.97679 11.1572 4.47417 11.3004 4 11.4982V4C4 2.896 4.896 2 6 2H12.172C12.6865 2 13.2194 2.22035 13.585 2.586L19.414 8.414C19.789 8.789 20 9.298 20 9.828V20C20 21.104 19.104 22 18 22H11.1904C11.6168 21.5557 11.9806 21.051 12.2678 20.5H18ZM17.378 8.5L13.5 4.621V8C13.5 8.275 13.724 8.5 14 8.5H17.378ZM13 17.5C13 18.0163 12.9398 18.5185 12.8261 19H15.25C16.2165 19 17 18.2165 17 17.25V13.25C17 12.2835 16.2165 11.5 15.25 11.5H9.0044C9.97947 11.9075 10.8341 12.5457 11.5 13.3464V13H15.25C15.3881 13 15.5 13.1119 15.5 13.25V14.5H12.2678C12.5124 14.9693 12.7014 15.4722 12.8261 16H15.5V17.25C15.5 17.3881 15.3881 17.5 15.25 17.5H13ZM12 17.5C12 20.5376 9.53757 23 6.5 23C3.46243 23 1 20.5376 1 17.5C1 14.4624 3.46243 12 6.5 12C9.53757 12 12 14.4624 12 17.5ZM3.5 17C3.22386 17 3 17.2239 3 17.5C3 17.7761 3.22386 18 3.5 18H8.29289L6.64645 19.6464C6.45118 19.8417 6.45118 20.1583 6.64645 20.3536C6.84171 20.5488 7.15829 20.5488 7.35355 20.3536L9.85355 17.8536C10.0488 17.6583 10.0488 17.3417 9.85355 17.1464L7.35355 14.6464C7.15829 14.4512 6.84171 14.4512 6.64645 14.6464C6.45118 14.8417 6.45119 15.1583 6.64645 15.3536L8.29289 17H3.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_table_arrow_right_24_regular.svg";

Details

NameDocument Table Arrow Right
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_document_table_arrow_right_24_regular.svg
Filled fileic_fluent_document_table_arrow_right_24_filled.svg
React componentsDocumentTableArrowRight24Regular, DocumentTableArrowRight24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

paperworkfileanaloghorizontaldataspreadsheet

Related icons