The Tabler presentation icon visually represents a slideshow or a formal display, commonly used in UIs to signify options related to presentations, documents, or content delivery.
Common uses
- Button to start or view a slideshow
- Link to a presentation or document file
- Menu item for 'My Presentations'
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconPresentation } from '@tabler/icons-react';
<IconPresentation size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconPresentation size={24} stroke={2} />filled
<IconPresentationFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- slideshowdisplayexhibitionspeechtopicconferencepresentationfilepapertextdocument
FAQ
- What does the presentation icon represent?
- It depicts a slide or screen, typically used for slideshows, documents, or conference-related content.
- How do I use the presentation icon in React?
- Import it using `import { IconPresentation } from '@tabler/icons-react'` and render it as a component.
- What is the license for this icon?
- The Tabler icons, including the presentation icon, are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →