diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-11-07 14:53:26 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-11-13 09:05:20 +0100 |
commit | edb081638ba2f3f40fb2e4f5a73aafdacbfc0424 (patch) | |
tree | cc96ac234b836d7fbf75e6297bbc8b2316180d4d /searx | |
parent | 0c70a96f57306c2dfa98adf9c6d4b958e1ad273a (diff) | |
download | searxng-edb081638ba2f3f40fb2e4f5a73aafdacbfc0424.tar.gz searxng-edb081638ba2f3f40fb2e4f5a73aafdacbfc0424.zip |
[simple theme] SearXNG wordmark (SVG)
Related-to:
- https://github.com/searxng/searxng/pull/430#issuecomment-951967239
- https://github.com/searxng/searxng/pull/378
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx')
-rw-r--r-- | searx/static/themes/simple/src/svg/searxng-wordmark.svg | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/searx/static/themes/simple/src/svg/searxng-wordmark.svg b/searx/static/themes/simple/src/svg/searxng-wordmark.svg new file mode 100644 index 000000000..9f1000365 --- /dev/null +++ b/searx/static/themes/simple/src/svg/searxng-wordmark.svg @@ -0,0 +1,90 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="92mm" + height="92mm" + viewBox="0 0 92 92" + version="1.1" + id="svg8" + inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)" + sodipodi:docname="searxng_wordmark.svg"> + <defs + id="defs2" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.1652357" + inkscape:cx="8.758032" + inkscape:cy="-147.71707" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1920" + inkscape:window-height="1536" + inkscape:window-x="1920" + inkscape:window-y="27" + inkscape:window-maximized="0" /> + <metadata + id="metadata5"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-40.921303,-17.416526)"> + <circle + id="path3713" + cx="75" + cy="92" + style="fill:none;stroke:#000000;stroke-width:12;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + r="0" /> + <circle + style="fill:none;fill-opacity:1;stroke:#3050ff;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path834" + cx="75.921303" + cy="53.902557" + r="30" /> + <path + style="fill:none;fill-opacity:1;stroke:#3050ff;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path852" + sodipodi:type="arc" + sodipodi:cx="75.785614" + sodipodi:cy="53.902561" + sodipodi:rx="18" + sodipodi:ry="18" + sodipodi:start="4.2349715" + sodipodi:end="0.48572967" + sodipodi:open="true" + d="m 67.514849,37.91524 a 18,18 0 0 1 21.051475,3.312407 18,18 0 0 1 3.137312,21.078282" /> + <rect + style="opacity:1;fill:#3050ff;fill-opacity:1;stroke:none;stroke-width:8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect912" + width="18.846331" + height="39.963303" + x="3.7063529" + y="122.08995" + ry="1.8669105e-13" + transform="rotate(-46.234709)" /> + </g> +</svg> |