Belle icon shape in CSS

前端 未结 4 831
时光取名叫无心
时光取名叫无心 2021-01-06 21:54

How can I draw this Belle icon shape in CSS only?

\"enter

I\'ve tried the bor

4条回答
  •  感情败类
    2021-01-06 22:18

    If you want the exact shape, you'd be better off using SVG. See for example :

    
      
    

    This uses a path with Quadratic beziers (Q)

提交回复
热议问题