css.gg
Version:
Minimalistic Icon library Designed by code.
36 lines (33 loc) • 675 B
CSS
.gg-website {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 22px;
height: 18px;
border: 2px solid;
border-radius: 3px;
box-shadow: 0 -1px 0
}
.gg-website::after,
.gg-website::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 6px;
top: 2px
}
.gg-website::before {
background: currentColor;
left: 2px;
box-shadow: 0 4px 0,0 8px 0;
border-radius: 3px;
height: 2px
}
.gg-website::after {
height: 10px;
border: 2px solid;
right: 2px;
border-radius: 1px
}