useFavicon Vue side-effect hook sets the favicon of the page. Usage import {useFavicon} from 'vue-next-use'; const Demo = () => { useFavicon('https://cdn.sstatic.net/Sites/stackoverflow/img/favicon.ico'); return null; };