desktop icon
desktop-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- desktop-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
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-pulse-16-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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.501 2a1.5 1.5 0 0 0-1.5 1.5v6.997a1.5 1.5 0 0 0 1.5 1.5h2.5V13H4.495a.5.5 0 0 0 0 1H11.5a.5.5 0 1 0 0-1H10v-1.003h2.501a1.5 1.5 0 0 0 1.5-1.5V3.5a1.5 1.5 0 0 0-1.5-1.5zm5.5 9.997V13H7v-1.003z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDesktop16Filled(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="M3.501 2a1.5 1.5 0 0 0-1.5 1.5v6.997a1.5 1.5 0 0 0 1.5 1.5h2.5V13H4.495a.5.5 0 0 0 0 1H11.5a.5.5 0 1 0 0-1H10v-1.003h2.501a1.5 1.5 0 0 0 1.5-1.5V3.5a1.5 1.5 0 0 0-1.5-1.5zm5.5 9.997V13H7v-1.003z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.501 2a1.5 1.5 0 0 0-1.5 1.5v6.997a1.5 1.5 0 0 0 1.5 1.5h2.5V13H4.495a.5.5 0 0 0 0 1H11.5a.5.5 0 1 0 0-1H10v-1.003h2.501a1.5 1.5 0 0 0 1.5-1.5V3.5a1.5 1.5 0 0 0-1.5-1.5zm5.5 9.997V13H7v-1.003z"/></svg> </template>
CSS
.icon-desktop-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%22M3.501%202a1.5%201.5%200%200%200-1.5%201.5v6.997a1.5%201.5%200%200%200%201.5%201.5h2.5V13H4.495a.5.5%200%200%200%200%201H11.5a.5.5%200%201%200%200-1H10v-1.003h2.501a1.5%201.5%200%200%200%201.5-1.5V3.5a1.5%201.5%200%200%200-1.5-1.5zm5.5%209.997V13H7v-1.003z%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%22M3.501%202a1.5%201.5%200%200%200-1.5%201.5v6.997a1.5%201.5%200%200%200%201.5%201.5h2.5V13H4.495a.5.5%200%200%200%200%201H11.5a.5.5%200%201%200%200-1H10v-1.003h2.501a1.5%201.5%200%200%200%201.5-1.5V3.5a1.5%201.5%200%200%200-1.5-1.5zm5.5%209.997V13H7v-1.003z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/desktop-16-filled.svg?color=%231a73e8&size=48