stop screen share icon
stop-screen-share-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- stop-screen-share-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
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="m14.021 11.171l-1.555-1.555h.803v-.824q0-.136.122-.189q.12-.053.226.053l1.168 1.167q.13.13.13.293q0 .161-.13.292zm6.102 6.102l-.85-.85h.266q.211-.057.336-.23t.125-.347V6.077q0-.27-.173-.442q-.173-.173-.442-.173H8.31l-1-1h12.074q.69 0 1.153.462T21 6.077v9.77q0 .419-.209.81q-.208.391-.668.616m-2.077 2.189H2.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.958q-.154.173-.23.356q-.078.182-.078.452v1.304q0 .213-.143.356q-.143.144-.357.144t-.357-.144t-.143-.356v-1.5q0-.468.15-.833q.15-.366.352-.59l-4.79-4.791q-.231.096-.356.24T4 6.498v9.348q0 .27.173.443t.443.173h10.419zm-.31-.335"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightStopScreenShareOutlineRounded(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="m14.021 11.171l-1.555-1.555h.803v-.824q0-.136.122-.189q.12-.053.226.053l1.168 1.167q.13.13.13.293q0 .161-.13.292zm6.102 6.102l-.85-.85h.266q.211-.057.336-.23t.125-.347V6.077q0-.27-.173-.442q-.173-.173-.442-.173H8.31l-1-1h12.074q.69 0 1.153.462T21 6.077v9.77q0 .419-.209.81q-.208.391-.668.616m-2.077 2.189H2.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.958q-.154.173-.23.356q-.078.182-.078.452v1.304q0 .213-.143.356q-.143.144-.357.144t-.357-.144t-.143-.356v-1.5q0-.468.15-.833q.15-.366.352-.59l-4.79-4.791q-.231.096-.356.24T4 6.498v9.348q0 .27.173.443t.443.173h10.419zm-.31-.335"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.021 11.171l-1.555-1.555h.803v-.824q0-.136.122-.189q.12-.053.226.053l1.168 1.167q.13.13.13.293q0 .161-.13.292zm6.102 6.102l-.85-.85h.266q.211-.057.336-.23t.125-.347V6.077q0-.27-.173-.442q-.173-.173-.442-.173H8.31l-1-1h12.074q.69 0 1.153.462T21 6.077v9.77q0 .419-.209.81q-.208.391-.668.616m-2.077 2.189H2.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.958q-.154.173-.23.356q-.078.182-.078.452v1.304q0 .213-.143.356q-.143.144-.357.144t-.357-.144t-.143-.356v-1.5q0-.468.15-.833q.15-.366.352-.59l-4.79-4.791q-.231.096-.356.24T4 6.498v9.348q0 .27.173.443t.443.173h10.419zm-.31-.335"/></svg> </template>
CSS
.icon-stop-screen-share-outline-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%22m14.021%2011.171l-1.555-1.555h.803v-.824q0-.136.122-.189q.12-.053.226.053l1.168%201.167q.13.13.13.293q0%20.161-.13.292zm6.102%206.102l-.85-.85h.266q.211-.057.336-.23t.125-.347V6.077q0-.27-.173-.442q-.173-.173-.442-.173H8.31l-1-1h12.074q.69%200%201.153.462T21%206.077v9.77q0%20.419-.209.81q-.208.391-.668.616m-2.077%202.189H2.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.958q-.154.173-.23.356q-.078.182-.078.452v1.304q0%20.213-.143.356q-.143.144-.357.144t-.357-.144t-.143-.356v-1.5q0-.468.15-.833q.15-.366.352-.59l-4.79-4.791q-.231.096-.356.24T4%206.498v9.348q0%20.27.173.443t.443.173h10.419zm-.31-.335%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%22m14.021%2011.171l-1.555-1.555h.803v-.824q0-.136.122-.189q.12-.053.226.053l1.168%201.167q.13.13.13.293q0%20.161-.13.292zm6.102%206.102l-.85-.85h.266q.211-.057.336-.23t.125-.347V6.077q0-.27-.173-.442q-.173-.173-.442-.173H8.31l-1-1h12.074q.69%200%201.153.462T21%206.077v9.77q0%20.419-.209.81q-.208.391-.668.616m-2.077%202.189H2.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.958q-.154.173-.23.356q-.078.182-.078.452v1.304q0%20.213-.143.356q-.143.144-.357.144t-.357-.144t-.143-.356v-1.5q0-.468.15-.833q.15-.366.352-.59l-4.79-4.791q-.231.096-.356.24T4%206.498v9.348q0%20.27.173.443t.443.173h10.419zm-.31-.335%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-outline-rounded.svg?color=%231a73e8&size=48