Pixelarticons

Hash Pixel Art Icon

A hash or hashtag icon for social-media tags, channel labels, number fields and topic-category navigation.

communication Free 1 variant

Style variants

base

Outline ยท rounded corners

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Hash icon

The hash or number sign (#), recognized across contexts as a social-media hashtag and a channel identifier. Social platforms use it to prefix topic tags; Slack-style messaging apps use it as the icon for a text channel; markdown editors use it to indicate heading levels. It is also the traditional symbol for a number field in forms. Because its meaning shifts by context, a label or tooltip reduces ambiguity. For a framed channel badge, hash-square provides the contained variant.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/hash.svg" width="24" height="24" alt="Hash" />

<!-- React -->
import { Hash } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="hash.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons