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) • 607 B
CSS
.gg-ethernet {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 16px;
height: 20px;
border: 2px solid;
box-shadow: 0 10px 0 -7px
}
.gg-ethernet::after,
.gg-ethernet::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
top: 6px
}
.gg-ethernet::before {
width: 8px;
height: 8px;
border: 2px solid;
border-top: 0;
left: 2px
}
.gg-ethernet::after {
width: 16px;
height: 2px;
border-left: 6px solid;
border-right: 6px solid;
left: -2px
}