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) • 475 B
CSS
.gg-smile-no-mouth {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 20px;
height: 20px;
border: 2px solid;
border-radius: 100px
}
.gg-smile-no-mouth::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
height: 2px;
background: currentColor;
left: 4px;
box-shadow: 6px 0 0;
width: 2px;
border-radius: 10px;
top: 5px
}