Share Close Tray icon

Used to close the sharing tray. Collection includes Share Screen Start & Share Screen Stop. The Share Close Tray 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 Close Tray 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 { ShareCloseTray24Regular, ShareCloseTray24Filled } from "@fluentui/react-icons";

export function Example() {
  return <ShareCloseTray24Regular aria-label="Share Close Tray" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_share_close_tray_24_regular.svg" width="24" height="24" alt="Share Close Tray">

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 17.75C2 18.9926 3.00736 20 4.25 20H19.75C20.9926 20 22 18.9926 22 17.75V6.25C22 5.00736 20.9926 4 19.75 4H4.25C3.00736 4 2 5.00736 2 6.25V17.75ZM4.25 18.5C3.83579 18.5 3.5 18.1642 3.5 17.75V6.25C3.5 5.83579 3.83579 5.5 4.25 5.5H19.75C20.1642 5.5 20.5 5.83579 20.5 6.25V17.75C20.5 18.1642 20.1642 18.5 19.75 18.5H4.25ZM11.9997 16.7545C12.1987 16.7546 12.3896 16.6756 12.5303 16.5349L15.7848 13.2803C16.0777 12.9874 16.0777 12.5126 15.7848 12.2197C15.4919 11.9268 15.0171 11.9268 14.7242 12.2197L12.75 14.1939V7.74717C12.75 7.33296 12.4142 6.99717 12 6.99717C11.5858 6.99717 11.25 7.33296 11.25 7.74717V14.1921L9.2807 12.2201C8.98801 11.927 8.51314 11.9266 8.22004 12.2193C7.92694 12.512 7.92661 12.9869 8.2193 13.28L11.4693 16.5345C11.6099 16.6753 11.8007 16.7545 11.9997 16.7545Z" 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_close_tray_24_regular.svg";

Details

NameShare Close Tray
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_share_close_tray_24_regular.svg
Filled fileic_fluent_share_close_tray_24_filled.svg
React componentsShareCloseTray24Regular, ShareCloseTray24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

screensharearrowclose

Related icons