Here we are the new svg file 
You only need add this file like meta data into layout.tsx (change the file to infoembalses.svg)
src/app/layout.tsx
export const metadata: Metadata = {
icons: {
icon: "/images/infoembalses.svg",
},
};
Check this change in the browser.