stop screen share icon

stop-screen-share from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
stop-screen-share
Set
Material Symbols Light
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the stop 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="m21.192 22.608l-3.146-3.146H1.77v-1h15.272l-1-1H4.616q-.691 0-1.153-.463T3 15.846V6.042q0-.327.173-.586q.173-.26.442-.414L1.392 2.808L2.1 2.1l19.8 19.8zM10.077 11.485l-.787-.793q-.201.225-.361.59q-.16.366-.16.834v2h1v-1.804q0-.27.077-.462t.231-.365m10.046 5.788L14.04 11.19l1.037-1.074l-1.808-1.808v1.308h-.804L7.312 4.462h12.073q.69 0 1.152.462T21 6.077v9.77q0 .419-.209.81q-.208.391-.668.616"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightStopScreenShare(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="m21.192 22.608l-3.146-3.146H1.77v-1h15.272l-1-1H4.616q-.691 0-1.153-.463T3 15.846V6.042q0-.327.173-.586q.173-.26.442-.414L1.392 2.808L2.1 2.1l19.8 19.8zM10.077 11.485l-.787-.793q-.201.225-.361.59q-.16.366-.16.834v2h1v-1.804q0-.27.077-.462t.231-.365m10.046 5.788L14.04 11.19l1.037-1.074l-1.808-1.808v1.308h-.804L7.312 4.462h12.073q.69 0 1.152.462T21 6.077v9.77q0 .419-.209.81q-.208.391-.668.616"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.192 22.608l-3.146-3.146H1.77v-1h15.272l-1-1H4.616q-.691 0-1.153-.463T3 15.846V6.042q0-.327.173-.586q.173-.26.442-.414L1.392 2.808L2.1 2.1l19.8 19.8zM10.077 11.485l-.787-.793q-.201.225-.361.59q-.16.366-.16.834v2h1v-1.804q0-.27.077-.462t.231-.365m10.046 5.788L14.04 11.19l1.037-1.074l-1.808-1.808v1.308h-.804L7.312 4.462h12.073q.69 0 1.152.462T21 6.077v9.77q0 .419-.209.81q-.208.391-.668.616"/></svg>
</template>

CSS

.icon-stop-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%22m21.192%2022.608l-3.146-3.146H1.77v-1h15.272l-1-1H4.616q-.691%200-1.153-.463T3%2015.846V6.042q0-.327.173-.586q.173-.26.442-.414L1.392%202.808L2.1%202.1l19.8%2019.8zM10.077%2011.485l-.787-.793q-.201.225-.361.59q-.16.366-.16.834v2h1v-1.804q0-.27.077-.462t.231-.365m10.046%205.788L14.04%2011.19l1.037-1.074l-1.808-1.808v1.308h-.804L7.312%204.462h12.073q.69%200%201.152.462T21%206.077v9.77q0%20.419-.209.81q-.208.391-.668.616%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%22m21.192%2022.608l-3.146-3.146H1.77v-1h15.272l-1-1H4.616q-.691%200-1.153-.463T3%2015.846V6.042q0-.327.173-.586q.173-.26.442-.414L1.392%202.808L2.1%202.1l19.8%2019.8zM10.077%2011.485l-.787-.793q-.201.225-.361.59q-.16.366-.16.834v2h1v-1.804q0-.27.077-.462t.231-.365m10.046%205.788L14.04%2011.19l1.037-1.074l-1.808-1.808v1.308h-.804L7.312%204.462h12.073q.69%200%201.152.462T21%206.077v9.77q0%20.419-.209.81q-.208.391-.668.616%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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