xxxxxxxxxx
<html>
<head>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<h2>Font Awesome Google Icon (fab fa Google) Offical Logo</h2>
<i class="fab fa-google"></i>
</div>
<style>
.fa-google {
font-size: 250px;
background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
-webkit-background-clip: text;
background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
}
body {
background-color: #f8f9fa;
}
.container {
margin: 20px auto;
max-width: 600px;
padding: 10px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.24);
background-color: #fff;
border-radius: 8px;
}
</style>
</body>
</html>