Wi-Fi Icon Spinner inspired by Material Design

Developer
Size
2,128 Kb
Views
52,624

How do I make an wi-fi icon spinner inspired by material design?

Wi-fi icon spinner loader inspired by Google Material Design. No image, no Canvas, no SVG, just CSS borders.. What is a wi-fi icon spinner inspired by material design? How do you make a wi-fi icon spinner inspired by material design? This script and codes were developed by Victor Freire on 15 September 2022, Thursday.

Wi-Fi Icon Spinner inspired by Material Design Previews

Wi-Fi Icon Spinner inspired by Material Design - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Wi-Fi Icon Spinner inspired by Material Design</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>Wi-Fi Icon Spinner</h1>
<h4>inspired by</h4><h3>Google Material Design</h3>
<div class="container"> <div id="x"></div> <div id="y"></div> <div id="z"></div>
</div>
</body>
</html>

Wi-Fi Icon Spinner inspired by Material Design - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
* { margin: 0; padding: 0; outline: 0;
}
html, body { background: #EEE; color: white; font-family: 'Roboto', sans-serif; overflow: hidden;
}
h1 { padding-bottom: 42vh; padding-top: 2vh; background: #8BC34A; border-bottom: 1px solid #7CB342; font-size: 5vh; font-weight: 700; text-align: center;
}
h3 { text-align: center; color: #8BC34A; line-height: 1.2; font-size: 3vh; font-weight: 400;
}
h4 { padding-top: 42vh; color: #8BC34A; text-align: center; letter-spacing: 1px; font-size: 2vh; font-weight: 400;
}
.container { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 50vh; height: 50vh; background: white; border: 15vh solid white; border-radius: 50%; box-shadow: 0 0 5px 2px rgba(0, 0, 0, .15); animation: spinner-container 5s linear infinite;
}
.container > div { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; border: 5vh solid transparent; border-top: 5vh solid #4CAF50; border-radius: 50%; animation-name: spinner; animation-duration: 2.5s; animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); animation-iteration-count: infinite;
}
#x { width: 40vh; height: 40vh;
}
#y { width: 20vh; height: 20vh; animation-delay: .2s;
}
#z { width: 0; height: 0; animation-delay: .4s;
}
@keyframes spinner { 0%, 25% { transform: rotate(0); } 50%, 75% { transform: rotate(180deg); } 100% { transform: rotate(360deg); }
}
@keyframes spinner-container { 100% { transform: rotate(360deg); }
}
Wi-Fi Icon Spinner inspired by Material Design - Script Codes
Wi-Fi Icon Spinner inspired by Material Design - Script Codes
Home Page Home
Developer Victor Freire
Username victorfreire
Uploaded September 15, 2022
Rating 3
Size 2,128 Kb
Views 52,624
Do you need developer help for Wi-Fi Icon Spinner inspired by Material Design?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Victor Freire (victorfreire) Script Codes
Create amazing web content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!