iconDirEasy
UI

Logo

How to customize the logo

Replace logo.svg file and favicon.ico files with your own logo and favicon.

I prefer to use Boxy Svg to create SVG logos.

Custom logo file path

If you want to use a custom logo file path, you can set the icon property in the main.ts file.

For example, if you want to use a logo file named logo.png:

main.ts
export const appConfig: AppConfigType = {
  app: {
    appName: APP_NAME,
    icon: "/logo.png",
  },

I prefer to use Icon Maker to create PNG logos.

Favicon

I prefer to use Favicon.io to create favicons.

On this page