.icon {
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #f06e20;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.icon--whatsapp {
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 39 39" width="29" height="29"><path fill="%23000" fill-rule="evenodd" d="M19.355 0C30.045 0 38.71 8.666 38.71 19.355c0 10.69-8.666 19.355-19.355 19.355-3.349 0-6.5-.852-9.248-2.35l-8.534 1.431a1.352 1.352 0 0 1-1.558-1.533l1.44-9.525a19.266 19.266 0 0 1-1.454-7.378C0 8.665 8.666 0 19.355 0Zm-7.304 9.812c-1.323 0-2.42 1.117-2.215 2.496.39 2.585 1.538 7.35 4.955 10.792 3.572 3.599 8.684 5.138 11.45 5.745 1.434.315 2.656-.82 2.656-2.218v-3.284a.54.54 0 0 0-.345-.504l-3.53-1.356a.54.54 0 0 0-.298-.025l-3.56.695c-2.295-1.189-3.685-2.52-4.518-4.528l.67-3.628a.54.54 0 0 0-.026-.288l-1.323-3.545a.54.54 0 0 0-.504-.352H12.05Z" clip-rule="evenodd"></path></svg>');
}

.icon--telegram {
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 41 40" width="31" height="30"><path fill="%23000" d="M20.616 0a20 20 0 1 0 .094 0h-.094Zm8.27 12.04c.167-.003.535.038.775.233.16.138.262.332.285.542.027.155.06.51.034.787-.3 3.163-1.604 10.836-2.267 14.378-.28 1.5-.832 2.002-1.367 2.05-1.16.108-2.041-.767-3.166-1.503-1.76-1.155-2.755-1.874-4.464-3-1.975-1.3-.695-2.017.43-3.184.295-.306 5.412-4.961 5.512-5.383.012-.053.023-.25-.093-.353-.117-.104-.29-.069-.415-.04-.177.04-2.989 1.9-8.435 5.575-.8.55-1.524.816-2.17.8-.714-.014-2.087-.402-3.109-.734-1.253-.408-2.248-.623-2.161-1.315.044-.36.54-.728 1.488-1.105 5.83-2.54 9.718-4.214 11.663-5.023 5.554-2.31 6.709-2.712 7.46-2.725Z"></path></svg>');
}

.icon--tel {
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 19 18"><path fill="%23F06E20" fill-rule="evenodd" d="M2.42.772c1.185-1.177 3.137-.968 4.13.357l1.23 1.638c.808 1.078.736 2.585-.224 3.537l-.231.232a.632.632 0 0 0-.008.297c.061.397.393 1.238 1.785 2.62 1.391 1.381 2.239 1.712 2.642 1.774.102.02.207.018.307-.008l.397-.396c.854-.846 2.163-1.005 3.22-.432l1.86 1.012c1.595.864 1.998 3.028.692 4.325l-1.384 1.374c-.437.433-1.023.794-1.739.861-1.763.164-5.872-.046-10.19-4.334C.875 9.627.101 6.136.003 4.416-.045 3.546.366 2.81.89 2.29L2.419.77ZM5.38 2.004c-.494-.66-1.414-.712-1.932-.197l-1.53 1.518c-.321.319-.475.671-.456 1.008.078 1.367.702 4.516 4.474 8.262 3.958 3.929 7.612 4.047 9.025 3.914.288-.026.575-.176.843-.441l1.383-1.375c.563-.559.44-1.576-.357-2.008l-1.861-1.011c-.515-.278-1.117-.187-1.49.185l-.444.44-.516-.517c.516.517.515.518.514.518l-.001.002-.003.003-.007.006-.014.014a.972.972 0 0 1-.133.103 1.5 1.5 0 0 1-.31.156c-.264.099-.613.151-1.043.085-.845-.13-1.964-.704-3.452-2.181C6.584 9.01 6.004 7.9 5.873 7.058a2.033 2.033 0 0 1 .086-1.042c.054-.148.133-.286.232-.409l.03-.034.014-.014.006-.006.003-.003.002-.002.28-.278c.418-.416.476-1.104.084-1.628L5.38 2.004Z" clip-rule="evenodd"/></svg>');
}

.icon--mail {
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 23 19"><path stroke="%23F06E20" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m4.15 4.24 7.213 6.239a.22.22 0 0 0 .274 0L18.85 4.24M2.26 1h18.48c.693 0 1.26.572 1.26 1.27v13.134c0 1.398-1.134 2.541-2.52 2.541H3.52c-1.386 0-2.52-1.143-2.52-2.541V2.27C1 1.57 1.567 1 2.26 1Z"/></svg>');
}