Projection Screen Text icon

Used to represent slide view or general presentation with text. The Projection Screen Text 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 Projection Screen Text 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 { ProjectionScreenText24Regular, ProjectionScreenText24Filled } from "@fluentui/react-icons";

export function Example() {
  return <ProjectionScreenText24Regular aria-label="Projection Screen Text" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_projection_screen_text_24_regular.svg" width="24" height="24" alt="Projection Screen Text">

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="M9 7.75C9 7.33579 9.33579 7 9.75 7H13.75C14.1642 7 14.5 7.33579 14.5 7.75C14.5 8.16421 14.1642 8.5 13.75 8.5H9.75C9.33579 8.5 9 8.16421 9 7.75ZM9.75 13C9.33579 13 9 13.3358 9 13.75C9 14.1642 9.33579 14.5 9.75 14.5H13.75C14.1642 14.5 14.5 14.1642 14.5 13.75C14.5 13.3358 14.1642 13 13.75 13H9.75ZM8.75 10C8.33579 10 8 10.3358 8 10.75C8 11.1642 8.33579 11.5 8.75 11.5H15.25C15.6642 11.5 16 11.1642 16 10.75C16 10.3358 15.6642 10 15.25 10H8.75ZM2 4.5C2 3.67157 2.67157 3 3.5 3H20.5C21.3284 3 22 3.67157 22 4.5C22 5.15311 21.5826 5.70873 21 5.91465V13.25C21 15.3211 19.3211 17 17.25 17H12.75V19.5H16.25C16.6642 19.5 17 19.8358 17 20.25C17 20.6642 16.6642 21 16.25 21H7.75C7.33579 21 7 20.6642 7 20.25C7 19.8358 7.33579 19.5 7.75 19.5H11.25V17H6.75C4.67893 17 3 15.3211 3 13.25V5.91465C2.4174 5.70873 2 5.15311 2 4.5ZM19.5 6H4.5V13.25C4.5 14.4926 5.50736 15.5 6.75 15.5H17.25C18.4926 15.5 19.5 14.4926 19.5 13.25V6Z" 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/projection_screen_text_24_regular.svg";

Details

NameProjection Screen Text
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_projection_screen_text_24_regular.svg
Filled fileic_fluent_projection_screen_text_24_filled.svg
React componentsProjectionScreenText24Regular, ProjectionScreenText24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

presentpresentationviewslidelectureanalog

Related icons