css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
33 lines (30 loc) • 527 B
CSS
.gg-box {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 22px;
height: 20px;
border: 2px solid;
border-radius: 3px
}
.gg-box::after,
.gg-box::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
border-radius: 3px;
height: 2px;
background: currentColor
}
.gg-box::before {
left: 6px;
width: 6px;
top: 8px
}
.gg-box::after {
width: 22px;
left: -2px;
top: 4px
}