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

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

3 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

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 17.6l6 2.4V6.4L6 4zm-.75 1.85q-.575-.225-.913-.725T4 17.6V4q0-.825.588-1.412T6 2l6.7 2.525q.575.225.938.738T14 6.4V20q0 1.075-.875 1.663t-1.875.187zM12 19v-2h6V4H6V2h12q.825 0 1.413.588T20 4v13q0 .825-.587 1.413T18 19zm-6-1.4V4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDualScreenOutline(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 17.6l6 2.4V6.4L6 4zm-.75 1.85q-.575-.225-.913-.725T4 17.6V4q0-.825.588-1.412T6 2l6.7 2.525q.575.225.938.738T14 6.4V20q0 1.075-.875 1.663t-1.875.187zM12 19v-2h6V4H6V2h12q.825 0 1.413.588T20 4v13q0 .825-.587 1.413T18 19zm-6-1.4V4z"/></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 17.6l6 2.4V6.4L6 4zm-.75 1.85q-.575-.225-.913-.725T4 17.6V4q0-.825.588-1.412T6 2l6.7 2.525q.575.225.938.738T14 6.4V20q0 1.075-.875 1.663t-1.875.187zM12 19v-2h6V4H6V2h12q.825 0 1.413.588T20 4v13q0 .825-.587 1.413T18 19zm-6-1.4V4z"/></svg>
</template>

CSS

.icon-dual-screen-outline {
  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%2017.6l6%202.4V6.4L6%204zm-.75%201.85q-.575-.225-.913-.725T4%2017.6V4q0-.825.588-1.412T6%202l6.7%202.525q.575.225.938.738T14%206.4V20q0%201.075-.875%201.663t-1.875.187zM12%2019v-2h6V4H6V2h12q.825%200%201.413.588T20%204v13q0%20.825-.587%201.413T18%2019zm-6-1.4V4z%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%2017.6l6%202.4V6.4L6%204zm-.75%201.85q-.575-.225-.913-.725T4%2017.6V4q0-.825.588-1.412T6%202l6.7%202.525q.575.225.938.738T14%206.4V20q0%201.075-.875%201.663t-1.875.187zM12%2019v-2h6V4H6V2h12q.825%200%201.413.588T20%204v13q0%20.825-.587%201.413T18%2019zm-6-1.4V4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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