css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
31 lines (29 loc) • 514 B
CSS
.gg-qr {
transform: scale(var(--ggs,1))
}
.gg-qr,
.gg-qr::after {
box-sizing: border-box;
position: relative;
display: block;
width: 14px;
height: 14px;
box-shadow:
-6px -6px 0 -4px,
6px 6px 0 -4px,
6px -6px 0 -4px,
-6px 6px 0 -4px
}
.gg-qr::after {
content: "";
position: absolute;
width: 4px;
height: 4px;
background: currentColor;
box-shadow:
0 6px 0,
6px 6px 0,
6px 0 0;
top: 2px;
left: 2px
}