dual-screen from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.

Name
dual-screen
Set
Material Symbols Light
Style
Regular
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
dual-screen-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the dual screen icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.016 18.675q-.456-.18-.736-.586T5 17.177V4.039q0-.56.48-.874t1.04-.092l5.45 2.24q.455.181.743.594q.287.413.287.916v12.273q0 .853-.711 1.34q-.712.487-1.507.166zM15 18V6.823q0-1.425-1.071-2.357Q12.858 3.535 11.483 3h5.902q.666 0 1.14.475T19 4.615v11.77q0 .666-.475 1.14t-1.14.475z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDualScreen(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="M6.016 18.675q-.456-.18-.736-.586T5 17.177V4.039q0-.56.48-.874t1.04-.092l5.45 2.24q.455.181.743.594q.287.413.287.916v12.273q0 .853-.711 1.34q-.712.487-1.507.166zM15 18V6.823q0-1.425-1.071-2.357Q12.858 3.535 11.483 3h5.902q.666 0 1.14.475T19 4.615v11.77q0 .666-.475 1.14t-1.14.475z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.016 18.675q-.456-.18-.736-.586T5 17.177V4.039q0-.56.48-.874t1.04-.092l5.45 2.24q.455.181.743.594q.287.413.287.916v12.273q0 .853-.711 1.34q-.712.487-1.507.166zM15 18V6.823q0-1.425-1.071-2.357Q12.858 3.535 11.483 3h5.902q.666 0 1.14.475T19 4.615v11.77q0 .666-.475 1.14t-1.14.475z"/></svg>
</template>

CSS

.icon-dual-screen {
  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%22M6.016%2018.675q-.456-.18-.736-.586T5%2017.177V4.039q0-.56.48-.874t1.04-.092l5.45%202.24q.455.181.743.594q.287.413.287.916v12.273q0%20.853-.711%201.34q-.712.487-1.507.166zM15%2018V6.823q0-1.425-1.071-2.357Q12.858%203.535%2011.483%203h5.902q.666%200%201.14.475T19%204.615v11.77q0%20.666-.475%201.14t-1.14.475z%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%22M6.016%2018.675q-.456-.18-.736-.586T5%2017.177V4.039q0-.56.48-.874t1.04-.092l5.45%202.24q.455.181.743.594q.287.413.287.916v12.273q0%20.853-.711%201.34q-.712.487-1.507.166zM15%2018V6.823q0-1.425-1.071-2.357Q12.858%203.535%2011.483%203h5.902q.666%200%201.14.475T19%204.615v11.77q0%20.666-.475%201.14t-1.14.475z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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