dual-screen-span-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
dual-screen-span-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

Use the dual screen span icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.311 10.249a.75.75 0 1 0-1.12-.997l-2 2.25a.75.75 0 0 0 0 .997l2 2.25a.75.75 0 1 0 1.12-.997l-.89-1.001h9.16l-.89 1.002a.75.75 0 1 0 1.12.996l2-2.25l.01-.012a.75.75 0 0 0-.012-.987l-1.998-2.248a.75.75 0 1 0-1.12.997l.89 1.002H7.42zm4.444-6.247v.002h7.498c.966 0 1.75.784 1.75 1.75V18.25a1.75 1.75 0 0 1-1.75 1.75h-8.998v-.003H3.758a1.75 1.75 0 0 1-1.75-1.75V5.752c0-.967.783-1.75 1.75-1.75zm7.498 1.502h-7.498v4.997h-1.5V5.502H3.758a.25.25 0 0 0-.25.25v12.495c0 .138.112.25.25.25h7.497v-4.996h1.5V18.5h7.498a.25.25 0 0 0 .25-.25V5.754a.25.25 0 0 0-.25-.25"/></svg>

React

import type { SVGProps } from "react";

export function FluentDualScreenSpan24Regular(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.311 10.249a.75.75 0 1 0-1.12-.997l-2 2.25a.75.75 0 0 0 0 .997l2 2.25a.75.75 0 1 0 1.12-.997l-.89-1.001h9.16l-.89 1.002a.75.75 0 1 0 1.12.996l2-2.25l.01-.012a.75.75 0 0 0-.012-.987l-1.998-2.248a.75.75 0 1 0-1.12.997l.89 1.002H7.42zm4.444-6.247v.002h7.498c.966 0 1.75.784 1.75 1.75V18.25a1.75 1.75 0 0 1-1.75 1.75h-8.998v-.003H3.758a1.75 1.75 0 0 1-1.75-1.75V5.752c0-.967.783-1.75 1.75-1.75zm7.498 1.502h-7.498v4.997h-1.5V5.502H3.758a.25.25 0 0 0-.25.25v12.495c0 .138.112.25.25.25h7.497v-4.996h1.5V18.5h7.498a.25.25 0 0 0 .25-.25V5.754a.25.25 0 0 0-.25-.25"/></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.311 10.249a.75.75 0 1 0-1.12-.997l-2 2.25a.75.75 0 0 0 0 .997l2 2.25a.75.75 0 1 0 1.12-.997l-.89-1.001h9.16l-.89 1.002a.75.75 0 1 0 1.12.996l2-2.25l.01-.012a.75.75 0 0 0-.012-.987l-1.998-2.248a.75.75 0 1 0-1.12.997l.89 1.002H7.42zm4.444-6.247v.002h7.498c.966 0 1.75.784 1.75 1.75V18.25a1.75 1.75 0 0 1-1.75 1.75h-8.998v-.003H3.758a1.75 1.75 0 0 1-1.75-1.75V5.752c0-.967.783-1.75 1.75-1.75zm7.498 1.502h-7.498v4.997h-1.5V5.502H3.758a.25.25 0 0 0-.25.25v12.495c0 .138.112.25.25.25h7.497v-4.996h1.5V18.5h7.498a.25.25 0 0 0 .25-.25V5.754a.25.25 0 0 0-.25-.25"/></svg>
</template>

CSS

.icon-dual-screen-span-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%22M8.311%2010.249a.75.75%200%201%200-1.12-.997l-2%202.25a.75.75%200%200%200%200%20.997l2%202.25a.75.75%200%201%200%201.12-.997l-.89-1.001h9.16l-.89%201.002a.75.75%200%201%200%201.12.996l2-2.25l.01-.012a.75.75%200%200%200-.012-.987l-1.998-2.248a.75.75%200%201%200-1.12.997l.89%201.002H7.42zm4.444-6.247v.002h7.498c.966%200%201.75.784%201.75%201.75V18.25a1.75%201.75%200%200%201-1.75%201.75h-8.998v-.003H3.758a1.75%201.75%200%200%201-1.75-1.75V5.752c0-.967.783-1.75%201.75-1.75zm7.498%201.502h-7.498v4.997h-1.5V5.502H3.758a.25.25%200%200%200-.25.25v12.495c0%20.138.112.25.25.25h7.497v-4.996h1.5V18.5h7.498a.25.25%200%200%200%20.25-.25V5.754a.25.25%200%200%200-.25-.25%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.311%2010.249a.75.75%200%201%200-1.12-.997l-2%202.25a.75.75%200%200%200%200%20.997l2%202.25a.75.75%200%201%200%201.12-.997l-.89-1.001h9.16l-.89%201.002a.75.75%200%201%200%201.12.996l2-2.25l.01-.012a.75.75%200%200%200-.012-.987l-1.998-2.248a.75.75%200%201%200-1.12.997l.89%201.002H7.42zm4.444-6.247v.002h7.498c.966%200%201.75.784%201.75%201.75V18.25a1.75%201.75%200%200%201-1.75%201.75h-8.998v-.003H3.758a1.75%201.75%200%200%201-1.75-1.75V5.752c0-.967.783-1.75%201.75-1.75zm7.498%201.502h-7.498v4.997h-1.5V5.502H3.758a.25.25%200%200%200-.25.25v12.495c0%20.138.112.25.25.25h7.497v-4.996h1.5V18.5h7.498a.25.25%200%200%200%20.25-.25V5.754a.25.25%200%200%200-.25-.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/dual-screen-span-24-regular.svg?color=%231a73e8&size=48