DevToolBox
Search...
Cmd+K
Pipeline
DevToolBox
Search...
Cmd+K
Pipeline
← All Tools
Favicon Generator
Generate SVG favicons from emoji or text.
Emoji or Character
Background Color
Text Color
Preview:
F
SVG Code
Copy
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48"> <rect width="48" height="48" rx="8" fill="#3b82f6" /> <text x="24" y="24" font-size="32" text-anchor="middle" dominant-baseline="central" fill="#ffffff" font-family="Arial, sans-serif">F</text> </svg>
HTML Link Tags
Copy
<link rel="icon" type="image/svg+xml" href="favicon.svg" /> <link rel="alternate icon" href="favicon.ico" />