Desktop Arrow Down Off icon

The Desktop Arrow Down Off 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 Desktop Arrow Down Off 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 { DesktopArrowDownOff24Regular, DesktopArrowDownOff24Filled } from "@fluentui/react-icons";

export function Example() {
  return <DesktopArrowDownOff24Regular aria-label="Desktop Arrow Down Off" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_desktop_arrow_down_off_24_regular.svg" width="24" height="24" alt="Desktop Arrow Down Off">

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.62872 3.68939L2.21966 3.28032C1.92677 2.98743 1.92678 2.51255 2.21968 2.21966C2.51257 1.92677 2.98745 1.92678 3.28034 2.21968L21.7801 20.7198C22.073 21.0127 22.073 21.4876 21.7801 21.7805C21.4872 22.0734 21.0123 22.0734 20.7194 21.7805L16.9406 18.0016L15.499 18.0015V20.4995L17.25 20.5C17.6642 20.5 18 20.8357 18 21.25C18 21.6296 17.7178 21.9434 17.3518 21.9931L17.25 22H6.75C6.33579 22 6 21.6642 6 21.25C6 20.8703 6.28215 20.5565 6.64823 20.5068L6.75 20.5L8.499 20.4995V18.0015L4.25 18.0018C3.05914 18.0018 2.08436 17.0766 2.00519 15.9058L2 15.7518V5.24951C2 4.64375 2.23939 4.09389 2.62872 3.68939ZM15.4409 16.5018L3.68996 4.75065C3.5931 4.85931 3.52738 4.99635 3.50685 5.14774L3.5 5.24951V15.7518C3.5 16.1315 3.78215 16.4453 4.14823 16.4949L4.25 16.5018H15.4409ZM20.8794 17.6976L19.6836 16.5018H19.7488C20.1285 16.5018 20.4423 16.2196 20.492 15.8536L20.4988 15.7518V12.2684C21.0498 11.9814 21.5545 11.6177 21.9988 11.1915V15.7518C21.9988 16.5823 21.5488 17.3078 20.8794 17.6976ZM6.1816 2.99951L7.68157 4.49951H11.3137C11.486 3.96603 11.7255 3.46272 12.0221 2.99951H6.1816ZM23 6.5C23 9.53757 20.5376 12 17.5 12C14.4624 12 12 9.53757 12 6.5C12 3.46243 14.4624 1 17.5 1C20.5376 1 23 3.46243 23 6.5ZM18 3.5C18 3.22386 17.7761 3 17.5 3C17.2239 3 17 3.22386 17 3.5V8.29289L15.3536 6.64645C15.1583 6.45118 14.8417 6.45118 14.6464 6.64645C14.4512 6.84171 14.4512 7.15829 14.6464 7.35355L17.1464 9.85355C17.3417 10.0488 17.6583 10.0488 17.8536 9.85355L20.3536 7.35355C20.5488 7.15829 20.5488 6.84171 20.3536 6.64645C20.1583 6.45118 19.8417 6.45118 19.6464 6.64645L18 8.29289V3.5ZM13.998 18.0015H9.998L9.999 20.5H13.999L13.998 18.0015Z" 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/desktop_arrow_down_off_24_regular.svg";

Details

NameDesktop Arrow Down Off
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_desktop_arrow_down_off_24_regular.svg
Filled fileic_fluent_desktop_arrow_down_off_24_filled.svg
React componentsDesktopArrowDownOff24Regular, DesktopArrowDownOff24Filled
LicenseMIT (© Microsoft Corporation)

Related icons