Desktop Arrow Down icon

Used to represent stationary work stations, large screen devices, office, and actions in general computer scenarios. The Desktop 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 Desktop 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 { DesktopArrowDown24Regular, DesktopArrowDown24Filled } from "@fluentui/react-icons";

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

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_desktop_arrow_down_24_regular.svg" width="24" height="24" alt="Desktop 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="M23 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.5ZM20.4988 15.7518V12.2684C21.0498 11.9814 21.5545 11.6177 21.9988 11.1915V15.7518C21.9988 16.9427 21.0737 17.9174 19.9029 17.9966L19.7488 18.0018L15.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.05865 2.92516 3.08387 4.09595 3.0047L4.25 2.99951H12.0221C11.7255 3.46272 11.486 3.96603 11.3137 4.49951H4.25C3.8703 4.49951 3.55651 4.78167 3.50685 5.14774L3.5 5.24951V15.7518C3.5 16.1315 3.78215 16.4453 4.14823 16.4949L4.25 16.5018H19.7488C20.1285 16.5018 20.4423 16.2196 20.492 15.8536L20.4988 15.7518ZM13.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_24_regular.svg";

Details

NameDesktop Arrow Down
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_desktop_arrow_down_24_regular.svg
Filled fileic_fluent_desktop_arrow_down_24_filled.svg
React componentsDesktopArrowDown24Regular, DesktopArrowDown24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

monitorofficetowerpclargescreenarrowdown

Related icons