.sns a {
border: 5px solid #fff;
display: inline-block;
width: 80px;
height: 80px;
border-radius: 50%;
background-color: #fff;
text-align: center;
line-height: 80px;
font-size: 30px;
margin: 0 10px;
position: relative;
overflow: hidden;
}
.sns a:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-color: blue;
top: 0;
left: 0;
}