Hash Square Pixel Art Icon
A hash sign inside a square for messaging channel icons, topic-category tiles, hashtag buttons and number-field badges.
Tags
hashsquare
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Hash Square icon
The # character framed within a square, commonly used to represent a messaging channel or a topic tile. Team-messaging apps use it on channel-list items alongside other square-framed icons; topic-directory interfaces show it as a tile for tag-based browsing. The square container distinguishes it from the bare hash icon, giving it a more badge-like feel suitable for clickable tiles. When # needs to appear inline as plain text, the bare hash without the frame is less visually dominant.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/hash-square.svg" width="24" height="24" alt="Hash Square" />
<!-- React -->
import { HashSquare } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="hash-square.svg" width="48" height="48" style="image-rendering: pixelated" />