dual screen desktop icon
dual-screen-desktop-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- dual-screen-desktop-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
dual-screen-20-filleddual-screen-add-20-filleddual-screen-arrow-right-20-filleddual-screen-arrow-up-20-filleddual-screen-clock-20-filleddual-screen-closed-alert-20-filleddual-screen-dismiss-20-filleddual-screen-group-20-filleddual-screen-header-20-filleddual-screen-lock-20-filleddual-screen-mirror-20-filleddual-screen-pagination-20-filleddual-screen-settings-20-filleddual-screen-span-20-filleddual-screen-speaker-20-filleddual-screen-status-bar-20-filleddual-screen-tablet-20-filleddual-screen-update-20-filleddual-screen-vertical-scroll-20-filleddual-screen-vibrate-20-filled
Use the dual screen desktop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.25 10a1.75 1.75 0 0 1 1.744 1.606l.006.144v8.5a1.75 1.75 0 0 1-1.607 1.744L12.25 22h-8.5a1.75 1.75 0 0 1-1.744-1.607L2 20.25v-8.5a1.75 1.75 0 0 1 1.606-1.744L3.75 10zM7.5 11.499H3.75a.25.25 0 0 0-.243.194l-.007.057v8.5a.25.25 0 0 0 .193.243l.057.007l3.75-.001zm4.75 0H8.5v9l3.75.001a.25.25 0 0 0 .243-.193l.007-.057v-8.5a.25.25 0 0 0-.193-.244zM10.625 18a.75.75 0 0 1 .102 1.493l-.102.007h-.5a.75.75 0 0 1-.102-1.493l.102-.007zm-4.75 0a.75.75 0 0 1 .102 1.493l-.102.007h-.5a.75.75 0 0 1-.102-1.493L5.375 18zM19.75 2a2.25 2.25 0 0 1 2.245 2.096L22 4.25v9a2.25 2.25 0 0 1-2.096 2.245l-.154.005h-2.746v2h1.246a.75.75 0 0 1 .102 1.493L18.25 19H15v-1.5h.504v-2H15V14h4.75a.75.75 0 0 0 .743-.648l.007-.102v-9a.75.75 0 0 0-.75-.75H6.25a.75.75 0 0 0-.743.648L5.5 4.25V9H4V4.25a2.25 2.25 0 0 1 2.096-2.245L6.25 2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDualScreenDesktop24Regular(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="M12.25 10a1.75 1.75 0 0 1 1.744 1.606l.006.144v8.5a1.75 1.75 0 0 1-1.607 1.744L12.25 22h-8.5a1.75 1.75 0 0 1-1.744-1.607L2 20.25v-8.5a1.75 1.75 0 0 1 1.606-1.744L3.75 10zM7.5 11.499H3.75a.25.25 0 0 0-.243.194l-.007.057v8.5a.25.25 0 0 0 .193.243l.057.007l3.75-.001zm4.75 0H8.5v9l3.75.001a.25.25 0 0 0 .243-.193l.007-.057v-8.5a.25.25 0 0 0-.193-.244zM10.625 18a.75.75 0 0 1 .102 1.493l-.102.007h-.5a.75.75 0 0 1-.102-1.493l.102-.007zm-4.75 0a.75.75 0 0 1 .102 1.493l-.102.007h-.5a.75.75 0 0 1-.102-1.493L5.375 18zM19.75 2a2.25 2.25 0 0 1 2.245 2.096L22 4.25v9a2.25 2.25 0 0 1-2.096 2.245l-.154.005h-2.746v2h1.246a.75.75 0 0 1 .102 1.493L18.25 19H15v-1.5h.504v-2H15V14h4.75a.75.75 0 0 0 .743-.648l.007-.102v-9a.75.75 0 0 0-.75-.75H6.25a.75.75 0 0 0-.743.648L5.5 4.25V9H4V4.25a2.25 2.25 0 0 1 2.096-2.245L6.25 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.25 10a1.75 1.75 0 0 1 1.744 1.606l.006.144v8.5a1.75 1.75 0 0 1-1.607 1.744L12.25 22h-8.5a1.75 1.75 0 0 1-1.744-1.607L2 20.25v-8.5a1.75 1.75 0 0 1 1.606-1.744L3.75 10zM7.5 11.499H3.75a.25.25 0 0 0-.243.194l-.007.057v8.5a.25.25 0 0 0 .193.243l.057.007l3.75-.001zm4.75 0H8.5v9l3.75.001a.25.25 0 0 0 .243-.193l.007-.057v-8.5a.25.25 0 0 0-.193-.244zM10.625 18a.75.75 0 0 1 .102 1.493l-.102.007h-.5a.75.75 0 0 1-.102-1.493l.102-.007zm-4.75 0a.75.75 0 0 1 .102 1.493l-.102.007h-.5a.75.75 0 0 1-.102-1.493L5.375 18zM19.75 2a2.25 2.25 0 0 1 2.245 2.096L22 4.25v9a2.25 2.25 0 0 1-2.096 2.245l-.154.005h-2.746v2h1.246a.75.75 0 0 1 .102 1.493L18.25 19H15v-1.5h.504v-2H15V14h4.75a.75.75 0 0 0 .743-.648l.007-.102v-9a.75.75 0 0 0-.75-.75H6.25a.75.75 0 0 0-.743.648L5.5 4.25V9H4V4.25a2.25 2.25 0 0 1 2.096-2.245L6.25 2z"/></svg> </template>
CSS
.icon-dual-screen-desktop-24-regular {
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%22M12.25%2010a1.75%201.75%200%200%201%201.744%201.606l.006.144v8.5a1.75%201.75%200%200%201-1.607%201.744L12.25%2022h-8.5a1.75%201.75%200%200%201-1.744-1.607L2%2020.25v-8.5a1.75%201.75%200%200%201%201.606-1.744L3.75%2010zM7.5%2011.499H3.75a.25.25%200%200%200-.243.194l-.007.057v8.5a.25.25%200%200%200%20.193.243l.057.007l3.75-.001zm4.75%200H8.5v9l3.75.001a.25.25%200%200%200%20.243-.193l.007-.057v-8.5a.25.25%200%200%200-.193-.244zM10.625%2018a.75.75%200%200%201%20.102%201.493l-.102.007h-.5a.75.75%200%200%201-.102-1.493l.102-.007zm-4.75%200a.75.75%200%200%201%20.102%201.493l-.102.007h-.5a.75.75%200%200%201-.102-1.493L5.375%2018zM19.75%202a2.25%202.25%200%200%201%202.245%202.096L22%204.25v9a2.25%202.25%200%200%201-2.096%202.245l-.154.005h-2.746v2h1.246a.75.75%200%200%201%20.102%201.493L18.25%2019H15v-1.5h.504v-2H15V14h4.75a.75.75%200%200%200%20.743-.648l.007-.102v-9a.75.75%200%200%200-.75-.75H6.25a.75.75%200%200%200-.743.648L5.5%204.25V9H4V4.25a2.25%202.25%200%200%201%202.096-2.245L6.25%202z%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%22M12.25%2010a1.75%201.75%200%200%201%201.744%201.606l.006.144v8.5a1.75%201.75%200%200%201-1.607%201.744L12.25%2022h-8.5a1.75%201.75%200%200%201-1.744-1.607L2%2020.25v-8.5a1.75%201.75%200%200%201%201.606-1.744L3.75%2010zM7.5%2011.499H3.75a.25.25%200%200%200-.243.194l-.007.057v8.5a.25.25%200%200%200%20.193.243l.057.007l3.75-.001zm4.75%200H8.5v9l3.75.001a.25.25%200%200%200%20.243-.193l.007-.057v-8.5a.25.25%200%200%200-.193-.244zM10.625%2018a.75.75%200%200%201%20.102%201.493l-.102.007h-.5a.75.75%200%200%201-.102-1.493l.102-.007zm-4.75%200a.75.75%200%200%201%20.102%201.493l-.102.007h-.5a.75.75%200%200%201-.102-1.493L5.375%2018zM19.75%202a2.25%202.25%200%200%201%202.245%202.096L22%204.25v9a2.25%202.25%200%200%201-2.096%202.245l-.154.005h-2.746v2h1.246a.75.75%200%200%201%20.102%201.493L18.25%2019H15v-1.5h.504v-2H15V14h4.75a.75.75%200%200%200%20.743-.648l.007-.102v-9a.75.75%200%200%200-.75-.75H6.25a.75.75%200%200%200-.743.648L5.5%204.25V9H4V4.25a2.25%202.25%200%200%201%202.096-2.245L6.25%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/dual-screen-desktop-24-regular.svg?color=%231a73e8&size=48