desktop pulse icon
desktop-pulse-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- desktop-pulse-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
desktop-arrow-down-16-filleddesktop-arrow-down-off-20-filleddesktop-arrow-right-16-filleddesktop-checkmark-16-filleddesktop-cursor-16-filleddesktop-edit-16-filleddesktop-flow-20-filleddesktop-keyboard-16-filleddesktop-mac-16-filleddesktop-off-20-filleddesktop-signal-20-filleddesktop-speaker-20-filleddesktop-speaker-off-20-filleddesktop-sync-16-filleddesktop-tag-20-filleddesktop-toolbox-20-filleddesktop-tower-20-filled
Use the desktop pulse icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.25 25h11.5l.102-.007a.75.75 0 0 0 .648-.743l-.007-.102a.75.75 0 0 0-.743-.648h-1.752v-2.498h5.75a2.25 2.25 0 0 0 2.25-2.25V14.5H19.75a1.75 1.75 0 0 1-1.565-.967l-.13-.26l-1.97 4.217a1.75 1.75 0 0 1-3.21-.09l-2.441-6.104l-.934 2.151A1.75 1.75 0 0 1 7.894 14.5H2v4.252a2.25 2.25 0 0 0 2.25 2.25H10V23.5H8.25l-.102.007A.75.75 0 0 0 8.25 25m3.25-3.998h4.998V23.5H11.5zM20.832 11h5.167V5.25A2.25 2.25 0 0 0 23.749 3H4.25A2.25 2.25 0 0 0 2 5.25V11h4.746l2.149-4.947a1.75 1.75 0 0 1 3.23.047l2.499 6.247l1.79-3.837a1.75 1.75 0 0 1 3.151-.042zm-9.636-4.528a.75.75 0 0 0-1.384-.02L7.402 12H2.75a.75.75 0 0 0 0 1.5h5.144a.75.75 0 0 0 .688-.451l1.89-4.35l3.332 8.33a.75.75 0 0 0 1.376.038l2.843-6.093l1.056 2.112a.75.75 0 0 0 .671.414h5.5a.75.75 0 0 0 0-1.5h-5.036L18.67 8.915a.75.75 0 0 0-1.35.018l-2.768 5.93z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDesktopPulse28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.25 25h11.5l.102-.007a.75.75 0 0 0 .648-.743l-.007-.102a.75.75 0 0 0-.743-.648h-1.752v-2.498h5.75a2.25 2.25 0 0 0 2.25-2.25V14.5H19.75a1.75 1.75 0 0 1-1.565-.967l-.13-.26l-1.97 4.217a1.75 1.75 0 0 1-3.21-.09l-2.441-6.104l-.934 2.151A1.75 1.75 0 0 1 7.894 14.5H2v4.252a2.25 2.25 0 0 0 2.25 2.25H10V23.5H8.25l-.102.007A.75.75 0 0 0 8.25 25m3.25-3.998h4.998V23.5H11.5zM20.832 11h5.167V5.25A2.25 2.25 0 0 0 23.749 3H4.25A2.25 2.25 0 0 0 2 5.25V11h4.746l2.149-4.947a1.75 1.75 0 0 1 3.23.047l2.499 6.247l1.79-3.837a1.75 1.75 0 0 1 3.151-.042zm-9.636-4.528a.75.75 0 0 0-1.384-.02L7.402 12H2.75a.75.75 0 0 0 0 1.5h5.144a.75.75 0 0 0 .688-.451l1.89-4.35l3.332 8.33a.75.75 0 0 0 1.376.038l2.843-6.093l1.056 2.112a.75.75 0 0 0 .671.414h5.5a.75.75 0 0 0 0-1.5h-5.036L18.67 8.915a.75.75 0 0 0-1.35.018l-2.768 5.93z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.25 25h11.5l.102-.007a.75.75 0 0 0 .648-.743l-.007-.102a.75.75 0 0 0-.743-.648h-1.752v-2.498h5.75a2.25 2.25 0 0 0 2.25-2.25V14.5H19.75a1.75 1.75 0 0 1-1.565-.967l-.13-.26l-1.97 4.217a1.75 1.75 0 0 1-3.21-.09l-2.441-6.104l-.934 2.151A1.75 1.75 0 0 1 7.894 14.5H2v4.252a2.25 2.25 0 0 0 2.25 2.25H10V23.5H8.25l-.102.007A.75.75 0 0 0 8.25 25m3.25-3.998h4.998V23.5H11.5zM20.832 11h5.167V5.25A2.25 2.25 0 0 0 23.749 3H4.25A2.25 2.25 0 0 0 2 5.25V11h4.746l2.149-4.947a1.75 1.75 0 0 1 3.23.047l2.499 6.247l1.79-3.837a1.75 1.75 0 0 1 3.151-.042zm-9.636-4.528a.75.75 0 0 0-1.384-.02L7.402 12H2.75a.75.75 0 0 0 0 1.5h5.144a.75.75 0 0 0 .688-.451l1.89-4.35l3.332 8.33a.75.75 0 0 0 1.376.038l2.843-6.093l1.056 2.112a.75.75 0 0 0 .671.414h5.5a.75.75 0 0 0 0-1.5h-5.036L18.67 8.915a.75.75 0 0 0-1.35.018l-2.768 5.93z"/></svg> </template>
CSS
.icon-desktop-pulse-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.25%2025h11.5l.102-.007a.75.75%200%200%200%20.648-.743l-.007-.102a.75.75%200%200%200-.743-.648h-1.752v-2.498h5.75a2.25%202.25%200%200%200%202.25-2.25V14.5H19.75a1.75%201.75%200%200%201-1.565-.967l-.13-.26l-1.97%204.217a1.75%201.75%200%200%201-3.21-.09l-2.441-6.104l-.934%202.151A1.75%201.75%200%200%201%207.894%2014.5H2v4.252a2.25%202.25%200%200%200%202.25%202.25H10V23.5H8.25l-.102.007A.75.75%200%200%200%208.25%2025m3.25-3.998h4.998V23.5H11.5zM20.832%2011h5.167V5.25A2.25%202.25%200%200%200%2023.749%203H4.25A2.25%202.25%200%200%200%202%205.25V11h4.746l2.149-4.947a1.75%201.75%200%200%201%203.23.047l2.499%206.247l1.79-3.837a1.75%201.75%200%200%201%203.151-.042zm-9.636-4.528a.75.75%200%200%200-1.384-.02L7.402%2012H2.75a.75.75%200%200%200%200%201.5h5.144a.75.75%200%200%200%20.688-.451l1.89-4.35l3.332%208.33a.75.75%200%200%200%201.376.038l2.843-6.093l1.056%202.112a.75.75%200%200%200%20.671.414h5.5a.75.75%200%200%200%200-1.5h-5.036L18.67%208.915a.75.75%200%200%200-1.35.018l-2.768%205.93z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.25%2025h11.5l.102-.007a.75.75%200%200%200%20.648-.743l-.007-.102a.75.75%200%200%200-.743-.648h-1.752v-2.498h5.75a2.25%202.25%200%200%200%202.25-2.25V14.5H19.75a1.75%201.75%200%200%201-1.565-.967l-.13-.26l-1.97%204.217a1.75%201.75%200%200%201-3.21-.09l-2.441-6.104l-.934%202.151A1.75%201.75%200%200%201%207.894%2014.5H2v4.252a2.25%202.25%200%200%200%202.25%202.25H10V23.5H8.25l-.102.007A.75.75%200%200%200%208.25%2025m3.25-3.998h4.998V23.5H11.5zM20.832%2011h5.167V5.25A2.25%202.25%200%200%200%2023.749%203H4.25A2.25%202.25%200%200%200%202%205.25V11h4.746l2.149-4.947a1.75%201.75%200%200%201%203.23.047l2.499%206.247l1.79-3.837a1.75%201.75%200%200%201%203.151-.042zm-9.636-4.528a.75.75%200%200%200-1.384-.02L7.402%2012H2.75a.75.75%200%200%200%200%201.5h5.144a.75.75%200%200%200%20.688-.451l1.89-4.35l3.332%208.33a.75.75%200%200%200%201.376.038l2.843-6.093l1.056%202.112a.75.75%200%200%200%20.671.414h5.5a.75.75%200%200%200%200-1.5h-5.036L18.67%208.915a.75.75%200%200%200-1.35.018l-2.768%205.93z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/desktop-pulse-28-filled.svg?color=%231a73e8&size=48