css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
33 lines (30 loc) • 647 B
CSS
.gg-indie-hackers {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 16px;
height: 12px
}
.gg-indie-hackers::after,
.gg-indie-hackers::before {
content: "";
position: absolute;
box-sizing: border-box;
display: block;
height: 12px
}
.gg-indie-hackers::before {
width: 3px;
background: currentColor
}
.gg-indie-hackers::after {
width: 10px;
right: 0;
border-left: 3px solid;
border-right: 3px solid;
background:
linear-gradient(to left,
currentColor 14px, transparent 0)
no-repeat 0 center/14px 3px
}