Add favicon

This commit is contained in:
Adam Goldsmith 2021-10-14 11:32:52 -04:00
parent 74d976deff
commit 44211a61f2
3 changed files with 45 additions and 0 deletions

View File

@ -2,6 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="alternate icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>3D Printer Status</title>
</head>

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

43
public/favicon.svg Normal file
View File

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="160"
height="160"
viewBox="0 0 42.333334 42.333334"
version="1.1"
id="svg5"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs2" />
<g
id="layer1">
<rect
style="opacity:1;fill:none;fill-opacity:1;stroke:#3b9be9;stroke-width:2.64583333;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stroke-linejoin:bevel;stroke-linecap:butt"
id="rect31"
width="39.083641"
height="39.08408"
x="1.6548153"
y="1.6543765" />
<ellipse
style="opacity:1;fill:none;fill-opacity:1;stroke:#3b9be9;stroke-width:2.87163;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2751"
cx="21.196638"
cy="27.121183"
rx="16.449026"
ry="8.2246046" />
<ellipse
style="opacity:1;fill:none;fill-opacity:1;stroke:#3b9be9;stroke-width:2.87163;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3085"
cx="21.196638"
cy="27.121183"
rx="4.8220315"
ry="4.8220859" />
<path
id="rect4395"
style="fill:#3b9be9;stroke:#3b9be9;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
d="M 63.734375 6.2519531 L 63.734375 35.681641 L 63.734375 47.408203 L 72.4375 47.408203 L 81.347656 59.414062 L 90.257812 47.408203 L 98.960938 47.408203 L 98.960938 35.681641 L 98.960938 6.2519531 L 63.734375 6.2519531 z "
transform="scale(0.26458333)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB