dual screen tablet icon
dual-screen-tablet-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- dual-screen-tablet-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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-desktop-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-update-20-filleddual-screen-vertical-scroll-20-filleddual-screen-vibrate-20-filled
Use the dual screen tablet icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 9v12H3.75a1.75 1.75 0 0 1-1.744-1.607L2 19.25v-8.5a1.75 1.75 0 0 1 1.606-1.744L3.75 9zm4.75 0a1.75 1.75 0 0 1 1.744 1.606l.006.144v8.5a1.75 1.75 0 0 1-1.607 1.744L12.25 21H8.5V9zm-1.606 8.5h-.5l-.102.007a.75.75 0 0 0 0 1.486l.102.007h.5l.101-.007a.75.75 0 0 0-.101-1.493m-4.75 0h-.5l-.102.007a.75.75 0 0 0 0 1.486l.102.007h.5l.102-.007a.75.75 0 0 0-.102-1.493M19.75 3a2.25 2.25 0 0 1 2.245 2.096L22 5.25v8.5a2.25 2.25 0 0 1-2.096 2.245L19.75 16H15v-2.5h1.25a.75.75 0 0 0 0-1.5H15v-1.5a2.5 2.5 0 0 0-2.336-2.495L12.5 8H6V5.25a2.25 2.25 0 0 1 2.096-2.245L8.25 3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDualScreenTablet24Filled(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="M7.5 9v12H3.75a1.75 1.75 0 0 1-1.744-1.607L2 19.25v-8.5a1.75 1.75 0 0 1 1.606-1.744L3.75 9zm4.75 0a1.75 1.75 0 0 1 1.744 1.606l.006.144v8.5a1.75 1.75 0 0 1-1.607 1.744L12.25 21H8.5V9zm-1.606 8.5h-.5l-.102.007a.75.75 0 0 0 0 1.486l.102.007h.5l.101-.007a.75.75 0 0 0-.101-1.493m-4.75 0h-.5l-.102.007a.75.75 0 0 0 0 1.486l.102.007h.5l.102-.007a.75.75 0 0 0-.102-1.493M19.75 3a2.25 2.25 0 0 1 2.245 2.096L22 5.25v8.5a2.25 2.25 0 0 1-2.096 2.245L19.75 16H15v-2.5h1.25a.75.75 0 0 0 0-1.5H15v-1.5a2.5 2.5 0 0 0-2.336-2.495L12.5 8H6V5.25a2.25 2.25 0 0 1 2.096-2.245L8.25 3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 9v12H3.75a1.75 1.75 0 0 1-1.744-1.607L2 19.25v-8.5a1.75 1.75 0 0 1 1.606-1.744L3.75 9zm4.75 0a1.75 1.75 0 0 1 1.744 1.606l.006.144v8.5a1.75 1.75 0 0 1-1.607 1.744L12.25 21H8.5V9zm-1.606 8.5h-.5l-.102.007a.75.75 0 0 0 0 1.486l.102.007h.5l.101-.007a.75.75 0 0 0-.101-1.493m-4.75 0h-.5l-.102.007a.75.75 0 0 0 0 1.486l.102.007h.5l.102-.007a.75.75 0 0 0-.102-1.493M19.75 3a2.25 2.25 0 0 1 2.245 2.096L22 5.25v8.5a2.25 2.25 0 0 1-2.096 2.245L19.75 16H15v-2.5h1.25a.75.75 0 0 0 0-1.5H15v-1.5a2.5 2.5 0 0 0-2.336-2.495L12.5 8H6V5.25a2.25 2.25 0 0 1 2.096-2.245L8.25 3z"/></svg> </template>
CSS
.icon-dual-screen-tablet-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%209v12H3.75a1.75%201.75%200%200%201-1.744-1.607L2%2019.25v-8.5a1.75%201.75%200%200%201%201.606-1.744L3.75%209zm4.75%200a1.75%201.75%200%200%201%201.744%201.606l.006.144v8.5a1.75%201.75%200%200%201-1.607%201.744L12.25%2021H8.5V9zm-1.606%208.5h-.5l-.102.007a.75.75%200%200%200%200%201.486l.102.007h.5l.101-.007a.75.75%200%200%200-.101-1.493m-4.75%200h-.5l-.102.007a.75.75%200%200%200%200%201.486l.102.007h.5l.102-.007a.75.75%200%200%200-.102-1.493M19.75%203a2.25%202.25%200%200%201%202.245%202.096L22%205.25v8.5a2.25%202.25%200%200%201-2.096%202.245L19.75%2016H15v-2.5h1.25a.75.75%200%200%200%200-1.5H15v-1.5a2.5%202.5%200%200%200-2.336-2.495L12.5%208H6V5.25a2.25%202.25%200%200%201%202.096-2.245L8.25%203z%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%22M7.5%209v12H3.75a1.75%201.75%200%200%201-1.744-1.607L2%2019.25v-8.5a1.75%201.75%200%200%201%201.606-1.744L3.75%209zm4.75%200a1.75%201.75%200%200%201%201.744%201.606l.006.144v8.5a1.75%201.75%200%200%201-1.607%201.744L12.25%2021H8.5V9zm-1.606%208.5h-.5l-.102.007a.75.75%200%200%200%200%201.486l.102.007h.5l.101-.007a.75.75%200%200%200-.101-1.493m-4.75%200h-.5l-.102.007a.75.75%200%200%200%200%201.486l.102.007h.5l.102-.007a.75.75%200%200%200-.102-1.493M19.75%203a2.25%202.25%200%200%201%202.245%202.096L22%205.25v8.5a2.25%202.25%200%200%201-2.096%202.245L19.75%2016H15v-2.5h1.25a.75.75%200%200%200%200-1.5H15v-1.5a2.5%202.5%200%200%200-2.336-2.495L12.5%208H6V5.25a2.25%202.25%200%200%201%202.096-2.245L8.25%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/dual-screen-tablet-24-filled.svg?color=%231a73e8&size=48