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

Name
desktop-pulse-48-filled
Set
Fluent UI System Icons
Style
48 Filled
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.25V19h7.533l3.156-8.842a3.25 3.25 0 0 1 6.156.1l3.718 11.6l3.492-7.482a3.25 3.25 0 0 1 5.94.11L35.898 19H44V9.25A4.25 4.25 0 0 0 39.75 5zM4 32.75V25.5h9.824a3.25 3.25 0 0 0 3.06-2.157l.7-1.961l3.321 10.36a3.25 3.25 0 0 0 6.04.382l3.911-8.38a3.25 3.25 0 0 0 2.887 1.756H44v7.25A4.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 FluentDesktopPulse48Filled(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.25V19h7.533l3.156-8.842a3.25 3.25 0 0 1 6.156.1l3.718 11.6l3.492-7.482a3.25 3.25 0 0 1 5.94.11L35.898 19H44V9.25A4.25 4.25 0 0 0 39.75 5zM4 32.75V25.5h9.824a3.25 3.25 0 0 0 3.06-2.157l.7-1.961l3.321 10.36a3.25 3.25 0 0 0 6.04.382l3.911-8.38a3.25 3.25 0 0 0 2.887 1.756H44v7.25A4.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.25V19h7.533l3.156-8.842a3.25 3.25 0 0 1 6.156.1l3.718 11.6l3.492-7.482a3.25 3.25 0 0 1 5.94.11L35.898 19H44V9.25A4.25 4.25 0 0 0 39.75 5zM4 32.75V25.5h9.824a3.25 3.25 0 0 0 3.06-2.157l.7-1.961l3.321 10.36a3.25 3.25 0 0 0 6.04.382l3.911-8.38a3.25 3.25 0 0 0 2.887 1.756H44v7.25A4.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-filled {
  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.25V19h7.533l3.156-8.842a3.25%203.25%200%200%201%206.156.1l3.718%2011.6l3.492-7.482a3.25%203.25%200%200%201%205.94.11L35.898%2019H44V9.25A4.25%204.25%200%200%200%2039.75%205zM4%2032.75V25.5h9.824a3.25%203.25%200%200%200%203.06-2.157l.7-1.961l3.321%2010.36a3.25%203.25%200%200%200%206.04.382l3.911-8.38a3.25%203.25%200%200%200%202.887%201.756H44v7.25A4.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.25V19h7.533l3.156-8.842a3.25%203.25%200%200%201%206.156.1l3.718%2011.6l3.492-7.482a3.25%203.25%200%200%201%205.94.11L35.898%2019H44V9.25A4.25%204.25%200%200%200%2039.75%205zM4%2032.75V25.5h9.824a3.25%203.25%200%200%200%203.06-2.157l.7-1.961l3.321%2010.36a3.25%203.25%200%200%200%206.04.382l3.911-8.38a3.25%203.25%200%200%200%202.887%201.756H44v7.25A4.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-filled.svg?color=%231a73e8&size=48