Bandcamp Pixel Art Icon
Bandcamp's brand icon for artist pages, music-store links and 'Buy on Bandcamp' buttons in audio players.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Bandcamp icon
The Bandcamp logo: a bold angular 'b' shape cut from a filled background. Artists and labels recognize it as the direct-support music marketplace where fans buy albums and support creators. Use it on a music page alongside streaming platform icons, or in an 'Available on' list below an album listing. When the goal is a generic music note or audio concept rather than Bandcamp specifically, a music note or headphones icon reads more universally.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/bandcamp.svg" width="24" height="24" alt="Bandcamp" />
<!-- React -->
import { Bandcamp } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="bandcamp.svg" width="48" height="48" style="image-rendering: pixelated" />