desktop-pulse-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
desktop-pulse-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the desktop pulse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8.25 5A4.25 4.25 0 0 0 4 9.25v9.048q.124-.008.25-.008H6.5V9.25c0-.966.784-1.75 1.75-1.75h31.5c.967 0 1.75.784 1.75 1.75v9.04h2.25q.126 0 .25.008V9.25A4.25 4.25 0 0 0 39.75 5zM4 32.75v-6.969q.124.009.25.009H6.5v6.96c0 .967.784 1.75 1.75 1.75h31.5a1.75 1.75 0 0 0 1.75-1.75v-6.96h2.25q.126 0 .25-.009v6.969A4.25 4.25 0 0 1 39.75 37H31v3.5h2.75a1.25 1.25 0 1 1 0 2.5h-19.5a1.25 1.25 0 1 1 0-2.5H17V37H8.25A4.25 4.25 0 0 1 4 32.75M28.5 37h-9v3.5h9zm-9.56-26.132a1.25 1.25 0 0 0-2.367-.038L12.943 21H5.25a1.25 1.25 0 1 0 0 2.5h8.574c.528 0 1-.332 1.177-.83l2.685-7.523L22.81 31.13a1.25 1.25 0 0 0 2.323.148l5.81-12.45l1.648 3.907c.196.463.65.764 1.152.764h9.007a1.25 1.25 0 1 0 0-2.5h-8.178l-2.42-5.736a1.25 1.25 0 0 0-2.285-.043l-5.65 12.11z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDesktopPulse48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8.25 5A4.25 4.25 0 0 0 4 9.25v9.048q.124-.008.25-.008H6.5V9.25c0-.966.784-1.75 1.75-1.75h31.5c.967 0 1.75.784 1.75 1.75v9.04h2.25q.126 0 .25.008V9.25A4.25 4.25 0 0 0 39.75 5zM4 32.75v-6.969q.124.009.25.009H6.5v6.96c0 .967.784 1.75 1.75 1.75h31.5a1.75 1.75 0 0 0 1.75-1.75v-6.96h2.25q.126 0 .25-.009v6.969A4.25 4.25 0 0 1 39.75 37H31v3.5h2.75a1.25 1.25 0 1 1 0 2.5h-19.5a1.25 1.25 0 1 1 0-2.5H17V37H8.25A4.25 4.25 0 0 1 4 32.75M28.5 37h-9v3.5h9zm-9.56-26.132a1.25 1.25 0 0 0-2.367-.038L12.943 21H5.25a1.25 1.25 0 1 0 0 2.5h8.574c.528 0 1-.332 1.177-.83l2.685-7.523L22.81 31.13a1.25 1.25 0 0 0 2.323.148l5.81-12.45l1.648 3.907c.196.463.65.764 1.152.764h9.007a1.25 1.25 0 1 0 0-2.5h-8.178l-2.42-5.736a1.25 1.25 0 0 0-2.285-.043l-5.65 12.11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8.25 5A4.25 4.25 0 0 0 4 9.25v9.048q.124-.008.25-.008H6.5V9.25c0-.966.784-1.75 1.75-1.75h31.5c.967 0 1.75.784 1.75 1.75v9.04h2.25q.126 0 .25.008V9.25A4.25 4.25 0 0 0 39.75 5zM4 32.75v-6.969q.124.009.25.009H6.5v6.96c0 .967.784 1.75 1.75 1.75h31.5a1.75 1.75 0 0 0 1.75-1.75v-6.96h2.25q.126 0 .25-.009v6.969A4.25 4.25 0 0 1 39.75 37H31v3.5h2.75a1.25 1.25 0 1 1 0 2.5h-19.5a1.25 1.25 0 1 1 0-2.5H17V37H8.25A4.25 4.25 0 0 1 4 32.75M28.5 37h-9v3.5h9zm-9.56-26.132a1.25 1.25 0 0 0-2.367-.038L12.943 21H5.25a1.25 1.25 0 1 0 0 2.5h8.574c.528 0 1-.332 1.177-.83l2.685-7.523L22.81 31.13a1.25 1.25 0 0 0 2.323.148l5.81-12.45l1.648 3.907c.196.463.65.764 1.152.764h9.007a1.25 1.25 0 1 0 0-2.5h-8.178l-2.42-5.736a1.25 1.25 0 0 0-2.285-.043l-5.65 12.11z"/></svg>
</template>

CSS

.icon-desktop-pulse-48-regular {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.25%205A4.25%204.25%200%200%200%204%209.25v9.048q.124-.008.25-.008H6.5V9.25c0-.966.784-1.75%201.75-1.75h31.5c.967%200%201.75.784%201.75%201.75v9.04h2.25q.126%200%20.25.008V9.25A4.25%204.25%200%200%200%2039.75%205zM4%2032.75v-6.969q.124.009.25.009H6.5v6.96c0%20.967.784%201.75%201.75%201.75h31.5a1.75%201.75%200%200%200%201.75-1.75v-6.96h2.25q.126%200%20.25-.009v6.969A4.25%204.25%200%200%201%2039.75%2037H31v3.5h2.75a1.25%201.25%200%201%201%200%202.5h-19.5a1.25%201.25%200%201%201%200-2.5H17V37H8.25A4.25%204.25%200%200%201%204%2032.75M28.5%2037h-9v3.5h9zm-9.56-26.132a1.25%201.25%200%200%200-2.367-.038L12.943%2021H5.25a1.25%201.25%200%201%200%200%202.5h8.574c.528%200%201-.332%201.177-.83l2.685-7.523L22.81%2031.13a1.25%201.25%200%200%200%202.323.148l5.81-12.45l1.648%203.907c.196.463.65.764%201.152.764h9.007a1.25%201.25%200%201%200%200-2.5h-8.178l-2.42-5.736a1.25%201.25%200%200%200-2.285-.043l-5.65%2012.11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.25%205A4.25%204.25%200%200%200%204%209.25v9.048q.124-.008.25-.008H6.5V9.25c0-.966.784-1.75%201.75-1.75h31.5c.967%200%201.75.784%201.75%201.75v9.04h2.25q.126%200%20.25.008V9.25A4.25%204.25%200%200%200%2039.75%205zM4%2032.75v-6.969q.124.009.25.009H6.5v6.96c0%20.967.784%201.75%201.75%201.75h31.5a1.75%201.75%200%200%200%201.75-1.75v-6.96h2.25q.126%200%20.25-.009v6.969A4.25%204.25%200%200%201%2039.75%2037H31v3.5h2.75a1.25%201.25%200%201%201%200%202.5h-19.5a1.25%201.25%200%201%201%200-2.5H17V37H8.25A4.25%204.25%200%200%201%204%2032.75M28.5%2037h-9v3.5h9zm-9.56-26.132a1.25%201.25%200%200%200-2.367-.038L12.943%2021H5.25a1.25%201.25%200%201%200%200%202.5h8.574c.528%200%201-.332%201.177-.83l2.685-7.523L22.81%2031.13a1.25%201.25%200%200%200%202.323.148l5.81-12.45l1.648%203.907c.196.463.65.764%201.152.764h9.007a1.25%201.25%200%201%200%200-2.5h-8.178l-2.42-5.736a1.25%201.25%200%200%200-2.285-.043l-5.65%2012.11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/desktop-pulse-48-regular.svg?color=%231a73e8&size=48