If this tool helped you, you can buy us a coffee ☕
快速查找FontAwesome图标名称、类名及Unicode编码
Icon previews are loaded via FontAwesome 6 CDN. Copied class names can be used directly on pages where FontAwesome is already integrated.
Favicon 图标获取器
抓取任一网址的favicon图标,支持高清预览与直接下载

PYC Decompiler
Restore Python bytecode .pyc files into readable source code for easy code auditing and learning. Supports mainstream versions.

JSON Formatter
Process JSON data online: format, minify, and validate to boost your development and debugging efficiency.
Bootstrap Glyphicons图标查询器
查询Bootstrap Glyphicons图标对应的CSS类名与Unicode编码
Favicon 图标获取器
抓取任一网址的favicon图标,支持高清预览与直接下载

PYC Decompiler
Restore Python bytecode .pyc files into readable source code for easy code auditing and learning. Supports mainstream versions.

JSON Formatter
Process JSON data online: format, minify, and validate to boost your development and debugging efficiency.
Bootstrap Glyphicons图标查询器
查询Bootstrap Glyphicons图标对应的CSS类名与Unicode编码

Favicon Generator
Convert images into web-ready ICO icons. Supports multi-size output to perfectly fit any browser.
在前端开发中,手动从数百个FontAwesome图标中寻找合适的图标代码往往费时费力。本工具通过内置完整的FontAwesome图标库,支持按关键词实时搜索图标,为用户快速返回图标的CSS类名、Unicode字符以及HTML使用示例,帮助开发者高效集成图标。
fas fa-user)、Unicode(如f007)及标签示例,满足不同场景集成需求。示例输入:关键词“home”
输出结果:类名 fas fa-home,Unicode f015,HTML示例
搜索功能基于图标名称和别名,支持中英文关键词,但输入特殊字符可能无法匹配。本工具仅提供图标代码,不包含样式文件引入服务,请自行在项目中加载FontAwesome资源。所有图标信息来源于FontAwesome公开数据,仅供学习与开发使用。
建议在项目中通过类名方式引用图标,以保持样式统一和缓存优势。若需动态改变图标,可通过JavaScript修改元素的className或设置innerHTML为对应的Unicode。对于需要兼容旧浏览器的场景,可使用标签配合CSS font-family 和伪元素,减少DOM节点。示例: 并定义 .icon { font-family: 'Font Awesome 5 Free'; font-weight: 900; }。