css.gg
Version:
Minimalistic Icon library Designed by code.
36 lines (33 loc) • 635 B
CSS
.gg-girl,
.gg-girl::after,
.gg-girl::before {
display: block;
box-sizing: border-box;
border-radius: 42px
}
.gg-girl {
position: relative;
transform: scale(var(--ggs,1));
width: 20px;
height: 20px;
overflow: hidden;
box-shadow: inset 0 0 0 2px
}
.gg-girl::after,
.gg-girl::before {
content: "";
position: absolute;
width: 2px;
height: 2px;
background: currentColor;
box-shadow: 6px 0 0;
left: 6px;
top: 10px
}
.gg-girl::after {
width: 20px;
height: 20px;
top: -11px;
left: -12px;
box-shadow: 17px -4px 0 3px
}