Fix icon unwanted borders

This commit is contained in:
Alice Gaudon 2020-03-06 00:27:41 +01:00
parent b4d2e1eeb2
commit e94c449ebd
2 changed files with 53 additions and 46 deletions

View File

@ -8,20 +8,19 @@
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="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
width="20"
height="20"
viewBox="0 0 20 20"
class="feather feather-sidebar"
version="1.1"
id="svg6"
sodipodi:docname="logo.svg"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
enable-background="new">
style="fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;enable-background:new"
enable-background="new"
inkscape:export-filename="/r/arisu/dev/utils/tabs/resources/logo.png"
inkscape:export-xdpi="2457.6001"
inkscape:export-ydpi="2457.6001">
<metadata
id="metadata12">
<rdf:RDF>
@ -60,41 +59,45 @@
y1="0"
x2="24"
y2="24"
gradientUnits="userSpaceOnUse" />
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.83333333)" />
<mask
maskUnits="userSpaceOnUse"
id="mask854">
<g
style="display:inline;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
id="g860"
transform="translate(-2,-2.0142425)"
mask="none"
clip-path="none">
<rect
style="stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
x="3"
y="3"
width="18"
height="18"
rx="2"
ry="2"
id="rect856" />
<line
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
x1="9"
y1="3"
x2="9"
y2="21"
id="line858" />
</g>
</mask>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter929">
id="filter862">
<feBlend
inkscape:collect="always"
mode="hard-light"
in2="BackgroundImage"
id="feBlend931" />
id="feBlend864" />
</filter>
<mask
maskUnits="userSpaceOnUse"
id="mask894">
<g
id="g900"
style="stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none">
<rect
id="rect896"
ry="2"
rx="2"
height="18"
width="18"
y="3"
x="3"
style="stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<line
id="line898"
y2="21"
x2="9"
y1="3"
x1="9"
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</mask>
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
@ -109,18 +112,21 @@
inkscape:window-height="1353"
id="namedview8"
showgrid="false"
inkscape:zoom="27.812867"
inkscape:cx="6.8914249"
inkscape:cy="16.985938"
inkscape:zoom="39.333334"
inkscape:cx="6.9859856"
inkscape:cy="12.882666"
inkscape:window-x="1934"
inkscape:window-y="46"
inkscape:window-maximized="0"
inkscape:current-layer="svg6" />
<g
style="display:inline;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
id="g892">
id="g892"
transform="translate(-2,-2.0142425)"
mask="none"
clip-path="none">
<rect
style="stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="display:inline;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
x="3"
y="3"
width="18"
@ -129,7 +135,7 @@
ry="2"
id="rect888" />
<line
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="display:inline;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
x1="9"
y1="3"
x2="9"
@ -137,11 +143,12 @@
id="line890" />
</g>
<rect
style="display:inline;opacity:1;fill:url(#linearGradient837);fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;filter:url(#filter929)"
style="display:inline;opacity:1;fill:url(#linearGradient837);fill-opacity:1;stroke:none;stroke-width:3.33333349;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;filter:url(#filter862)"
id="rect827"
width="24"
height="24"
width="20"
height="20"
x="0"
y="0"
mask="url(#mask894)" />
mask="url(#mask854)"
clip-path="none" />
</svg>

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 16 KiB