.icon:hover {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
}
.icon:hover,
.icon:hover > path {
  transition: all 0.5s ease-in-out;
}
.icon:hover > path {
  fill: #22c55e;
}
.icon:hover > circle {
  stroke: #22c55e;
  transition: all 0.5s ease-in-out;
}
