Desktop Pulse icon

Used in scenarios for computer health. The Desktop Pulse 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 Pulse 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 { DesktopPulse24Regular, DesktopPulse24Filled } from "@fluentui/react-icons";

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

Use it in HTML

Reference the SVG file directly:

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

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.7523V13.0005H3.5V15.7523C3.5 16.132 3.78215 16.4458 4.14823 16.4954L4.25 16.5023H19.7488C20.1285 16.5023 20.4423 16.2201 20.492 15.854L20.4988 15.7523V13.0005H21.9988V15.7523C21.9988 16.9431 21.0737 17.9179 19.9029 17.9971L19.7488 18.0023L15.499 18.002V20.5L17.25 20.5004C17.6642 20.5004 18 20.8362 18 21.2504C18 21.6301 17.7178 21.9439 17.3518 21.9936L17.25 22.0004H6.75ZM13.998 18.002H9.998L9.999 20.5004H13.999L13.998 18.002ZM3.5 9.50049H2V5.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.25V9.50049H20.4988V5.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.25V9.50049ZM9.69636 6.47186C9.58456 6.19237 9.3165 6.0068 9.01555 6.00056C8.71459 5.99432 8.43907 6.16862 8.31578 6.44324L6.49438 10.5005H2.75C2.33579 10.5005 2 10.8363 2 11.2505C2 11.6647 2.33579 12.0005 2.75 12.0005H6.97979C7.27517 12.0005 7.54304 11.8271 7.66401 11.5577L8.9602 8.67034L11.3036 14.529C11.4098 14.7944 11.6576 14.9764 11.9426 14.9983C12.2276 15.0202 12.5003 14.8781 12.6457 14.632L15.3033 10.1344L16.3856 11.6806C16.5259 11.8811 16.7553 12.0005 17 12.0005H21.25C21.6642 12.0005 22 11.6647 22 11.2505C22 10.8363 21.6642 10.5005 21.25 10.5005H17.3905L15.8644 8.32031C15.7182 8.11143 15.4759 7.99114 15.2211 8.00095C14.9664 8.01077 14.734 8.14935 14.6043 8.36886L12.13 12.5561L9.69636 6.47186Z" 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_pulse_24_regular.svg";

Details

NameDesktop Pulse
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_desktop_pulse_24_regular.svg
Filled fileic_fluent_desktop_pulse_24_filled.svg
React componentsDesktopPulse24Regular, DesktopPulse24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

monitorofficetowerpclargescreen

Related icons