.equalizer-icon{display:flex;justify-content:space-around;width:24px;height:24px;transform:rotate(-90deg)}.bar{width:4px;height:100%;background-color:currentColor;animation:equalizer-animation 1s infinite}.bar:first-child{animation-delay:0s}.bar:nth-child(2){animation-delay:.2s}.bar:nth-child(3){animation-delay:.4s}@keyframes equalizer-animation{0%,to{height:20%}50%{height:100%}}