device desktop icon
device-desktop-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- device-desktop-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
2 other variants in Octicons
The same icon in other sets
Related icons in Octicons
Use the device desktop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.954 17H2.75A1.75 1.75 0 0 1 1 15.25V3.75C1 2.784 1.784 2 2.75 2h18.5c.966 0 1.75.784 1.75 1.75v11.5A1.75 1.75 0 0 1 21.25 17h-6.204c.171 1.375.805 2.652 1.769 3.757A.752.752 0 0 1 16.25 22h-8.5a.75.75 0 0 1-.565-1.243c.964-1.105 1.598-2.382 1.769-3.757M21.5 3.75a.25.25 0 0 0-.25-.25H2.75a.25.25 0 0 0-.25.25v11.5c0 .138.112.25.25.25h18.5a.25.25 0 0 0 .25-.25ZM13.537 17h-3.074c-.126 1.266-.564 2.445-1.223 3.5h5.52c-.659-1.055-1.098-2.234-1.223-3.5"/></svg>
React
import type { SVGProps } from "react";
export function OcticonDeviceDesktop24(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="M8.954 17H2.75A1.75 1.75 0 0 1 1 15.25V3.75C1 2.784 1.784 2 2.75 2h18.5c.966 0 1.75.784 1.75 1.75v11.5A1.75 1.75 0 0 1 21.25 17h-6.204c.171 1.375.805 2.652 1.769 3.757A.752.752 0 0 1 16.25 22h-8.5a.75.75 0 0 1-.565-1.243c.964-1.105 1.598-2.382 1.769-3.757M21.5 3.75a.25.25 0 0 0-.25-.25H2.75a.25.25 0 0 0-.25.25v11.5c0 .138.112.25.25.25h18.5a.25.25 0 0 0 .25-.25ZM13.537 17h-3.074c-.126 1.266-.564 2.445-1.223 3.5h5.52c-.659-1.055-1.098-2.234-1.223-3.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="M8.954 17H2.75A1.75 1.75 0 0 1 1 15.25V3.75C1 2.784 1.784 2 2.75 2h18.5c.966 0 1.75.784 1.75 1.75v11.5A1.75 1.75 0 0 1 21.25 17h-6.204c.171 1.375.805 2.652 1.769 3.757A.752.752 0 0 1 16.25 22h-8.5a.75.75 0 0 1-.565-1.243c.964-1.105 1.598-2.382 1.769-3.757M21.5 3.75a.25.25 0 0 0-.25-.25H2.75a.25.25 0 0 0-.25.25v11.5c0 .138.112.25.25.25h18.5a.25.25 0 0 0 .25-.25ZM13.537 17h-3.074c-.126 1.266-.564 2.445-1.223 3.5h5.52c-.659-1.055-1.098-2.234-1.223-3.5"/></svg> </template>
CSS
.icon-device-desktop-24 {
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%22M8.954%2017H2.75A1.75%201.75%200%200%201%201%2015.25V3.75C1%202.784%201.784%202%202.75%202h18.5c.966%200%201.75.784%201.75%201.75v11.5A1.75%201.75%200%200%201%2021.25%2017h-6.204c.171%201.375.805%202.652%201.769%203.757A.752.752%200%200%201%2016.25%2022h-8.5a.75.75%200%200%201-.565-1.243c.964-1.105%201.598-2.382%201.769-3.757M21.5%203.75a.25.25%200%200%200-.25-.25H2.75a.25.25%200%200%200-.25.25v11.5c0%20.138.112.25.25.25h18.5a.25.25%200%200%200%20.25-.25ZM13.537%2017h-3.074c-.126%201.266-.564%202.445-1.223%203.5h5.52c-.659-1.055-1.098-2.234-1.223-3.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%22M8.954%2017H2.75A1.75%201.75%200%200%201%201%2015.25V3.75C1%202.784%201.784%202%202.75%202h18.5c.966%200%201.75.784%201.75%201.75v11.5A1.75%201.75%200%200%201%2021.25%2017h-6.204c.171%201.375.805%202.652%201.769%203.757A.752.752%200%200%201%2016.25%2022h-8.5a.75.75%200%200%201-.565-1.243c.964-1.105%201.598-2.382%201.769-3.757M21.5%203.75a.25.25%200%200%200-.25-.25H2.75a.25.25%200%200%200-.25.25v11.5c0%20.138.112.25.25.25h18.5a.25.25%200%200%200%20.25-.25ZM13.537%2017h-3.074c-.126%201.266-.564%202.445-1.223%203.5h5.52c-.659-1.055-1.098-2.234-1.223-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/device-desktop-24.svg?color=%231a73e8&size=48