css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
42 lines (39 loc) • 822 B
CSS
.gg-briefcase {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 22px;
height: 16px;
border: 2px solid;
border-radius: 2px;
margin-top: 1px
}
.gg-briefcase::after,
.gg-briefcase::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute
}
.gg-briefcase::before {
border: 2px solid;
border-top-left-radius: 1px;
border-top-right-radius: 1px;
left: 4px;
width: 10px;
height: 4px;
border-bottom: 0;
top: -5px
}
.gg-briefcase::after {
width: 18px;
height: 3px;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 1px solid transparent;
box-shadow:
0 2px 0,
inset 16px 74px 0;
top: 4px
}