The Phosphor file ppt icon depicts a presentation file, commonly used to represent PowerPoint documents or presentation-related actions in a user interface.
Common uses
- Button to open or create a PowerPoint file.
- Link to a presentation document.
- Indicator for a file type in a list.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FilePpt } from '@phosphor-icons/react';
<FilePpt size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FilePpt size={24} />thin
<FilePpt size={24} weight="thin" />light
<FilePpt size={24} weight="light" />bold
<FilePpt size={24} weight="bold" />fill
<FilePpt size={24} weight="fill" />duotone
<FilePpt size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- documentspowerpointmicrosoftofficeeditorfilepptpresentation iconslide iconpowerpoint symbol
FAQ
- What does the file ppt icon represent?
- It represents a PowerPoint presentation file, often used for documents related to Microsoft PowerPoint or slide-based content.
- How do I use the file ppt icon in React?
- Import it from the library and use it as a component: import { FilePpt } from '@phosphor-icons/react'; <FilePpt />.
- What is the license for this icon?
- The Phosphor icon library, including the file ppt icon, is available under the MIT license.
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 →