img src SVG changing the styles with CSS

后端 未结 22 2510
予麋鹿
予麋鹿 2020-11-22 01:16

html

\"Logo\"

css

.logo-img path {
           


        
22条回答
  •  情书的邮戳
    2020-11-22 02:11

    open the svg icon in your code editor and add a class after the path tag:

    You can add class to svg and change the color like this:

    codepen

提交回复
热议问题