css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
32 lines (30 loc) • 654 B
CSS
.gg-usb,
.gg-usb::before {
display: block;
box-sizing: border-box
}
.gg-usb {
position: relative;
width: 14px;
height: 14px;
border: 2px solid;
transform: scale(var(--ggs,1));
margin-bottom: -6px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px
}
.gg-usb::before {
content: "";
position: absolute;
width: 6px;
height: 5px;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
border-top: 1px solid transparent;
border-bottom: 2px solid transparent;
box-shadow: 0 0 0 2px,
inset 5px 4px 0 -4px,
inset -5px 4px 0 -4px;
top: -7px;
left: 2px
}