css.gg
Version:
Minimalistic Icon library Designed by code.
23 lines (22 loc) • 460 B
CSS
.gg-pin-alt {
box-sizing: border-box;
position: relative;
display: block;
width: 2px;
height: 8px;
border-radius: 3px;
transform: scale(var(--ggs,1));
background: currentColor
}
.gg-pin-alt::after {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 12px;
height: 12px;
border: 6px double;
border-radius: 100px;
top: -10px;
left: -5px
}