Edge Pixel Art Icon
Microsoft Edge browser's brand icon for 'Open in Edge' prompts, browser-support tables and Chromium platform listings.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Edge icon
The Microsoft Edge wave logo, representing the Chromium-based browser built into Windows 10 and 11. Use it in a 'Supported browsers' compatibility table, a browser extension store badge, or a 'Download for Edge' button on an extension landing page. It sits naturally alongside Chrome, Firefox, and Safari logos. Outside browser-specific contexts, this stylized wave could be misread as a water or speed metaphor, so a label keeps it unambiguous.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/edge.svg" width="24" height="24" alt="Edge" />
<!-- React -->
import { Edge } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="edge.svg" width="48" height="48" style="image-rendering: pixelated" />