css.gg
Version:
Minimalistic Icon library Designed by code.
25 lines (23 loc) • 440 B
CSS
.gg-mail,
.gg-mail::after {
display: block;
box-sizing: border-box;
height: 14px;
border: 2px solid
}
.gg-mail {
overflow: hidden;
transform: scale(var(--ggs,1));
position: relative;
width: 18px;
border-radius: 2px
}
.gg-mail::after {
content: "";
position: absolute;
border-radius: 3px;
width: 14px;
transform: rotate(-45deg);
bottom: 3px;
left: 0
}