css.gg
Version:
Minimalistic Icon library Designed by code.
39 lines (36 loc) • 809 B
CSS
.gg-twitter {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 20px;
height: 20px
}
.gg-twitter::after,
.gg-twitter::before {
content: "";
display: block;
position: absolute;
box-sizing: border-box;
left: 4px
}
.gg-twitter::before {
width: 9px;
height: 14px;
border-left: 4px solid;
border-bottom: 4px solid;
border-bottom-left-radius: 6px;
background:
linear-gradient(
to left,currentColor 12px,transparent 0)
no-repeat center 2px/10px 4px;
top: 4px
}
.gg-twitter::after {
width: 4px;
height: 4px;
background: currentColor;
border-radius: 20px;
top: 2px;
box-shadow: 7px 4px 0,7px 12px 0
}