desktop icon
desktop-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- desktop-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M2 6.25A3.25 3.25 0 0 1 5.25 3h21.5A3.25 3.25 0 0 1 30 6.25v15.5A3.25 3.25 0 0 1 26.75 25h-6.744v2.001h2.998a1 1 0 1 1 0 1.999H9.012a1 1 0 1 1 0-1.999h2.998V25H5.25A3.25 3.25 0 0 1 2 21.75zM14.01 25v2.001h3.996V25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDesktop32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 6.25A3.25 3.25 0 0 1 5.25 3h21.5A3.25 3.25 0 0 1 30 6.25v15.5A3.25 3.25 0 0 1 26.75 25h-6.744v2.001h2.998a1 1 0 1 1 0 1.999H9.012a1 1 0 1 1 0-1.999h2.998V25H5.25A3.25 3.25 0 0 1 2 21.75zM14.01 25v2.001h3.996V25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 6.25A3.25 3.25 0 0 1 5.25 3h21.5A3.25 3.25 0 0 1 30 6.25v15.5A3.25 3.25 0 0 1 26.75 25h-6.744v2.001h2.998a1 1 0 1 1 0 1.999H9.012a1 1 0 1 1 0-1.999h2.998V25H5.25A3.25 3.25 0 0 1 2 21.75zM14.01 25v2.001h3.996V25z"/></svg> </template>
CSS
.icon-desktop-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%206.25A3.25%203.25%200%200%201%205.25%203h21.5A3.25%203.25%200%200%201%2030%206.25v15.5A3.25%203.25%200%200%201%2026.75%2025h-6.744v2.001h2.998a1%201%200%201%201%200%201.999H9.012a1%201%200%201%201%200-1.999h2.998V25H5.25A3.25%203.25%200%200%201%202%2021.75zM14.01%2025v2.001h3.996V25z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%206.25A3.25%203.25%200%200%201%205.25%203h21.5A3.25%203.25%200%200%201%2030%206.25v15.5A3.25%203.25%200%200%201%2026.75%2025h-6.744v2.001h2.998a1%201%200%201%201%200%201.999H9.012a1%201%200%201%201%200-1.999h2.998V25H5.25A3.25%203.25%200%200%201%202%2021.75zM14.01%2025v2.001h3.996V25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/desktop-32-filled.svg?color=%231a73e8&size=48