The Phosphor file rs icon depicts a document with the letters "RS" overlaid, commonly used to represent Rust files or documents related to the Rust programming language within a UI.
Common uses
- Representing Rust source files in a file explorer.
- Indicating a document type related to Rust development.
- As an icon for a code editor or IDE feature specific to Rust.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FileRs } from '@phosphor-icons/react';
<FileRs size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FileRs size={24} />thin
<FileRs size={24} weight="thin" />light
<FileRs size={24} weight="light" />bold
<FileRs size={24} weight="bold" />fill
<FileRs size={24} weight="fill" />duotone
<FileRs size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- documentscoderustofficeeditortechnology & developmentfilersrust file iconcode file icondocument rsprogramming file
FAQ
- What does the file rs icon represent?
- It represents a file or document associated with the Rust programming language, indicated by the 'RS' text on the document.
- How do I use the file rs icon in React?
- You can import and use it in React with: import { FileRs } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the file rs 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 →