Required: any favicon associated with a digital property should be the simplified Queen's shield. This version of the Queen's shield has been modified for improved viewing at smaller scales.
only for use as a favicon (for websites, web apps, smartphone homescreens).
This simplified version of the Queen's shield isOnly the university's official sub-brands may substitute another favicon, according to the guidelines for the sub-brand.
Use this code snippet inside the HTML <head> tag:
<link href="/resources/assets/icons/apple-touch-icon.png?v=15" rel="apple-touch-icon" sizes="180x180">
<link href="/resources/assets/icons/favicon-32x32.png?v=15" rel="icon" sizes="32x32" type="image/png">
<link href="/resources/assets/icons/favicon-16x16.png?v=15" rel="icon" sizes="16x16" type="image/png">
<link href="/resources/assets/icons/site.webmanifest?v=15" rel="manifest">
<link href="/resources/assets/icons/favicon1.ico?v=15" rel="shortcut icon">
<meta name="msapplication-TileColor" content="#002452">
<meta name="msapplication-config" content="/resources/assets/icons/browserconfig.xml?v=15">
<meta name="theme-color" content="#ffffff">