css.gg
Version:
Minimalistic Icon library Designed by code.
29 lines (27 loc) • 555 B
CSS
.gg-edit-unmask,
.gg-edit-unmask::after {
display: block;
box-sizing: border-box;
border-radius: 22px
}
.gg-edit-unmask {
position: relative;
transform: scale(var(--ggs,1));
width: 20px;
height: 20px;
border: 2px solid transparent
}
.gg-edit-unmask::after {
content: "";
position: absolute;
width: 4px;
height: 4px;
background: currentColor;
top: 6px;
left: 6px;
box-shadow:
0 7px 0 1px,
0 -7px 0 1px,
-7px 0 0 1px,
7px 0 0 1px
}