What Unicode character do you use in your website? (instead of image icons)

后端 未结 12 2647
谎友^
谎友^ 2020-12-12 12:22

I am looking for character which could replace image icon, for example like ✘ (xmark) and ✔ (tick), maybe some symbol to \"draft\" or \"new message\"?

EDIT:

12条回答
  •  爱一瞬间的悲伤
    2020-12-12 12:30

    I would suggest using custom font like https://github.com/FortAwesome/Font-Awesome

    You can also have svg/png version https://github.com/encharm/Font-Awesome-SVG-PNG

    There are also other svg icons

    1. https://github.com/iconic/open-iconic
    2. https://github.com/outpunk/evil-icons
    3. Pure css icons https://github.com/saeedalipoor/icono

    For Material Design you have static svg icons https://google.github.io/material-design-icons/ and animated:

    1. http://tympanus.net/Development/AnimatedSVGIcons/
    2. http://tympanus.net/Development/IconHoverEffects/
    3. http://tympanus.net/Development/AnimatedCheckboxes/
    4. https://alexk111.github.io/SVG-Morpheus/

提交回复
热议问题