]> git.ipfire.org Git - artwork.git/commitdiff
favicon: New idea?
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 9 Mar 2026 16:13:43 +0000 (16:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 9 Mar 2026 16:13:43 +0000 (16:13 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
favicon.svg

index 1919c8334c466ef7598f1d021c43f8cad1ca2c2f..48eafbddf959f597dae1e854f3115c798e12c18e 100644 (file)
@@ -1,71 +1,26 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="512" height="512" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg">
+  <defs>
+    <style>
+      @import url('https://fonts.googleapis.com/css2?family=Prompt:wght@700&amp;display=swap');
+    </style>
+  </defs>
 
-<svg
-   width="512"
-   height="512"
-   viewBox="0 0 135.46666 135.46667"
-   version="1.1"
-   id="svg1"
-   inkscape:version="1.4 (e7c3feb1, 2024-10-09)"
-   sodipodi:docname="favicon.svg"
-   inkscape:export-filename="favicon.png"
-   inkscape:export-xdpi="96"
-   inkscape:export-ydpi="96"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:svg="http://www.w3.org/2000/svg">
-  <sodipodi:namedview
-     id="namedview1"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:showpageshadow="2"
-     inkscape:pageopacity="0.0"
-     inkscape:pagecheckerboard="0"
-     inkscape:deskcolor="#d1d1d1"
-     inkscape:document-units="mm"
-     inkscape:zoom="0.65494606"
-     inkscape:cx="187.0383"
-     inkscape:cy="303.07839"
-     inkscape:window-width="1600"
-     inkscape:window-height="1044"
-     inkscape:window-x="739"
-     inkscape:window-y="107"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="layer1" />
-  <defs
-     id="defs1" />
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <text
-       xml:space="preserve"
-       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:149.358px;line-height:1.25;font-family:Prompt;-inkscape-font-specification:'Prompt, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.777906"
-       x="-1.684641"
-       y="109.2121"
-       id="text2"><tspan
-         sodipodi:role="line"
-         id="tspan2"
-         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:149.358px;font-family:Prompt;-inkscape-font-specification:'Prompt, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.777906"
-         x="-1.684641"
-         y="109.2121">IP<tspan
-   style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:149.358px;font-family:Prompt;-inkscape-font-specification:'Prompt, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ff2e52;fill-opacity:1;stroke-width:0.777906"
-   id="tspan1" /></tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:56.7809px;line-height:1.25;font-family:Prompt;-inkscape-font-specification:'Prompt, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.295733"
-       x="2.435281"
-       y="122.38496"
-       id="text2-6"><tspan
-         sodipodi:role="line"
-         id="tspan2-5"
-         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:56.7809px;font-family:Prompt;-inkscape-font-specification:'Prompt, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.295733"
-         x="2.435281"
-         y="122.38496"><tspan
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:56.7809px;font-family:Prompt;-inkscape-font-specification:'Prompt, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ff2e52;fill-opacity:1;stroke-width:0.295733"
-           id="tspan1-7">Fire_</tspan></tspan></text>
-  </g>
+  <!-- White background -->
+  <rect width="512" height="512" rx="64" ry="64" fill="#ffffff"/>
+
+  <!-- "IP" bold, centered, filling the upper portion -->
+  <text
+    x="256"
+    y="360"
+    text-anchor="middle"
+    dominant-baseline="auto"
+    font-family="'Prompt', 'Arial Black', sans-serif"
+    font-weight="700"
+    font-size="340"
+    letter-spacing="-16"
+    fill="#000000">IP</text>
+
+  <!-- Thick pink underline bar -->
+  <rect x="48" y="390" width="416" height="52" rx="8" fill="#ff2e52"/>
 </svg>