@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
.bat{
width: 200px;
height: 100px;
background: #000;
color: #fff;
text-align: center;
margin-top: 100px;
}
.battery{
padding: 25px;
}
.battery::before{
content: "\f244";
font-family: "FontAwesome";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
animation-name: chargebat;
animation-duration: 4s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes chargebat {
0%{
content: "\f244";
font-family: "FontAwesome";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;}