css.gg
Version:
Minimalistic Icon library Designed by code.
34 lines (31 loc) • 579 B
CSS
.gg-profile,
.gg-profile::after,
.gg-profile::before {
display: block;
box-sizing: border-box;
border: 2px solid;
border-radius: 100px
}
.gg-profile {
overflow: hidden;
transform: scale(var(--ggs,1));
width: 22px;
height: 22px;
position: relative
}
.gg-profile::after,
.gg-profile::before {
content: "";
position: absolute;
top: 2px;
left: 5px;
width: 8px;
height: 8px
}
.gg-profile::after {
border-radius: 200px;
top: 11px;
left: 0px;
width: 18px;
height: 18px
}