Share Screen Stop icon

Used to stop sharing screen on video calls. Collection includes Share Close Tray & Share Screen Stop. The Share Screen Stop icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Share Screen Stop icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { ShareScreenStop24Regular, ShareScreenStop24Filled } from "@fluentui/react-icons";

export function Example() {
  return <ShareScreenStop24Regular aria-label="Share Screen Stop" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_share_screen_stop_24_regular.svg" width="24" height="24" alt="Share Screen Stop">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 6.25C2 5.00736 3.00736 4 4.25 4H19.75C20.9926 4 22 5.00736 22 6.25V17.75C22 18.9926 20.9926 20 19.75 20H4.25C3.00736 20 2 18.9926 2 17.75V6.25ZM4.25 5.5C3.83579 5.5 3.5 5.83579 3.5 6.25V17.75C3.5 18.1642 3.83579 18.5 4.25 18.5H19.75C20.1642 18.5 20.5 18.1642 20.5 17.75V6.25C20.5 5.83579 20.1642 5.5 19.75 5.5H4.25ZM8.21967 8.21515C8.51256 7.92226 8.98744 7.92226 9.28033 8.21515L12.0007 10.9356L14.7249 8.21893C15.0182 7.92644 15.4931 7.9271 15.7856 8.2204C16.0781 8.5137 16.0774 8.98857 15.7841 9.28106L13.0614 11.9962L15.7848 14.7197C16.0777 15.0126 16.0777 15.4874 15.7848 15.7803C15.4919 16.0732 15.0171 16.0732 14.7242 15.7803L12.0004 13.0565L9.2807 15.78C8.98801 16.0731 8.51314 16.0734 8.22004 15.7807C7.92694 15.488 7.92661 15.0131 8.2193 14.72L10.9397 11.9958L8.21967 9.27581C7.92678 8.98292 7.92678 8.50805 8.21967 8.21515Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/share_screen_stop_24_regular.svg";

Details

NameShare Screen Stop
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_share_screen_stop_24_regular.svg
Filled fileic_fluent_share_screen_stop_24_filled.svg
React componentsShareScreenStop24Regular, ShareScreenStop24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

screensharearrowclosexstop

Related icons