dual screen mirror icon

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

Name
dual-screen-mirror-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 mirror icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.172 9.415a.75.75 0 0 0-1.342 0l-2.25 4.5a.75.75 0 0 0 .67 1.086h4.5a.75.75 0 0 0 .672-1.086zm-1.708 4.086l1.037-2.073l1.036 2.073zM7.501 9a.75.75 0 0 1 .67.414l2.25 4.5A.75.75 0 0 1 9.751 15h-4.5a.75.75 0 0 1-.671-1.086l2.25-4.5A.75.75 0 0 1 7.5 9m0 2.427L6.464 13.5h2.073zm5.254-7.426v.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.498V18.5h7.498a.25.25 0 0 0 .25-.25V5.754a.25.25 0 0 0-.25-.25m-8.998-.002H3.758a.25.25 0 0 0-.25.25v12.495c0 .138.112.25.25.25h7.497z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDualScreenMirror24Regular(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="M17.172 9.415a.75.75 0 0 0-1.342 0l-2.25 4.5a.75.75 0 0 0 .67 1.086h4.5a.75.75 0 0 0 .672-1.086zm-1.708 4.086l1.037-2.073l1.036 2.073zM7.501 9a.75.75 0 0 1 .67.414l2.25 4.5A.75.75 0 0 1 9.751 15h-4.5a.75.75 0 0 1-.671-1.086l2.25-4.5A.75.75 0 0 1 7.5 9m0 2.427L6.464 13.5h2.073zm5.254-7.426v.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.498V18.5h7.498a.25.25 0 0 0 .25-.25V5.754a.25.25 0 0 0-.25-.25m-8.998-.002H3.758a.25.25 0 0 0-.25.25v12.495c0 .138.112.25.25.25h7.497z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.172 9.415a.75.75 0 0 0-1.342 0l-2.25 4.5a.75.75 0 0 0 .67 1.086h4.5a.75.75 0 0 0 .672-1.086zm-1.708 4.086l1.037-2.073l1.036 2.073zM7.501 9a.75.75 0 0 1 .67.414l2.25 4.5A.75.75 0 0 1 9.751 15h-4.5a.75.75 0 0 1-.671-1.086l2.25-4.5A.75.75 0 0 1 7.5 9m0 2.427L6.464 13.5h2.073zm5.254-7.426v.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.498V18.5h7.498a.25.25 0 0 0 .25-.25V5.754a.25.25 0 0 0-.25-.25m-8.998-.002H3.758a.25.25 0 0 0-.25.25v12.495c0 .138.112.25.25.25h7.497z"/></svg>
</template>

CSS

.icon-dual-screen-mirror-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%22M17.172%209.415a.75.75%200%200%200-1.342%200l-2.25%204.5a.75.75%200%200%200%20.67%201.086h4.5a.75.75%200%200%200%20.672-1.086zm-1.708%204.086l1.037-2.073l1.036%202.073zM7.501%209a.75.75%200%200%201%20.67.414l2.25%204.5A.75.75%200%200%201%209.751%2015h-4.5a.75.75%200%200%201-.671-1.086l2.25-4.5A.75.75%200%200%201%207.5%209m0%202.427L6.464%2013.5h2.073zm5.254-7.426v.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.498V18.5h7.498a.25.25%200%200%200%20.25-.25V5.754a.25.25%200%200%200-.25-.25m-8.998-.002H3.758a.25.25%200%200%200-.25.25v12.495c0%20.138.112.25.25.25h7.497z%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%22M17.172%209.415a.75.75%200%200%200-1.342%200l-2.25%204.5a.75.75%200%200%200%20.67%201.086h4.5a.75.75%200%200%200%20.672-1.086zm-1.708%204.086l1.037-2.073l1.036%202.073zM7.501%209a.75.75%200%200%201%20.67.414l2.25%204.5A.75.75%200%200%201%209.751%2015h-4.5a.75.75%200%200%201-.671-1.086l2.25-4.5A.75.75%200%200%201%207.5%209m0%202.427L6.464%2013.5h2.073zm5.254-7.426v.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.498V18.5h7.498a.25.25%200%200%200%20.25-.25V5.754a.25.25%200%200%200-.25-.25m-8.998-.002H3.758a.25.25%200%200%200-.25.25v12.495c0%20.138.112.25.25.25h7.497z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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