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