<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet" />
<h2>Font Awesome Telegram HTML | CSS (fab fa-telegram)</h2>
<p>Telegram with Button: <a href="#" class="custom-button"><i class="fab fa-telegram"></i>Connect with us on
<p>Default Size: <i class="fab fa-telegram"></i></p>
<p>Size xs : <i class="fab fa-telegram fa-xs"></i></p>
<p>Size sm :<i class="fab fa-telegram fa-sm"></i></p>
<p>Size lg : <i class="fab fa-telegram fa-lg"></i></p>
<h3>Customize Size and Color</h3>
<p>Size xs : <i class="fab fa-telegram fa-xs" style="color: #FFD43B;"></i></p>
<p>Size sm :<i class="fab fa-telegram fa-sm" style="color: #63E6BE;"></i></p>
<p>Size lg : <i class="fab fa-telegram fa-lg" style="color: #B197FC;"></i></p>
background-color: #0088cc;
/* Telegram blue color */
/* Adjust as needed for spacing */
background-color: #006699;
/* Darker shade on hover */
background-color: #f8f9fa;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.24);