sunmingtao / sample-code

3 stars 4 forks source link

SVG quick start #124

Closed sunmingtao closed 4 years ago

sunmingtao commented 4 years ago

https://icomoon.io/app/#/select Click 'Add Icons from library' Select Entypo+ Select Icons Click 'Generate SVG & more' Click 'Download' Copy SVG folder and symbol-defs.svg to project's img folder html

<svg class="search__icon">
    <use xlink:href="img/symbol-defs.svg#icon-magnifying-glass"></use>
</svg>