Desktop Toolbox icon

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

export function Example() {
  return <DesktopToolbox24Regular aria-label="Desktop Toolbox" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_desktop_toolbox_24_regular.svg" width="24" height="24" alt="Desktop Toolbox">

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="M6.75 22.0004C6.33579 22.0004 6 21.6647 6 21.2504C6 20.8707 6.28215 20.5569 6.64823 20.5073L6.75 20.5004L8.499 20.5V18.002L4.25 18.0023C3.05914 18.0023 2.08436 17.0771 2.00519 15.9063L2 15.7523V5.25C2 4.05914 2.92516 3.08436 4.09595 3.00519L4.25 3H19.7488C20.9397 3 21.9145 3.92516 21.9936 5.09595L21.9988 5.25V13.9187C21.9686 12.8842 21.3671 11.993 20.4988 11.5497V5.25C20.4988 4.8703 20.2167 4.55651 19.8506 4.50685L19.7488 4.5H4.25C3.8703 4.5 3.55651 4.78215 3.50685 5.14823L3.5 5.25V15.7523C3.5 16.132 3.78215 16.4458 4.14823 16.4954L4.25 16.5023H11V18.002H9.998L9.999 20.5004H11V21.5004C11 21.6717 11.0172 21.8389 11.05 22.0004H6.75ZM14 15.0004H13.5C12.6716 15.0004 12 15.672 12 16.5004V18.0004H14.5V17.7504C14.5 17.3362 14.8358 17.0004 15.25 17.0004C15.6642 17.0004 16 17.3362 16 17.7504V18.0004H19V17.7504C19 17.3362 19.3358 17.0004 19.75 17.0004C20.1642 17.0004 20.5 17.3362 20.5 17.7504V18.0004H23V16.5004C23 15.672 22.3284 15.0004 21.5 15.0004H21V14.0004C21 13.0339 20.2165 12.2504 19.25 12.2504H15.75C14.7835 12.2504 14 13.0339 14 14.0004V15.0004ZM15.5 14.0004C15.5 13.8624 15.6119 13.7504 15.75 13.7504H19.25C19.3881 13.7504 19.5 13.8624 19.5 14.0004V15.0004H15.5V14.0004ZM12 21.5004V19.5004H14.5V20.2504C14.5 20.6646 14.8358 21.0004 15.25 21.0004C15.6642 21.0004 16 20.6646 16 20.2504V19.5004H19V20.2504C19 20.6646 19.3358 21.0004 19.75 21.0004C20.1642 21.0004 20.5 20.6646 20.5 20.2504V19.5004H23V21.5004C23 22.3289 22.3284 23.0004 21.5 23.0004H13.5C12.6716 23.0004 12 22.3289 12 21.5004Z" 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_toolbox_24_regular.svg";

Details

NameDesktop Toolbox
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_desktop_toolbox_24_regular.svg
Filled fileic_fluent_desktop_toolbox_24_filled.svg
React componentsDesktopToolbox24Regular, DesktopToolbox24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

monitorofficetowerpclargescreen

Related icons