···11+---
22+title: Favicon
33+tags:
44+ - plugin/emitter
55+---
66+77+This plugin emits a `favicon.ico` into the `public` folder. It creates the favicon from `icon.png` located in the `quartz/static` folder.
88+The plugin resizes `icon.png` to 48x48px to make it as small as possible.
99+1010+> [!note]
1111+> For information on how to add, remove or configure plugins, see the [[configuration#Plugins|Configuration]] page.
1212+1313+This plugin has no configuration options.
1414+1515+## API
1616+1717+- Category: Emitter
1818+- Function name: `Plugin.Favicon()`.
1919+- Source: [`quartz/plugins/emitters/favicon.ts`](https://github.com/jackyzha0/quartz/blob/v4/quartz/plugins/emitters/favicon.ts).