Added svg icon

* If you are able to design a better icon than me, your help is welcome
  :)
This commit is contained in:
Chris Josten 2020-09-26 03:12:21 +02:00
parent c13593de1e
commit 6442bda9b8
2 changed files with 114 additions and 1 deletions

View File

@ -2,4 +2,4 @@
Sailfin is a Sailfish OS client for Jellyfin, a media server, written in C++ and qml.
## License
This application is licensed under the LGPLv2.1 license, although you may opt to choose a newer version of the LGPL.
This application is licensed under the LGPLv2.1 license, although you may opt to choose a newer version of the LGPL if you want so.

113
icon.svg Normal file
View File

@ -0,0 +1,113 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="512"
height="512"
viewBox="0 0 512 512"
version="1.1"
id="svg8"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
sodipodi:docname="icon.svg"
inkscape:export-filename="/home/chris/Programmeren/Sailfish/harbour-sailfin/qml/icon.png"
inkscape:export-xdpi="48"
inkscape:export-ydpi="48">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="background">
<stop
style="stop-color:#aa5cc3;stop-opacity:1"
offset="0"
id="stop837" />
<stop
style="stop-color:#00a4dc;stop-opacity:1"
offset="1"
id="stop839" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#background"
id="linearGradient843"
x1="96"
y1="224"
x2="448"
y2="480"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#background"
id="linearGradient868"
x1="203.38373"
y1="452.03036"
x2="427.87982"
y2="55.963573"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,1.1403316,-0.88873901,0,497.73701,-7.924891)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.7"
inkscape:cx="177.24174"
inkscape:cy="295.36796"
inkscape:document-units="px"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="true"
inkscape:pagecheckerboard="true"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1015"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid833"
empspacing="32" />
</sodipodi:namedview>
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Laag 1"
inkscape:groupmode="layer"
id="layer1">
<path
style="fill:url(#linearGradient843);fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 0,512 V 256 C 0,128 128,0 256,0 384,0 512,128 512,256 v 256 z"
id="path835"
sodipodi:nodetypes="cccccc" />
<path
style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 448,448 H 64 C 64,288 64,96 256,96 448,96 448,288 448,448 Z"
id="path845"
sodipodi:nodetypes="cccc" />
<path
style="fill:url(#linearGradient868);fill-opacity:1;stroke:none;stroke-width:0.567858px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 156.46123,393.47183 V 174.52817 c 36.19591,0 199.07754,72.98122 199.07754,109.47183 0,36.49061 -162.88163,109.47183 -199.07754,109.47183 z"
id="path845-3"
sodipodi:nodetypes="cccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB