.m {
  display: inline-block;
  width: 1em;
  height: 1em;

  background-color: currentColor;
  vertical-align: middle;

  -webkit-mask-image: url("https://cdn.jsdelivr.net/gh/sathishdhud/maaney-awesome/maaney1.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;

  mask-image: url("https://cdn.jsdelivr.net/gh/sathishdhud/maaney-awesome/maaney1.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.m-sm { font-size: 14px; }
.m-md { font-size: 20px; }
.m-lg { font-size: 28px; }
.m-xl { font-size: 40px; }
