.icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px;  
  position: absolute;
  height: 20px;
  width: 20px;
  left: -20px;
  top: 12px;
}

.icon-user {
  
}

.icon-notification {
  background-image: url("../images/37-notification.svg");  
}

.icon-pin {
  background-image: url("../images/05-pin.svg");
  
}
