css.gg
Version:
Minimalistic Icon library Designed by code.
23 lines (22 loc) • 469 B
CSS
.gg-play-pause-o {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 22px;
height: 22px;
border: 2px solid;
border-radius: 22px
}
.gg-play-pause-o::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 6px;
height: 6px;
left: 6px;
top: 6px;
border-left: 2px solid;
border-right: 2px solid
}