A lightweight and responsive browser icon system using pure CSS and SVG icons. Supports a wide range of modern and legacy browsers.
- 50+ browser icons
- Responsive sizes: small (
.sm
), medium (.md
), large (.lg
) - Easy to use with minimal HTML and CSS
- No JavaScript required
- .sm β 24px
- .md β 48px
- .lg β 72px
Explore the full list of supported browsers with icons and class names for easy integration.
π View Supported Browsers β
Use CDN:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/browser-icon.css">
Use html:
<div class="bi chrome md">
<div class="browser-name">Chrome</div>
</div>