/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


.customicon-sofa {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask: url('img/icons/customicon-sofa.svg') no-repeat center / contain;
  mask: url('img/icons/customicon-sofa.svg') no-repeat center / contain;
}