css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
24 lines (23 loc) • 477 B
CSS
.gg-menu-hotdog {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 16px;
height: 12px;
border-top: 3px solid;
border-bottom: 3px solid;
border-radius: 3px
}
.gg-menu-hotdog::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 20px;
height: 2px;
background: currentColor;
border-radius: 4px;
top: 2px;
left: -2px
}