Brave Pixel Art Icon
Brave browser's brand icon for 'Open in Brave', browser-extension listings and privacy-focused product pages.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Brave icon
The Brave browser lion-shield logo, representing the privacy-focused Chromium-based browser with built-in ad blocking. Use it in a 'Supported browsers' list, a browser-extension store badge, or a privacy-product marketing page alongside Firefox and Chrome. Because the lion silhouette is distinctive but not universally known, a label is helpful outside developer or privacy-tech contexts. For a generic shield concept (security, protection), use a plain shield icon instead.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/brave.svg" width="24" height="24" alt="Brave" />
<!-- React -->
import { Brave } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="brave.svg" width="48" height="48" style="image-rendering: pixelated" />