If this tool helped you, you can buy us a coffee ☕
抓取任一网址的favicon图标,支持高清预览与直接下载
Supports full URLs or just domain names. The tool will automatically parse the root domain and fetch its favicon.
Please enter a URL and click 'Get Favicon' to see the icon.
FontAwesome图标查询器
快速查找FontAwesome图标名称、类名及Unicode编码

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

Favicon Generator
Convert images into web-ready ICO icons. Supports multi-size output to perfectly fit any browser.
网站图标(favicon)是浏览器标签页、书签中展示的小尺寸标识,对于品牌识别至关重要。本工具通过智能解析目标网站,自动抓取其 favicon.ico 文件或链接图标,帮助用户快速获取任何网站的图标资源,无论是用于设计参考、前端开发还是网站监控。
https://www.example.com。支持带路径的 URL,工具会自动提取根域名进行抓取。https://github.com,输出 GitHub 的黑色猫图标(favicon.ico),可直接下载或查看。仅支持抓取可公开访问的网站图标;请勿用于盗链或侵犯版权的用途。若目标站点屏蔽外部请求,工具可能无法获取,建议使用代理或联系网站管理员。本工具不存储任何抓取的图标文件,所有处理在服务器内存中进行,保障隐私。
开发者在项目中引用外部 favicon 时,建议将图标文件下载至本地或 CDN,避免直接跨域引用带来的安全与性能问题。对于需要批量获取图标的场景,可配合脚本调用本工具 API(如有),或用命令行工具如 curl -O https://example.com/favicon.ico。本工具输出的 Base64 编码可直接用于 <link rel="icon" href="data:image/x-icon;base64,...">,适合内嵌于单页应用或邮件模板。