html字体图标生成和下载(方便、快捷、实用)
【写在前面:有时为了找个合适图标,花费较多时间,刚好有个网络字体库fontAwesome,通过反复研究转码成功,可用来做图标,改改颜色,保存ico即可】

功能介绍
图标:常用字体图标500个,每页100个,因当前字体免费版本限制,个别可能显示为网络。
搜索:支持中文搜索,为全部范围搜索。
尺寸:16×16、32×32、48×48、64×64、128×128、256×256
颜色:调色板选择颜色
预览:根据尺寸和颜色预览,备注:当前颜色、当前尺寸、当前颜色(如#e70d39)
保存:支持png、svg、ico格式,ico自动为透明背景色。
关键代码
- // 下载PNG
- async function downloadPNG() {
- const loadingIndicator = document.getElementById('loadingIndicator');
- loadingIndicator.style.display = 'block';
- try {
- const canvas = await createIconCanvas(selectedSize);
- // 创建下载链接
- const link = document.createElement('a');
- const iconName = selectedIcon.replace('fa-', '');
- const chineseName = iconChineseNames[selectedIcon] || iconName;
- link.download = `fontawesome-${chineseName}-${selectedSize}px.png`;
- link.href = canvas.toDataURL('image/png');
- link.click();
- loadingIndicator.style.display = 'none';
- } catch (error) {
- console.error('生成PNG文件时出错:', error);
- loadingIndicator.style.display = 'none';
- alert('生成PNG文件时出错,请重试');
- }
- }
- ...
- // 下载ICO
- async function downloadICO() {
- const loadingIndicator = document.getElementById('loadingIndicator');
- loadingIndicator.style.display = 'block';
- ...
复制代码
附件:
html软件(含字体库),解压到文件夹,双击浏览器打开即可使用。
- THE END -
下载地址
同类软件
免费AI生图生视频,还能无限多开
更新时间: 2026-01-04
三农文案爆款心法:零基础也能轻松起号
更新时间: 2026-01-04
AI真人解说漫剧,低成本批量制作全攻略
更新时间: 2026-01-04
小红书卖虚拟资料,开通这个类目就能上架
更新时间: 2026-01-04
20万粉博主人性思维短视频实战,橱窗带货6万件拆解
更新时间: 2026-01-04
美食搬运二创,轻资产副业实操
更新时间: 2026-01-04
Codex被“破甲”后会怎样?绕开AI限制的风险真相
更新时间: 2026-01-04
新手选网创项目,别再被割了!4个关键点拿捏住
更新时间: 2026-01-04
从零搭出你的外贸独立站,WordPress全流程实操指南
更新时间: 2026-01-04
洗稿+三创,20分钟搞出一条原创影视视频
更新时间: 2026-01-04
