css.gg
Version:
Minimalistic Icon library Designed by code.
35 lines (32 loc) • 622 B
CSS
.gg-key {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 6px;
height: 8px;
border: 2px solid;
border-radius: 100px;
margin-left: -12px
}
.gg-key::after,
.gg-key::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
right: -12px
}
.gg-key::before {
background: currentColor;
width: 12px;
height: 2px;
top: 1px
}
.gg-key::after {
width: 5px;
height: 3px;
top: 2px;
border-left: 2px solid;
border-right: 2px solid
}