Extracting SVG from Font Awesome

前端 未结 8 661
伪装坚强ぢ
伪装坚强ぢ 2020-11-28 22:37

I want to get the SVG path data from Font Awesome glyphs so that I can use them straight up as SVG in my HTML. I thought it would be as easy as copy-pasting the path data fr

8条回答
  •  一生所求
    2020-11-28 23:25

    You can simply download the latest version of fa here: https://fontawesome.com/

    And then go to the advanced-options/raw-svg folder. There you will find three folders brands, regular and solid containing all the latest icons available.

提交回复
热议问题