Desktop Sync icon

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

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

Use it in HTML

Reference the SVG file directly:

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

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="M12 6.5C12 9.53757 14.4624 12 17.5 12C20.5376 12 23 9.53757 23 6.5C23 3.46243 20.5376 1 17.5 1C14.4624 1 12 3.46243 12 6.5ZM20.5 3C20.7761 3 21 3.22386 21 3.5V5.5C21 5.77614 20.7761 6 20.5 6H18.5C18.2239 6 18 5.77614 18 5.5C18 5.22386 18.2239 5 18.5 5H19.5003C19.0436 4.39204 18.3174 4 17.5 4C16.6666 4 15.9283 4.40734 15.4733 5.036C15.3113 5.25969 14.9987 5.30976 14.775 5.14785C14.5514 4.98593 14.5013 4.67333 14.6632 4.44964C15.2982 3.57236 16.3323 3 17.5 3C18.4798 3 19.3651 3.4027 20 4.05058V3.5C20 3.22386 20.2239 3 20.5 3ZM15 8.94938V9.5C15 9.77614 14.7761 10 14.5 10C14.2239 10 14 9.77614 14 9.5V7.5C14 7.22386 14.2239 7 14.5 7H16.5C16.7761 7 17 7.22386 17 7.5C17 7.77614 16.7761 8 16.5 8H15.4998C15.9564 8.60796 16.6827 9 17.5 9C18.2663 9 18.9518 8.65581 19.4112 8.11179C19.5893 7.9008 19.9048 7.87419 20.1158 8.05234C20.3268 8.2305 20.3534 8.54596 20.1752 8.75695C19.534 9.51637 18.5732 10 17.5 10C16.5203 10 15.6349 9.59728 15 8.94938ZM20.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_sync_24_regular.svg";

Details

NameDesktop Sync
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_desktop_sync_24_regular.svg
Filled fileic_fluent_desktop_sync_24_filled.svg
React componentsDesktopSync24Regular, DesktopSync24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

monitorofficetowerpclargescreen

Related icons