desktop icon
desktop from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- desktop
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the desktop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 16.75H5A1.76 1.76 0 0 1 3.25 15V5A1.76 1.76 0 0 1 5 3.25h14A1.76 1.76 0 0 1 20.75 5v10A1.76 1.76 0 0 1 19 16.75m-14-12a.25.25 0 0 0-.25.25v10a.25.25 0 0 0 .25.25h14a.25.25 0 0 0 .25-.25V5a.25.25 0 0 0-.25-.25Z"/><path fill="currentColor" d="M15 20.75h-3a.76.76 0 0 1-.75-.75v-4a.75.75 0 0 1 1.5 0v3.25H15a.75.75 0 0 1 0 1.5"/><path fill="currentColor" d="M12 20.75H9a.75.75 0 0 1 0-1.5h3a.75.75 0 0 1 0 1.5"/></svg>
React
import type { SVGProps } from "react";
export function PrimeDesktop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 16.75H5A1.76 1.76 0 0 1 3.25 15V5A1.76 1.76 0 0 1 5 3.25h14A1.76 1.76 0 0 1 20.75 5v10A1.76 1.76 0 0 1 19 16.75m-14-12a.25.25 0 0 0-.25.25v10a.25.25 0 0 0 .25.25h14a.25.25 0 0 0 .25-.25V5a.25.25 0 0 0-.25-.25Z"/><path fill="currentColor" d="M15 20.75h-3a.76.76 0 0 1-.75-.75v-4a.75.75 0 0 1 1.5 0v3.25H15a.75.75 0 0 1 0 1.5"/><path fill="currentColor" d="M12 20.75H9a.75.75 0 0 1 0-1.5h3a.75.75 0 0 1 0 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 16.75H5A1.76 1.76 0 0 1 3.25 15V5A1.76 1.76 0 0 1 5 3.25h14A1.76 1.76 0 0 1 20.75 5v10A1.76 1.76 0 0 1 19 16.75m-14-12a.25.25 0 0 0-.25.25v10a.25.25 0 0 0 .25.25h14a.25.25 0 0 0 .25-.25V5a.25.25 0 0 0-.25-.25Z"/><path fill="currentColor" d="M15 20.75h-3a.76.76 0 0 1-.75-.75v-4a.75.75 0 0 1 1.5 0v3.25H15a.75.75 0 0 1 0 1.5"/><path fill="currentColor" d="M12 20.75H9a.75.75 0 0 1 0-1.5h3a.75.75 0 0 1 0 1.5"/></svg> </template>
CSS
.icon-desktop {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2016.75H5A1.76%201.76%200%200%201%203.25%2015V5A1.76%201.76%200%200%201%205%203.25h14A1.76%201.76%200%200%201%2020.75%205v10A1.76%201.76%200%200%201%2019%2016.75m-14-12a.25.25%200%200%200-.25.25v10a.25.25%200%200%200%20.25.25h14a.25.25%200%200%200%20.25-.25V5a.25.25%200%200%200-.25-.25Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2020.75h-3a.76.76%200%200%201-.75-.75v-4a.75.75%200%200%201%201.5%200v3.25H15a.75.75%200%200%201%200%201.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2020.75H9a.75.75%200%200%201%200-1.5h3a.75.75%200%200%201%200%201.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2016.75H5A1.76%201.76%200%200%201%203.25%2015V5A1.76%201.76%200%200%201%205%203.25h14A1.76%201.76%200%200%201%2020.75%205v10A1.76%201.76%200%200%201%2019%2016.75m-14-12a.25.25%200%200%200-.25.25v10a.25.25%200%200%200%20.25.25h14a.25.25%200%200%200%20.25-.25V5a.25.25%200%200%200-.25-.25Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2020.75h-3a.76.76%200%200%201-.75-.75v-4a.75.75%200%200%201%201.5%200v3.25H15a.75.75%200%200%201%200%201.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2020.75H9a.75.75%200%200%201%200-1.5h3a.75.75%200%200%201%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/desktop.svg?color=%231a73e8&size=48