.iconmelon,
.im {
  position: relative;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  display: inline-block;
  fill: #525151;
}
.iconmelon:after,
.im:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#editicon {
  margin-left: 10px;
}