Desk icon

Used to represent a desk workspace. The Desk 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 Desk 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 { Desk24Regular, Desk24Filled } from "@fluentui/react-icons";

export function Example() {
  return <Desk24Regular aria-label="Desk" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_desk_24_regular.svg" width="24" height="24" alt="Desk">

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.25 4C3.00736 4 2 5.00736 2 6.25V17.25C2 18.7688 3.23122 20 4.75 20H9.25C10.7688 20 12 18.7688 12 17.25V9.5H20.5V19.25C20.5 19.6642 20.8358 20 21.25 20C21.6642 20 22 19.6642 22 19.25V6.25C22 5.00736 20.9926 4 19.75 4H4.25ZM3.5 9.5H10.5V17.25C10.5 17.9404 9.94036 18.5 9.25 18.5H4.75C4.05964 18.5 3.5 17.9404 3.5 17.25V9.5ZM3.5 8V6.25C3.5 5.83579 3.83579 5.5 4.25 5.5H19.75C20.1642 5.5 20.5 5.83579 20.5 6.25V8H3.5ZM5.75 11.5C5.33579 11.5 5 11.8358 5 12.25C5 12.6642 5.33579 13 5.75 13H8.25C8.66421 13 9 12.6642 9 12.25C9 11.8358 8.66421 11.5 8.25 11.5H5.75Z" 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/desk_24_regular.svg";

Details

NameDesk
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_desk_24_regular.svg
Filled fileic_fluent_desk_24_filled.svg
React componentsDesk24Regular, Desk24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

appliancehomehouseofficeworkutilityphysicalworkspace

Related icons