.gg-voicemail-r { box-sizing: border-box; position: relative; display: block; transform: scale(var(--ggs, 1)); width: 21px; height: 14px; background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 5px 6px / 7px 2px; border-radius: 3px; border: 2px solid; &::after { content: ""; display: block; box-sizing: border-box; position: absolute; width: 6px; height: 6px; border: 2px solid; border-radius: 10px; top: 2px; } &::before { content: ""; display: block; box-sizing: border-box; position: absolute; width: 6px; height: 6px; border: 2px solid; border-radius: 10px; top: 2px; left: 2px; } &::after { right: 2px; } }