Upload any image and generate favicons in multiple sizes. Download as PNG and copy the HTML.
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="48x48" href="/favicon-48x48.png"> <link rel="icon" type="image/png" sizes="64x64" href="/favicon-64x64.png"> <link rel="icon" type="image/png" sizes="128x128" href="/favicon-128x128.png"> <link rel="icon" type="image/png" sizes="256x256" href="/favicon-256x256.png"> <link rel="icon" type="image/png" sizes="512x512" href="/favicon-512x512.png">
Drop the downloaded PNGs into your site's /public directory (or web root), then paste the HTML tags into your<head>. Modern browsers will pick the closest size for the current device automatically.