The Phosphor file jsx icon depicts a document with the JSX file extension, commonly used to represent JSX files in user interfaces, especially within code editors or file management systems.
Common uses
- Displaying file type in a file explorer
- Labeling a code snippet section
- Indicating a JSX file in a project tree
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FileJsx } from '@phosphor-icons/react';
<FileJsx size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FileJsx size={24} />thin
<FileJsx size={24} weight="thin" />light
<FileJsx size={24} weight="light" />bold
<FileJsx size={24} weight="bold" />fill
<FileJsx size={24} weight="fill" />duotone
<FileJsx size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- documentscodejavascriptofficeeditortechnology & developmentfilejsxjsx file iconcode file icondocument icon
FAQ
- What does the file jsx icon represent?
- It represents a file with the JSX extension, which is commonly used in JavaScript frameworks like React for defining user interfaces.
- How do I use this icon in React?
- You can import and use it in your React application with: import { FileJsx } from '@phosphor-icons/react'
- What is the license for this icon?
- The Phosphor icon library, including the file jsx 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 →