The Phosphor browser icon depicts a stylized web browser window, commonly used in UI to represent actions or sections related to web browsing, internet access, or online content.
Common uses
- Link to a user's default web browser
- Navigate to a website or online resource
- Indicate an external link
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Browser } from '@phosphor-icons/react';
<Browser size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Browser size={24} />thin
<Browser size={24} weight="thin" />light
<Browser size={24} weight="light" />bold
<Browser size={24} weight="bold" />fill
<Browser size={24} weight="fill" />duotone
<Browser size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- web browserswindowsinternetwebsitewebpagechromeedgefirefoxcommunicationssystembrowserweb browserinternet windowonline
FAQ
- What is the browser icon used for?
- It represents web browsers, internet access, or online content within a user interface.
- How do I use the browser icon in React?
- Import it from the library like this: `import { Browser } from '@phosphor-icons/react'`. Then use it as a React component: `<Browser />`.
- What is the license for the Phosphor browser icon?
- The Phosphor icon library, including the browser 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 →