.gg-home-alt { box-sizing: border-box; position: relative; display: block; transform: scale(var(--ggs, 1)); width: 18px; height: 14px; border: 2px solid; border-top: 0; border-radius: 2px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; margin-bottom: -2px; &::after { content: ""; display: block; box-sizing: border-box; position: absolute; } &::before { content: ""; display: block; box-sizing: border-box; position: absolute; border-top: 2px solid; border-left: 2px solid; border-top-left-radius: 4px; transform: rotate(45deg); top: -5px; border-radius: 3px; width: 14px; height: 14px; left: 0; } &::after { width: 6px; height: 10px; background: currentColor; border-top-left-radius: 100px; border-top-right-radius: 100px; left: 4px; bottom: -2px; } }