# 🌐 Browser Icons Library

A lightweight and responsive browser icon system using pure CSS and SVG icons. Supports a wide range of modern and legacy browsers.

## 📦 Features

- 50+ browser icons
- Responsive sizes: small (`.sm`), medium (`.md`), large (`.lg`)
- Easy to use with minimal HTML and CSS
- No JavaScript required

## 🧩 Sizes

- .sm – 24px
- .md – 48px
- .lg – 72px

## 🌐 Supported Browsers

Explore the full list of supported browsers with icons and class names for easy integration.

👉 **[View Supported Browsers →](icon/README.md)**

## 🚀 Usage

Use CDN:
```
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/browser-icon@1.0.2/browser-icon.css">
```
Use html:
```
<div class="bi chrome md">
  <div class="browser-name">Chrome</div>
</div>
