outline stop screen share icon

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

Name
outline-stop-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 outline 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.79 18l2 2H24v-2zM1.11 2.98l1.55 1.56c-.41.37-.66.89-.66 1.48V16c0 1.1.9 2 2.01 2H0v2h18.13l2.71 2.71l1.41-1.41L2.52 1.57zM4 6.02h.13l4.95 4.93C7.94 12.07 7.31 13.52 7 15c.96-1.29 2.13-2.08 3.67-2.46l3.46 3.48H4zm16 0v10.19l1.3 1.3c.42-.37.7-.89.7-1.49v-10a2 2 0 0 0-2-2H7.8l2 2zm-7.07 3.13l2.79 2.78l1.28-1.2L13 7v2.13z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineStopScreenShare(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.79 18l2 2H24v-2zM1.11 2.98l1.55 1.56c-.41.37-.66.89-.66 1.48V16c0 1.1.9 2 2.01 2H0v2h18.13l2.71 2.71l1.41-1.41L2.52 1.57zM4 6.02h.13l4.95 4.93C7.94 12.07 7.31 13.52 7 15c.96-1.29 2.13-2.08 3.67-2.46l3.46 3.48H4zm16 0v10.19l1.3 1.3c.42-.37.7-.89.7-1.49v-10a2 2 0 0 0-2-2H7.8l2 2zm-7.07 3.13l2.79 2.78l1.28-1.2L13 7v2.13z"/></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.79 18l2 2H24v-2zM1.11 2.98l1.55 1.56c-.41.37-.66.89-.66 1.48V16c0 1.1.9 2 2.01 2H0v2h18.13l2.71 2.71l1.41-1.41L2.52 1.57zM4 6.02h.13l4.95 4.93C7.94 12.07 7.31 13.52 7 15c.96-1.29 2.13-2.08 3.67-2.46l3.46 3.48H4zm16 0v10.19l1.3 1.3c.42-.37.7-.89.7-1.49v-10a2 2 0 0 0-2-2H7.8l2 2zm-7.07 3.13l2.79 2.78l1.28-1.2L13 7v2.13z"/></svg>
</template>

CSS

.icon-outline-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.79%2018l2%202H24v-2zM1.11%202.98l1.55%201.56c-.41.37-.66.89-.66%201.48V16c0%201.1.9%202%202.01%202H0v2h18.13l2.71%202.71l1.41-1.41L2.52%201.57zM4%206.02h.13l4.95%204.93C7.94%2012.07%207.31%2013.52%207%2015c.96-1.29%202.13-2.08%203.67-2.46l3.46%203.48H4zm16%200v10.19l1.3%201.3c.42-.37.7-.89.7-1.49v-10a2%202%200%200%200-2-2H7.8l2%202zm-7.07%203.13l2.79%202.78l1.28-1.2L13%207v2.13z%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.79%2018l2%202H24v-2zM1.11%202.98l1.55%201.56c-.41.37-.66.89-.66%201.48V16c0%201.1.9%202%202.01%202H0v2h18.13l2.71%202.71l1.41-1.41L2.52%201.57zM4%206.02h.13l4.95%204.93C7.94%2012.07%207.31%2013.52%207%2015c.96-1.29%202.13-2.08%203.67-2.46l3.46%203.48H4zm16%200v10.19l1.3%201.3c.42-.37.7-.89.7-1.49v-10a2%202%200%200%200-2-2H7.8l2%202zm-7.07%203.13l2.79%202.78l1.28-1.2L13%207v2.13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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