.icon--arcticons {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.icon--arcticons--rappi {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' d='M18.54 18.25a4.8 4.8 0 0 0-2.12.41c-4.82 2.18-5.8 7.34-11.87 3.12c2.64 9.09 10.45 7.94 12.62 7.87a9.75 9.75 0 0 0 6.88-3.4a9.75 9.75 0 0 0 6.88 3.4c2.21.07 10 1.22 12.62-7.87c-6.1 4.26-7.07-.94-11.87-3.12c-2.62-1.18-6 .36-7.59 2.47a7.57 7.57 0 0 0-5.48-2.88Z'/%3E%3C/svg%3E");
}
