简体   繁体   中英

How can I convert MDI Icons to SVG Path?

I am using trumbowyg and I need to create some of the custom SVG icons from MDI (Material Design Icons) Icons

Example:

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <symbol id="trumbowyg-blockquote" viewBox="0 0 72 72">
        <path d="............."></path>
    </symbol>
    <symbol id="trumbowyg-fullscreen" viewBox="0 0 72 72">
        <path d="............."></path>
    </symbol>
</svg>

Is there a tool that can convert a MDI Icon to SVG so that I can use it with trumbowyg

首先在https://www.microsoft.com/en-us/download/details.aspx?id=30328上将微软自己提供的MDI转为TIFF(MDI2TIFConverter.exe),然后将得到的光栅图通过a转换为矢量格式potrace类的工具http://potrace.sourceforge.net/samples.html

我找到了答案,使用这个工具就可以了: https ://icomoon.io/app

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM