css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
25 lines (23 loc) • 416 B
CSS
.gg-mail,
.gg-mail::after {
display: block;
box-sizing: border-box;
height: 14px;
border: 2px solid
}
.gg-mail {
overflow: hidden;
transform: scale(var(--ggs,1));
position: relative;
width: 18px;
border-radius: 2px
}
.gg-mail::after {
content: "";
position: absolute;
border-radius: 3px;
width: 14px;
transform: rotate(-45deg);
bottom: 3px;
left: 0
}