John KuehJohn Kueh

presentation icon

Phosphor · presentation · MIT

Download SVG

The Phosphor presentation icon depicts a flipchart or whiteboard, commonly used in UI to represent concepts related to meetings, data analysis, or financial reporting.

Common uses

  • Button to view sales reports
  • Link to financial planning documentation
  • Indicator for an upcoming meeting agenda

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { Presentation } from '@phosphor-icons/react';

<Presentation size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<Presentation size={24} />
thin
<Presentation size={24} weight="thin" />
light
<Presentation size={24} weight="light" />
bold
<Presentation size={24} weight="bold" />
fill
<Presentation size={24} weight="fill" />
duotone
<Presentation size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
finances
Keywords
whiteboardflipchartchartsstatisticsanalyzeanalysismeetingfinancesofficepresentation

FAQ

What does the presentation icon represent?
It visually represents a presentation tool like a flipchart or whiteboard, often used for displaying data, charts, or meeting notes.
How do I use the presentation icon in React?
You can import and use it like this: import { Presentation } from '@phosphor-icons/react'. Then render it as a React component: <Presentation />.
What is the license for this icon?
The Phosphor presentation icon is available under the MIT license, which allows for free use in both personal and commercial projects.

Related icons

The same idea in other libraries, and near matches in Phosphor.

Looking for something else? Search Phosphor and 4 more libraries by description →

The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →