twotone mobile screen share icon

twotone-mobile-screen-share from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.

Name
twotone-mobile-screen-share
Set
Google Material Icons
Style
Baseline
Category
Communication
Viewbox
24×24
License
Apache 2.0

More communication icons from Google Material Icons

Use the twotone mobile screen share icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 19h10V5H7zm5.8-8.28v-1.7L16 12l-3.2 2.99v-1.75c-2.22 0-3.69.68-4.8 2.18c.45-2.14 1.69-4.27 4.8-4.7" opacity=".3"/><path fill="currentColor" d="M17 1H7c-1.1 0-1.99.85-1.99 1.95v18C5.01 22.05 5.9 23 7 23h10c1.1 0 2-.95 2-2.05V3c0-1.1-.9-2-2-2m0 18H7V5h10zm-4.2-5.76v1.75L16 12l-3.2-2.98v1.7c-3.11.43-4.35 2.56-4.8 4.7c1.11-1.5 2.58-2.18 4.8-2.18"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneMobileScreenShare(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 19h10V5H7zm5.8-8.28v-1.7L16 12l-3.2 2.99v-1.75c-2.22 0-3.69.68-4.8 2.18c.45-2.14 1.69-4.27 4.8-4.7" opacity=".3"/><path fill="currentColor" d="M17 1H7c-1.1 0-1.99.85-1.99 1.95v18C5.01 22.05 5.9 23 7 23h10c1.1 0 2-.95 2-2.05V3c0-1.1-.9-2-2-2m0 18H7V5h10zm-4.2-5.76v1.75L16 12l-3.2-2.98v1.7c-3.11.43-4.35 2.56-4.8 4.7c1.11-1.5 2.58-2.18 4.8-2.18"/></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 19h10V5H7zm5.8-8.28v-1.7L16 12l-3.2 2.99v-1.75c-2.22 0-3.69.68-4.8 2.18c.45-2.14 1.69-4.27 4.8-4.7" opacity=".3"/><path fill="currentColor" d="M17 1H7c-1.1 0-1.99.85-1.99 1.95v18C5.01 22.05 5.9 23 7 23h10c1.1 0 2-.95 2-2.05V3c0-1.1-.9-2-2-2m0 18H7V5h10zm-4.2-5.76v1.75L16 12l-3.2-2.98v1.7c-3.11.43-4.35 2.56-4.8 4.7c1.11-1.5 2.58-2.18 4.8-2.18"/></svg>
</template>

CSS

.icon-twotone-mobile-screen-share {
  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%2019h10V5H7zm5.8-8.28v-1.7L16%2012l-3.2%202.99v-1.75c-2.22%200-3.69.68-4.8%202.18c.45-2.14%201.69-4.27%204.8-4.7%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%201H7c-1.1%200-1.99.85-1.99%201.95v18C5.01%2022.05%205.9%2023%207%2023h10c1.1%200%202-.95%202-2.05V3c0-1.1-.9-2-2-2m0%2018H7V5h10zm-4.2-5.76v1.75L16%2012l-3.2-2.98v1.7c-3.11.43-4.35%202.56-4.8%204.7c1.11-1.5%202.58-2.18%204.8-2.18%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%2019h10V5H7zm5.8-8.28v-1.7L16%2012l-3.2%202.99v-1.75c-2.22%200-3.69.68-4.8%202.18c.45-2.14%201.69-4.27%204.8-4.7%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%201H7c-1.1%200-1.99.85-1.99%201.95v18C5.01%2022.05%205.9%2023%207%2023h10c1.1%200%202-.95%202-2.05V3c0-1.1-.9-2-2-2m0%2018H7V5h10zm-4.2-5.76v1.75L16%2012l-3.2-2.98v1.7c-3.11.43-4.35%202.56-4.8%204.7c1.11-1.5%202.58-2.18%204.8-2.18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-mobile-screen-share.svg?color=%231a73e8&size=48