Desktop Edit icon

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

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

Use it in HTML

Reference the SVG file directly:

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

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="M19.0999 1.66946L13.1974 7.57188C12.8533 7.91602 12.6092 8.34721 12.4911 8.81936L12.0334 10.6501C11.8344 11.4462 12.5556 12.1673 13.3517 11.9683L15.1824 11.5106C15.6545 11.3926 16.0857 11.1485 16.4299 10.8043L22.3323 4.9019C23.2249 4.00929 23.2249 2.56208 22.3323 1.66946C21.4397 0.776846 19.9925 0.776846 19.0999 1.66946ZM4.25 2.99951H16.3555L14.8555 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.7518V8.14952L21.9988 6.64952V15.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.99951ZM13.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_edit_24_regular.svg";

Details

NameDesktop Edit
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_desktop_edit_24_regular.svg
Filled fileic_fluent_desktop_edit_24_filled.svg
React componentsDesktopEdit24Regular, DesktopEdit24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

monitorofficetowerpclargescreen

Related icons