css.gg
Version:
Minimalistic Icon library Designed by code.
36 lines (33 loc) • 702 B
CSS
.gg-product-hunt {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 18px;
height: 18px;
border: 2px solid;
border-radius: 100px
}
.gg-product-hunt::after,
.gg-product-hunt::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
top: 3px
}
.gg-product-hunt::before {
border: 2px solid;
border-left: 0;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
width: 6px;
height: 6px;
left: 5px
}
.gg-product-hunt::after {
width: 2px;
height: 8px;
background: currentColor;
left: 4px
}