css.gg
Version:
Minimalistic Icon library Designed by code.
33 lines (31 loc) • 723 B
CSS
.gg-eventbrite {
display: block;
position: relative;
box-sizing: border-box;
transform: rotate(-25deg) scale(var(--ggs,1));
width: 20px;
height: 20px;
}
.gg-eventbrite::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 18px;
height: 11px;
border: 4px solid;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
}
.gg-eventbrite::after {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 18px;
height: 18px;
border: 4px solid;
border-top-color: transparent;
border-right-color: transparent;
border-radius: 20px;
}