css.gg
Version:
Minimalistic Icon library Designed by code.
33 lines (30 loc) • 609 B
CSS
.gg-media-podcast {
transform: scale(var(--ggs,1))
}
.gg-media-podcast,
.gg-media-podcast::after,
.gg-media-podcast::before {
box-sizing: border-box;
position: relative;
display: block;
width: 14px;
height: 14px;
border: 2px solid;
border-bottom-color: transparent;
border-radius: 50%
}
.gg-media-podcast::after,
.gg-media-podcast::before {
content: "";
position: absolute;
width: 6px;
height: 6px;
top: 2px;
left: 2px
}
.gg-media-podcast::after {
width: 22px;
height: 22px;
top: -6px;
left: -6px
}