Add SVG favicon (hexagon mark)
All checks were successful
build-and-push / docker (push) Successful in 29s

Brand hexagon in amber on the dark graphite, linked as the icon +
apple-touch-icon, plus a theme-color meta.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
dlawler489 2026-06-23 13:35:57 +10:00
parent d3410e19ec
commit e141d800c2
2 changed files with 8 additions and 0 deletions

5
public/favicon.svg Normal file
View file

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<rect width="24" height="24" rx="5" fill="#15171c"/>
<path d="M12 3.2 19.8 7.4v9.2L12 20.8 4.2 16.6V7.4L12 3.2Z" fill="none" stroke="#f0972a" stroke-width="1.8" stroke-linejoin="round"/>
<path d="M12 7.8 15.9 10v4L12 16.2 8.1 14v-4L12 7.8Z" fill="#f0972a"/>
</svg>

After

Width:  |  Height:  |  Size: 332 B

View file

@ -4,6 +4,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Printhive</title>
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/favicon.svg">
<meta name="theme-color" content="#15171c">
<link rel="stylesheet" href="styles.css">
<script type="importmap">
{