css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
35 lines (32 loc) • 675 B
CSS
.gg-timelapse {
box-sizing: border-box;
transform: scale(var(--ggs,1));
position: relative;
display: block;
width: 22px;
height: 22px;
border: 2px solid;
border-radius: 22px
}
.gg-timelapse::after,
.gg-timelapse::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 5px;
height: 4px;
border: 7px solid;
border-left-color: transparent;
border-bottom-color: transparent;
border-radius: 22px;
top: 2px;
right: 2px
}
.gg-timelapse::before {
transform: rotate(45deg)
}
.gg-timelapse::after {
border-top-color: transparent;
transform: rotate(85deg)
}