Вот так у меня не дрожит:
(стили с :hover для .icon-time, .icon-phone, .icon-email, .icon-sendmail — вообще удалить)
.order-icon {
display: block;
width: 128px;
height: 128px;
border: 0;
margin-left: 0;
border-radius: 50%;
background-position: center center;
}
.order-icon:hover {
transition: border-width .3s, width .3s, height .3s, margin .3s;
width: 148px;
height: 148px;
margin: -10px 0 0 -10px;
border: 10px solid #3498db;
background-color: #3498db;
}
.icon-time {background-image: url(http://i.imgur.com/KQMon1l.png); left: 0%; }
.icon-phone {background-image: url(http://i.imgur.com/PgL1Dg8.png); left: 30%;}
.icon-email {background-image: url(http://i.imgur.com/vSe1ucN.png); left: 58%;}
.icon-sendmail {background-image: url(http://i.imgur.com/DVnQPb9.png); left: 86%;}