antonydoyle
3/15/2016 - 11:51 AM

SVG Usage: 7

.icon {
  width: 50px;
  height 50px;
  fill: red;
}

.icon:hover {
  fill: blue;
}