css.gg
Version:
Minimalistic Icon library Designed by code.
31 lines (29 loc) • 601 B
CSS
.gg-gender-female {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 10px;
height: 10px;
border: 2px solid;
border-radius: 100%;
margin-top: -4px
}
.gg-gender-female::after,
.gg-gender-female::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 8px;
height: 2px;
background: currentColor;
bottom: -6px;
left: -1px
}
.gg-gender-female::before {
width: 2px;
height: 9px;
bottom: -9px;
left: 2px
}