stop screen share icon

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

Name
stop-screen-share-rounded
Set
Material Symbols Light
Style
Rounded
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="M18.046 19.462H2.27q-.213 0-.357-.144t-.143-.356t.143-.357t.357-.144h14.772l-1-1H4.616q-.691 0-1.153-.462T3 15.846V6.042q0-.327.173-.586q.173-.26.442-.414l-1.874-1.88q-.141-.147-.15-.345t.155-.363q.16-.16.354-.16t.354.16l19.092 19.092q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16zm-7.969-7.977l-.787-.793q-.201.225-.361.59q-.16.366-.16.834v1.5q0 .213.143.356q.144.144.357.144t.357-.144t.143-.356v-1.304q0-.27.077-.462t.231-.365m10.046 5.788L14.04 11.19l.764-.782q.13-.131.13-.283t-.13-.283l-1.187-1.186q-.106-.106-.227-.053q-.12.053-.12.19v.823h-.805L7.312 4.461h12.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 MaterialSymbolsLightStopScreenShareRounded(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="M18.046 19.462H2.27q-.213 0-.357-.144t-.143-.356t.143-.357t.357-.144h14.772l-1-1H4.616q-.691 0-1.153-.462T3 15.846V6.042q0-.327.173-.586q.173-.26.442-.414l-1.874-1.88q-.141-.147-.15-.345t.155-.363q.16-.16.354-.16t.354.16l19.092 19.092q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16zm-7.969-7.977l-.787-.793q-.201.225-.361.59q-.16.366-.16.834v1.5q0 .213.143.356q.144.144.357.144t.357-.144t.143-.356v-1.304q0-.27.077-.462t.231-.365m10.046 5.788L14.04 11.19l.764-.782q.13-.131.13-.283t-.13-.283l-1.187-1.186q-.106-.106-.227-.053q-.12.053-.12.19v.823h-.805L7.312 4.461h12.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="M18.046 19.462H2.27q-.213 0-.357-.144t-.143-.356t.143-.357t.357-.144h14.772l-1-1H4.616q-.691 0-1.153-.462T3 15.846V6.042q0-.327.173-.586q.173-.26.442-.414l-1.874-1.88q-.141-.147-.15-.345t.155-.363q.16-.16.354-.16t.354.16l19.092 19.092q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16zm-7.969-7.977l-.787-.793q-.201.225-.361.59q-.16.366-.16.834v1.5q0 .213.143.356q.144.144.357.144t.357-.144t.143-.356v-1.304q0-.27.077-.462t.231-.365m10.046 5.788L14.04 11.19l.764-.782q.13-.131.13-.283t-.13-.283l-1.187-1.186q-.106-.106-.227-.053q-.12.053-.12.19v.823h-.805L7.312 4.461h12.073q.69 0 1.152.462T21 6.077v9.77q0 .419-.209.81q-.208.391-.668.616"/></svg>
</template>

CSS

.icon-stop-screen-share-rounded {
  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%22M18.046%2019.462H2.27q-.213%200-.357-.144t-.143-.356t.143-.357t.357-.144h14.772l-1-1H4.616q-.691%200-1.153-.462T3%2015.846V6.042q0-.327.173-.586q.173-.26.442-.414l-1.874-1.88q-.141-.147-.15-.345t.155-.363q.16-.16.354-.16t.354.16l19.092%2019.092q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16zm-7.969-7.977l-.787-.793q-.201.225-.361.59q-.16.366-.16.834v1.5q0%20.213.143.356q.144.144.357.144t.357-.144t.143-.356v-1.304q0-.27.077-.462t.231-.365m10.046%205.788L14.04%2011.19l.764-.782q.13-.131.13-.283t-.13-.283l-1.187-1.186q-.106-.106-.227-.053q-.12.053-.12.19v.823h-.805L7.312%204.461h12.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%22M18.046%2019.462H2.27q-.213%200-.357-.144t-.143-.356t.143-.357t.357-.144h14.772l-1-1H4.616q-.691%200-1.153-.462T3%2015.846V6.042q0-.327.173-.586q.173-.26.442-.414l-1.874-1.88q-.141-.147-.15-.345t.155-.363q.16-.16.354-.16t.354.16l19.092%2019.092q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16zm-7.969-7.977l-.787-.793q-.201.225-.361.59q-.16.366-.16.834v1.5q0%20.213.143.356q.144.144.357.144t.357-.144t.143-.356v-1.304q0-.27.077-.462t.231-.365m10.046%205.788L14.04%2011.19l.764-.782q.13-.131.13-.283t-.13-.283l-1.187-1.186q-.106-.106-.227-.053q-.12.053-.12.19v.823h-.805L7.312%204.461h12.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-rounded.svg?color=%231a73e8&size=48