Discord Pixel Art Icon
Discord's brand icon for community links, 'Join our Discord' buttons and gaming or developer platform listings.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Discord icon
The Discord controller-face logo, widely adopted by gaming communities, open-source projects, and developer studios for real-time chat. Use it on a 'Join our Discord' call-to-action, a community hub page, or a support-channel listing. It reads immediately as 'live chat community' to most online audiences. When you need a generic group-chat or messaging icon rather than the specific Discord platform, a chat bubble or group icon avoids the brand implication.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/discord.svg" width="24" height="24" alt="Discord" />
<!-- React -->
import { Discord } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="discord.svg" width="48" height="48" style="image-rendering: pixelated" />