The Phosphor hash icon depicts the '#' symbol, commonly used in user interfaces to represent tags, topics, or numerical identifiers.
Common uses
- Tagging content
- Identifying a specific section or ID
- Representing a numerical input field
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Hash } from '@phosphor-icons/react';
<Hash size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Hash size={24} />thin
<Hash size={24} weight="thin" />light
<Hash size={24} weight="light" />bold
<Hash size={24} weight="bold" />fill
<Hash size={24} weight="fill" />duotone
<Hash size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- hashtagoctothorpepound signnumber signtic-tac-toesymbolcommunicationshash
FAQ
- What is the hash icon used for?
- It's used to represent hashtags, tags, or numerical identifiers in UI elements.
- How do I use the hash icon in React?
- Import it as 'Hash' from '@phosphor-icons/react' and use it as a component: `<Hash />`.
- What is the license for the Phosphor hash icon?
- The Phosphor icon library, including the hash 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 →