<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
crossorigin="anonymous" referrerpolicy="no-referrer" />
<h1>Font Awesome 5 Youtube Square HTML|CSS (Fab fa-square-youtube) </h1>
<p>Youtube Sqaure icon with button:
<a class="youtube-square-button" href="#"><i class="fab fa-square-youtube"> </i> Watch Movie us on Youtube </a>
<p>Default Size: <i class="fab fa-square-youtube"></i></p>
<p>Size 2xs: <i class="fab fa-square-youtube fa-2xs"></i></p>
<p>Size xs : <i class="fab fa-square-youtube fa-xs"></i></p>
<p>Size sm :<i class="fab fa-square-youtube fa-sm"></i></p>
<p>Size lg : <i class="fab fa-square-youtube fa-lg"></i></p>
<p>Size xl : <i class="fab fa-square-youtube fa-xl"></i></p>
<p>Size 2xl : <i class="fab fa-square-youtube fa-2xl"></i></p>
/* Style for the Google Play button */
background-color: #3b5998;
.youtube-square-button i {
/* Add some hover effect */
.youtube-square-button:hover {
background-color: #32508e;
/* Darker shade on hover */
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.24);