How can I create a new circular CSS icon?

Need to make the new icon in circle CSS

Hi @Janamir ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/styles.css->paste below code at the bottom of the file:

.product-label--new-in span {
    width: 58px;
    height: 58px;
    line-height: 50px;
    border-radius: 50%;
}

I hope it would help you
Best regards,

Kate | PageFly

@PageFly-Kate tnx, that worked!