desktop pulse icon
desktop-pulse-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- desktop-pulse-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h-2.073l-.585-1.17a1.5 1.5 0 0 0-2.684 0l-.506 1.012l-.76-1.9a1.5 1.5 0 0 0-2.734-.113L3.573 6H2zm9 5h3v.997a2 2 0 0 1-2 2h-1.997v1.01h1.5a.5.5 0 1 1 0 1l-6.997.001a.5.5 0 0 1 0-1h1.499v-1.01H4a2 2 0 0 1-2-2V9h2.5a1.5 1.5 0 0 0 1.342-.83l.006-.012l.76 1.9a1.5 1.5 0 0 0 2.734.113l.741-1.484A1.5 1.5 0 0 0 11 9m-1.997 4.008v-1.01H7.005v1.01zM6.464 4.314a.5.5 0 0 0-.911-.038L4.19 7H2.485a.5.5 0 0 0 0 1H4.5a.5.5 0 0 0 .447-.276L5.95 5.719l1.587 3.967a.5.5 0 0 0 .911.038L10 6.618l.553 1.106A.5.5 0 0 0 11 8h2.5a.5.5 0 0 0 0-1h-2.191l-.862-1.724a.5.5 0 0 0-.894 0L8.05 8.281z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDesktopPulse16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h-2.073l-.585-1.17a1.5 1.5 0 0 0-2.684 0l-.506 1.012l-.76-1.9a1.5 1.5 0 0 0-2.734-.113L3.573 6H2zm9 5h3v.997a2 2 0 0 1-2 2h-1.997v1.01h1.5a.5.5 0 1 1 0 1l-6.997.001a.5.5 0 0 1 0-1h1.499v-1.01H4a2 2 0 0 1-2-2V9h2.5a1.5 1.5 0 0 0 1.342-.83l.006-.012l.76 1.9a1.5 1.5 0 0 0 2.734.113l.741-1.484A1.5 1.5 0 0 0 11 9m-1.997 4.008v-1.01H7.005v1.01zM6.464 4.314a.5.5 0 0 0-.911-.038L4.19 7H2.485a.5.5 0 0 0 0 1H4.5a.5.5 0 0 0 .447-.276L5.95 5.719l1.587 3.967a.5.5 0 0 0 .911.038L10 6.618l.553 1.106A.5.5 0 0 0 11 8h2.5a.5.5 0 0 0 0-1h-2.191l-.862-1.724a.5.5 0 0 0-.894 0L8.05 8.281z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h-2.073l-.585-1.17a1.5 1.5 0 0 0-2.684 0l-.506 1.012l-.76-1.9a1.5 1.5 0 0 0-2.734-.113L3.573 6H2zm9 5h3v.997a2 2 0 0 1-2 2h-1.997v1.01h1.5a.5.5 0 1 1 0 1l-6.997.001a.5.5 0 0 1 0-1h1.499v-1.01H4a2 2 0 0 1-2-2V9h2.5a1.5 1.5 0 0 0 1.342-.83l.006-.012l.76 1.9a1.5 1.5 0 0 0 2.734.113l.741-1.484A1.5 1.5 0 0 0 11 9m-1.997 4.008v-1.01H7.005v1.01zM6.464 4.314a.5.5 0 0 0-.911-.038L4.19 7H2.485a.5.5 0 0 0 0 1H4.5a.5.5 0 0 0 .447-.276L5.95 5.719l1.587 3.967a.5.5 0 0 0 .911.038L10 6.618l.553 1.106A.5.5 0 0 0 11 8h2.5a.5.5 0 0 0 0-1h-2.191l-.862-1.724a.5.5 0 0 0-.894 0L8.05 8.281z"/></svg> </template>
CSS
.icon-desktop-pulse-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v2h-2.073l-.585-1.17a1.5%201.5%200%200%200-2.684%200l-.506%201.012l-.76-1.9a1.5%201.5%200%200%200-2.734-.113L3.573%206H2zm9%205h3v.997a2%202%200%200%201-2%202h-1.997v1.01h1.5a.5.5%200%201%201%200%201l-6.997.001a.5.5%200%200%201%200-1h1.499v-1.01H4a2%202%200%200%201-2-2V9h2.5a1.5%201.5%200%200%200%201.342-.83l.006-.012l.76%201.9a1.5%201.5%200%200%200%202.734.113l.741-1.484A1.5%201.5%200%200%200%2011%209m-1.997%204.008v-1.01H7.005v1.01zM6.464%204.314a.5.5%200%200%200-.911-.038L4.19%207H2.485a.5.5%200%200%200%200%201H4.5a.5.5%200%200%200%20.447-.276L5.95%205.719l1.587%203.967a.5.5%200%200%200%20.911.038L10%206.618l.553%201.106A.5.5%200%200%200%2011%208h2.5a.5.5%200%200%200%200-1h-2.191l-.862-1.724a.5.5%200%200%200-.894%200L8.05%208.281z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v2h-2.073l-.585-1.17a1.5%201.5%200%200%200-2.684%200l-.506%201.012l-.76-1.9a1.5%201.5%200%200%200-2.734-.113L3.573%206H2zm9%205h3v.997a2%202%200%200%201-2%202h-1.997v1.01h1.5a.5.5%200%201%201%200%201l-6.997.001a.5.5%200%200%201%200-1h1.499v-1.01H4a2%202%200%200%201-2-2V9h2.5a1.5%201.5%200%200%200%201.342-.83l.006-.012l.76%201.9a1.5%201.5%200%200%200%202.734.113l.741-1.484A1.5%201.5%200%200%200%2011%209m-1.997%204.008v-1.01H7.005v1.01zM6.464%204.314a.5.5%200%200%200-.911-.038L4.19%207H2.485a.5.5%200%200%200%200%201H4.5a.5.5%200%200%200%20.447-.276L5.95%205.719l1.587%203.967a.5.5%200%200%200%20.911.038L10%206.618l.553%201.106A.5.5%200%200%200%2011%208h2.5a.5.5%200%200%200%200-1h-2.191l-.862-1.724a.5.5%200%200%200-.894%200L8.05%208.281z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/desktop-pulse-16-filled.svg?color=%231a73e8&size=48