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