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 (24 loc) • 501 B
CSS
.gg-redo {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 14px;
height: 14px;
border: 2px solid;
border-right-color: transparent;
border-radius: 100px
}
.gg-redo::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 6px;
height: 6px;
border-top: 2px solid;
border-right: 2px solid;
top: -3px;
right: -1px;
transform: rotate(68deg)
}