Compare commits

...

2 commits

Author SHA1 Message Date
edi
6191bc1547
Umbau Icons auf Farbwechsel durch CSS Filter 2024-07-23 22:10:13 +02:00
edi
7f158b40fa
keine Änderung 2024-07-23 22:09:19 +02:00
25 changed files with 173 additions and 877 deletions

View file

@ -97,5 +97,3 @@ bewegte Räume. Auf Yachten und in Fahrzeugen umrunden meine Ideen die Welt
{{% /section %}} {{% /section %}}

View file

@ -1,33 +1,31 @@
:root { :root {
--ve-light-violett: #A458AE; /* <= safe for WCAG AA */ /* original: #aa69b5; */
--ve-heavy-violett: #5d2169;
--ve-vanilla: #faefdd;
--ve-vanilla-heavy: #e4cba1;
--lavender-orchid: #a961a4; --lavender-orchid: #a961a4;
--lavender-orchid90: #a961a4e0;
--royal-plum: #5d2169; --royal-plum: #5d2169;
--royal-plum90: #5d2169e0;
--gentle-ecru: #f6eedb; --gentle-ecru: #f6eedb;
--sandstorm-taupe: #f1d8b5; --sandstorm-taupe: #f1d8b5;
--poppler-aftermath: #e1d4b8; --poppler-aftermath: #e1d4b8; /* Netzlinien */
--vanilla-black: #1b0e14; --vanilla-black: #1b0e14;
--banana-grey: #5b4c55; --banana-grey: #5b4c55;
--quite-white: #f9f6f8; --quite-white: #f9f6f8;
--primary: var(--ve-light-violett);
--primary90: #a458aee0;
--secondary: var(--royal-plum);
--secondary90: #5d2169d0;
--light-primary: var(--ve-vanilla);
--light-secondary: var(--sandstorm-taupe);
--netzlinien: var(--poppler-aftermath); --netzlinien: var(--poppler-aftermath);
--black: var(--vanilla-black); --black: var(--vanilla-black);
--grey: var(--banana-grey); --grey: var(--banana-grey);
--white: var(--quite-white); --white: var(--quite-white);
--filter-icon-primary: hue-rotate(260deg) contrast(0.5) saturate(3) brightness(0.8); --filter-icon-lavender-orchid: brightness(0) saturate(100%) invert(44%) sepia(48%) saturate(668%) hue-rotate(246deg) brightness(86%) contrast(86%);
--filter-icon-royal-plum: brightness(0) saturate(100%) invert(15%) sepia(51%) saturate(2556%) hue-rotate(269deg) brightness(92%) contrast(94%);
--filter-icon-gentle-ecru: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7076%) hue-rotate(238deg) brightness(118%) contrast(87%);
--filter-icon-sandstorm-taupe: brightness(0) saturate(100%) invert(88%) sepia(14%) saturate(637%) hue-rotate(345deg) brightness(102%) contrast(89%);
--filter-icon-vanilla-black: brightness(0) saturate(100%) invert(5%) sepia(10%) saturate(2938%) hue-rotate(280deg) brightness(93%) contrast(96%);
--filter-icon-banana-grey: brightness(0) saturate(100%) invert(30%) sepia(8%) saturate(863%) hue-rotate(271deg) brightness(93%) contrast(85%);
--filter-icon-quite-white: brightness(0) saturate(100%) invert(79%) sepia(6%) saturate(2873%) hue-rotate(205deg) brightness(130%) contrast(95%);
--bg-vanilla: var(--light-primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='380' height='380' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23E4CBA1' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%2398886B'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E") fixed;
--bg-vanilla: var(--gentle-ecru) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='380' height='380' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23E4CBA1' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%2398886B'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E") fixed;
--wrapper-max: 1426px; --wrapper-max: 1426px;
} }
@ -165,7 +163,7 @@ body {
#outerwrapper { #outerwrapper {
max-width: 97%; max-width: 97%;
margin: auto; margin: auto;
border: 1px solid var(--secondary); border: 1px solid var(--royal-plum);
} }
/* START header */ /* START header */
@ -208,7 +206,7 @@ header#hero {
header#hero h1 { header#hero h1 {
font-weight: 700; font-weight: 700;
color: var(--secondary); color: var(--royal-plum);
font-size: calc(3vh + 2rem); font-size: calc(3vh + 2rem);
margin-bottom: 0.7em; margin-bottom: 0.7em;
} }
@ -219,13 +217,13 @@ header#hero p {
display: block; display: block;
width: 75%; width: 75%;
font-size: calc(0.5vw + 1rem); font-size: calc(0.5vw + 1rem);
background-color: var(--secondary); background-color: var(--royal-plum);
color: var(--light-primary); color: var(--gentle-ecru);
padding: 0.5rem; padding: 0.5rem;
} }
header#hero p strong { header#hero p strong {
color: var(--light-primary); color: var(--gentle-ecru);
} }
@ -264,7 +262,7 @@ header#hero img {
height: 60px; height: 60px;
cursor: pointer; cursor: pointer;
z-index: 2; z-index: 2;
background-color: var(--primary90); background-color: var(--lavender-orchid90);
border-radius: 30px; border-radius: 30px;
} }
@ -277,7 +275,7 @@ header#hero img {
position: absolute; position: absolute;
width: 35px; width: 35px;
height: 2px; height: 2px;
background-color: var(--secondary); background-color: var(--royal-plum);
transition-duration: .3s; transition-duration: .3s;
} }
@ -303,7 +301,7 @@ header#hero img {
margin: 0; margin: 0;
padding: 110px 35px; padding: 110px 35px;
list-style: none; list-style: none;
background-color: var(--primary); background-color: var(--lavender-orchid);
box-shadow: 2px 2px 6px rgba(0, 0, 0, .4); box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
transition-duration: .3s; transition-duration: .3s;
z-index:1; z-index:1;
@ -311,7 +309,7 @@ header#hero img {
.menu__item { .menu__item {
display: block; display: block;
padding: 12px 24px; padding: 12px 24px;
color: var(--light-primary); color: var(--gentle-ecru);
font-family: Gidole, sans-serif; font-family: Gidole, sans-serif;
font-size: 1.3rem; font-size: 1.3rem;
font-weight: 600; font-weight: 600;
@ -324,15 +322,15 @@ header#hero img {
} }
.menu__item:hover { .menu__item:hover {
background-color: var(--secondary); background-color: var(--royal-plum);
color: var(--light-primary); color: var(--gentle-ecru);
} }
/* END Hamburger Menu */ /* END Hamburger Menu */
/* START Sidebar Navigation */ /* START Sidebar Navigation */
aside { aside {
background-color: var(--primary); background-color: var(--lavender-orchid);
/* min-width: 360px; */ /* min-width: 360px; */
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
margin-right: 0.3rem; margin-right: 0.3rem;
@ -346,7 +344,7 @@ aside {
aside > nav { aside > nav {
padding: 0.5rem; padding: 0.5rem;
margin-top: -5rem; margin-top: -5rem;
background-color: var(--primary); background-color: var(--lavender-orchid);
border-radius: 14px; border-radius: 14px;
} }
@ -364,13 +362,13 @@ aside > nav ul li a:visited {
display: block; display: block;
text-decoration: none; text-decoration: none;
color: var(--white); color: var(--white);
border: 7px solid var(--primary); border: 7px solid var(--lavender-orchid);
padding: 0.5rem; padding: 0.5rem;
} }
aside > nav ul li a:hover, aside > nav ul li a:hover,
aside > nav ul li a:focus { aside > nav ul li a:focus {
border: 5px solid var(--secondary); border: 5px solid var(--royal-plum);
border-radius: 10px; border-radius: 10px;
transform: translate(0.15em, 0.15em); transform: translate(0.15em, 0.15em);
transition: transform 0.3s ease-out; transition: transform 0.3s ease-out;
@ -407,11 +405,11 @@ a.imp:before {
/* START Content */ /* START Content */
.content { .content {
/*padding: 2rem;*/ /*padding: 2rem;*/
background-color: var(--light-primary); background-color: var(--gentle-ecru);
color: var(--black); color: var(--black);
/* border: 2px solid var(--secondary); */ /* border: 2px solid var(--royal-plum); */
border-radius: 4px; border-radius: 4px;
box-shadow: 10px 0px 20px var(--light-primary),-10px -10px 20px var(--light-primary); box-shadow: 10px 0px 20px var(--gentle-ecru),-10px -10px 20px var(--gentle-ecru);
} }
.content img { .content img {
@ -442,26 +440,26 @@ a.imp:before {
} }
.content section a:link, .content section a:link,
.content section a:visited { .content section a:visited {
color: var(--primary); color: var(--lavender-orchid);
} }
.content section:nth-of-type(even) { .content section:nth-of-type(even) {
background-color: var(--primary); background-color: var(--lavender-orchid);
color: var(--white); color: var(--white);
box-shadow: 0px 3px 3px var(--primary), 0px -3px 3px var(--primary); box-shadow: 0px 3px 3px var(--lavender-orchid), 0px -3px 3px var(--lavender-orchid);
} }
.content section:nth-of-type(even) a:link, .content section:nth-of-type(even) a:link,
.content section:nth-of-type(even) a:visited { .content section:nth-of-type(even) a:visited {
color: var(--light-secondary); color: var(--sandstorm-taupe);
} }
.content section:nth-of-type(even) .contactinfo img.icon { .content section:nth-of-type(even) .contactinfo img.icon {
filter: none; filter: var(--filter-icon-sandstorm-taupe);
} }
.content section:nth-of-type(odd) .contactinfo img.icon { .content section:nth-of-type(odd) .contactinfo img.icon {
filter: var(--filter-icon-primary); filter: var(--filter-icon-lavender-orchid);
} }
.content h2 a:link, .content h2 a:link,
@ -471,7 +469,7 @@ a.imp:before {
} }
.content p a:link, .content p a:link,
.content p a:visited { .content p a:visited {
color: var(--primary); color: var(--lavender-orchid);
} }
@ -481,11 +479,11 @@ a.imp:before {
.attention { .attention {
background-color: #ffffff20; background-color: #ffffff20;
/*color: var(--secondary); */ /*color: var(--royal-plum); */
margin: 1rem 0.1vw; margin: 1rem 0.1vw;
padding: 1rem 1.5vw; padding: 1rem 1.5vw;
border: 0.25rem var(--secondary) dashed; border: 0.25rem var(--royal-plum) dashed;
border-radius: 2rem; border-radius: 2rem;
} }
@ -550,13 +548,13 @@ a.imp:before {
#topline > a:link, #topline > a:link,
#topline > a:visited #topline > a:visited
{ {
color: var(--primary); color: var(--lavender-orchid);
text-decoration: none; text-decoration: none;
} }
#topline > a:hover, #topline > a:hover,
#topline > a:focus #topline > a:focus
{ {
color: var(--primary); color: var(--lavender-orchid);
text-decoration: underline; text-decoration: underline;
} }
@ -571,16 +569,16 @@ a.imp:before {
#newsgrid > article.newsitem:first-child { #newsgrid > article.newsitem:first-child {
grid-column: 1 / 3; grid-column: 1 / 3;
background-color: var(--light-primary); background-color: var(--gentle-ecru);
color: var(--secondary); color: var(--royal-plum);
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
padding: 2rem; padding: 2rem;
border: 0.25rem var(--secondary) dashed; border: 0.25rem var(--royal-plum) dashed;
} }
#newsgrid > article.newsitem { #newsgrid > article.newsitem {
padding: 0.8rem; padding: 0.8rem;
border: 1px solid var(--secondary); border: 1px solid var(--royal-plum);
} }
@ -617,12 +615,12 @@ main {
width: 100%; width: 100%;
margin-top: 0.5rem; margin-top: 0.5rem;
padding: 2rem; padding: 2rem;
color: var(--light-primary); color: var(--gentle-ecru);
background-color: var(--primary); background-color: var(--lavender-orchid);
} }
#contact-mainpage p a:link, #contact-mainpage p a:visited { #contact-mainpage p a:link, #contact-mainpage p a:visited {
color: var(--light-primary); color: var(--gentle-ecru);
} }
address { address {
@ -633,14 +631,14 @@ address {
#funding { #funding {
padding-top: 0.5rem; padding-top: 0.5rem;
border-style: solid; border-style: solid;
border-color: var(--primary); border-color: var(--lavender-orchid);
border-width: 2px 0px 0px 0px; border-width: 2px 0px 0px 0px;
font-size: 0.7rem; font-size: 0.7rem;
min-height: 3.5rem; min-height: 3.5rem;
color: var(--secondary); color: var(--royal-plum);
background-color: var(--light-primary); background-color: var(--gentle-ecru);
} }
#funding img { #funding img {
@ -674,8 +672,8 @@ footer {
min-height: calc(4vh + 1rem); min-height: calc(4vh + 1rem);
padding: 2vh; padding: 2vh;
text-align: center; text-align: center;
color: var(--light-primary); color: var(--gentle-ecru);
background-color: var(--secondary); background-color: var(--royal-plum);
font-size: 1rem; font-size: 1rem;
} }
@ -686,7 +684,7 @@ footer .footer-grid {
footer .footer-item { footer .footer-item {
padding: 0 1.2rem; padding: 0 1.2rem;
border-style: solid; border-style: solid;
border-color: var(--light-primary); border-color: var(--gentle-ecru);
border-width: 0px 1px; border-width: 0px 1px;
} }
@ -704,7 +702,7 @@ footer a:link,
footer a:visited { footer a:visited {
display: inline; display: inline;
text-decoration: none; text-decoration: none;
color: var(--light-primary); color: var(--gentle-ecru);
} }
footer a:hover, footer a:hover,

View file

@ -1,44 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
width="64"
height="64"
viewBox="0 0 24 24"
fill="none"
version="1.1"
id="svg6"
sodipodi:docname="call-dark.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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">
<defs
id="defs10" />
<sodipodi:namedview
id="namedview8"
pagecolor="#00ef06"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="15.64"
inkscape:cx="37.915601"
inkscape:cy="39.737852"
inkscape:window-width="3840"
inkscape:window-height="2081"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg6" />
<path
d="m 14.1008,16.0272 0.5438,0.5165 v 0 z m 0.4554,-0.4795 -0.5438,-0.5165 v 0 z m 2.4167,-0.3354 -0.3742,0.65 v 0 z m 1.9105,1.0997 -0.3742,0.65 z m 0.5383,3.4464 0.5438,0.5166 v -10e-5 z m -1.4205,1.4956 -0.5438,-0.5165 z m -1.3249,0.7091 0.0737,0.7464 z M 6.8154,17.4752 7.3592,16.9587 Z M 2.75185,7.92574 C 2.72965,7.51212 2.37635,7.19481 1.96273,7.21701 1.54911,7.23921 1.23181,7.59252 1.25401,8.00613 Z m 5.4389,1.87933 0.54379,0.51653 z M 8.47756,9.50311 9.02135,10.0196 Z M 8.63428,6.6931 9.24668,6.26012 Z M 7.3733,4.90961 6.7609,5.3426 v 0 z M 3.7177,4.09213 C 3.43244,4.39246 3.44465,4.86717 3.74498,5.15244 4.04531,5.4377 4.52002,5.42549 4.80529,5.12516 Z m 6.3455,9.96377 0.5438,-0.5165 z m -0.3991,6.7564 c 0.3507,0.2204 0.8137,0.1148 1.0341,-0.2359 0.2204,-0.3507 0.1147,-0.8137 -0.236,-1.0341 z m 4.4489,0.2461 c -0.4054,-0.0849 -0.8029,0.175 -0.8878,0.5804 -0.0849,0.4054 0.1749,0.8029 0.5804,0.8878 z m 0.5316,-4.5147 0.4554,-0.4795 -1.0876,-1.033 -0.4554,0.4795 z m 1.9541,-0.6814 1.9105,1.0997 0.7483,-1.3 -1.9105,-1.0997 z m 2.2792,3.3796 -1.4205,1.4956 1.0876,1.033 1.4205,-1.4955 z M 7.3592,16.9587 C 3.48307,12.8778 2.83289,9.43556 2.75185,7.92574 L 1.25401,8.00613 c 0.09925,1.84923 0.88443,5.63417 5.0176,9.98557 z M 8.73454,10.3216 9.02135,10.0196 7.93377,8.9866 7.64695,9.28856 Z M 9.24668,6.26012 7.98569,4.47663 6.7609,5.3426 8.02189,7.12608 Z M 8.19075,9.80507 C 7.64695,9.28856 7.64626,9.28929 7.64556,9.29002 7.64533,9.29028 7.64463,9.29102 7.64415,9.29152 7.6432,9.29254 7.64223,9.29357 7.64125,9.29463 7.63928,9.29675 7.63724,9.29896 7.63515,9.30127 7.63095,9.30588 7.6265,9.31087 7.62182,9.31625 7.61247,9.32701 7.60219,9.33931 7.5912,9.3532 7.56922,9.38098 7.54435,9.41511 7.51826,9.45588 7.46595,9.53764 7.40921,9.64531 7.36117,9.78033 7.26346,10.0549 7.21022,10.4185 7.27675,10.8726 c 0.13071,0.8921 0.71527,2.0918 2.24262,3.6998 L 10.607,13.5394 C 9.1793,12.0363 8.82765,11.1106 8.7609,10.6551 c -0.03219,-0.2197 5.2e-4,-0.3355 0.01346,-0.3719 0.00727,-0.0204 0.01203,-0.0261 0.00738,-0.0188 -0.00226,0.0035 -0.00676,0.0101 -0.01432,0.0197 -0.00379,0.0047 -0.00834,0.0103 -0.01378,0.0165 -0.00272,0.0032 -0.00566,0.0065 -0.00884,0.01 -0.00159,0.0017 -0.00324,0.0035 -0.00495,0.0053 -8.5e-4,0.001 -0.00172,0.0019 -0.00261,0.0028 -4.4e-4,5e-4 -0.00112,0.0012 -0.00134,0.0015 -6.8e-4,7e-4 -0.00136,0.0014 -0.54515,-0.51513 z m 1.32862,4.76733 c 1.52283,1.6033 2.67303,2.2336 3.55053,2.3761 0.4502,0.0731 0.8147,0.0147 1.0907,-0.0941 0.1349,-0.0532 0.2417,-0.1157 0.3218,-0.1725 0.0399,-0.0284 0.0732,-0.0553 0.1001,-0.0788 0.0134,-0.0118 0.0253,-0.0228 0.0356,-0.0328 0.0052,-0.0049 0.0099,-0.0097 0.0143,-0.0141 0.0022,-0.0022 0.0044,-0.0044 0.0064,-0.0065 10e-4,-0.001 0.002,-0.002 0.0029,-0.003 5e-4,-5e-4 0.0012,-0.0013 0.0015,-0.0015 7e-4,-8e-4 0.0014,-0.0015 -0.5424,-0.518 -0.5438,-0.5165 -0.5431,-0.5172 -0.5425,-0.5179 3e-4,-3e-4 9e-4,-10e-4 0.0014,-0.0015 9e-4,-9e-4 0.0018,-0.0018 0.0026,-0.0027 0.0018,-0.0018 0.0035,-0.0036 0.0052,-0.0053 0.0033,-0.0033 0.0065,-0.0065 0.0095,-0.0094 0.0061,-0.0058 0.0115,-0.0108 0.0163,-0.015 0.0096,-0.0084 0.0167,-0.0138 0.0213,-0.017 0.0093,-0.0067 0.0084,-0.0044 -0.0044,6e-4 -0.0193,0.0076 -0.1101,0.0397 -0.2999,0.0089 -0.4025,-0.0654 -1.2712,-0.4207 -2.7033,-1.9285 z M 7.98569,4.47663 C 6.9721,3.04305 4.94388,2.80119 3.7177,4.09213 L 4.80529,5.12516 C 5.32812,4.57471 6.24855,4.61795 6.7609,5.3426 Z M 17.4574,20.7375 c -0.2791,0.2938 -0.571,0.4512 -0.8548,0.4792 l 0.1474,1.4928 c 0.747,-0.0738 1.3516,-0.4722 1.795,-0.939 z M 9.02135,10.0196 C 9.98893,9.00095 10.0574,7.40678 9.24668,6.26012 L 8.02189,7.12608 C 8.44404,7.72315 8.3793,8.51753 7.93377,8.9866 Z m 9.48785,6.9424 c 0.8209,0.4725 0.9815,1.6348 0.3687,2.2799 l 1.0876,1.033 c 1.305,-1.3739 0.9249,-3.673 -0.708,-4.6129 z M 15.1,16.0642 c 0.3854,-0.4058 0.986,-0.497 1.4987,-0.2019 l 0.7483,-1.3 c -1.0985,-0.6323 -2.4608,-0.451 -3.3346,0.4689 z m -4.6378,3.4781 C 9.47846,18.9241 8.43149,18.0876 7.3592,16.9587 l -1.08759,1.033 c 1.15403,1.215 2.29736,2.1324 3.39249,2.8206 z m 6.1404,1.6744 c -0.5465,0.054 -1.4114,0.0675 -2.4896,-0.1583 l -0.3074,1.4682 c 1.2485,0.2614 2.2686,0.2496 2.9444,0.1829 z"
fill="#1c274c"
id="path4"
style="display:inline;fill:#303030;fill-opacity:1"
inkscape:label="path4" />
</svg>

Before

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -26,19 +26,19 @@
inkscape:pagecheckerboard="true" inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1" inkscape:deskcolor="#d1d1d1"
showgrid="false" showgrid="false"
inkscape:zoom="15.64" inkscape:zoom="11.05915"
inkscape:cx="37.94757" inkscape:cx="27.80503"
inkscape:cy="39.80179" inkscape:cy="31.331522"
inkscape:window-width="3840" inkscape:window-width="1920"
inkscape:window-height="2091" inkscape:window-height="1011"
inkscape:window-x="0" inkscape:window-x="0"
inkscape:window-y="0" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg6" /> inkscape:current-layer="svg6" />
<path <path
d="m 14.1008,16.0272 0.5438,0.5165 v 0 z m 0.4554,-0.4795 -0.5438,-0.5165 v 0 z m 2.4167,-0.3354 -0.3742,0.65 v 0 z m 1.9105,1.0997 -0.3742,0.65 z m 0.5383,3.4464 0.5438,0.5166 v -10e-5 z m -1.4205,1.4956 -0.5438,-0.5165 z m -1.3249,0.7091 0.0737,0.7464 z M 6.8154,17.4752 7.3592,16.9587 Z M 2.75185,7.92574 C 2.72965,7.51212 2.37635,7.19481 1.96273,7.21701 1.54911,7.23921 1.23181,7.59252 1.25401,8.00613 Z m 5.4389,1.87933 0.54379,0.51653 z M 8.47756,9.50311 9.02135,10.0196 Z M 8.63428,6.6931 9.24668,6.26012 Z M 7.3733,4.90961 6.7609,5.3426 v 0 z M 3.7177,4.09213 C 3.43244,4.39246 3.44465,4.86717 3.74498,5.15244 4.04531,5.4377 4.52002,5.42549 4.80529,5.12516 Z m 6.3455,9.96377 0.5438,-0.5165 z m -0.3991,6.7564 c 0.3507,0.2204 0.8137,0.1148 1.0341,-0.2359 0.2204,-0.3507 0.1147,-0.8137 -0.236,-1.0341 z m 4.4489,0.2461 c -0.4054,-0.0849 -0.8029,0.175 -0.8878,0.5804 -0.0849,0.4054 0.1749,0.8029 0.5804,0.8878 z m 0.5316,-4.5147 0.4554,-0.4795 -1.0876,-1.033 -0.4554,0.4795 z m 1.9541,-0.6814 1.9105,1.0997 0.7483,-1.3 -1.9105,-1.0997 z m 2.2792,3.3796 -1.4205,1.4956 1.0876,1.033 1.4205,-1.4955 z M 7.3592,16.9587 C 3.48307,12.8778 2.83289,9.43556 2.75185,7.92574 L 1.25401,8.00613 c 0.09925,1.84923 0.88443,5.63417 5.0176,9.98557 z M 8.73454,10.3216 9.02135,10.0196 7.93377,8.9866 7.64695,9.28856 Z M 9.24668,6.26012 7.98569,4.47663 6.7609,5.3426 8.02189,7.12608 Z M 8.19075,9.80507 C 7.64695,9.28856 7.64626,9.28929 7.64556,9.29002 7.64533,9.29028 7.64463,9.29102 7.64415,9.29152 7.6432,9.29254 7.64223,9.29357 7.64125,9.29463 7.63928,9.29675 7.63724,9.29896 7.63515,9.30127 7.63095,9.30588 7.6265,9.31087 7.62182,9.31625 7.61247,9.32701 7.60219,9.33931 7.5912,9.3532 7.56922,9.38098 7.54435,9.41511 7.51826,9.45588 7.46595,9.53764 7.40921,9.64531 7.36117,9.78033 7.26346,10.0549 7.21022,10.4185 7.27675,10.8726 c 0.13071,0.8921 0.71527,2.0918 2.24262,3.6998 L 10.607,13.5394 C 9.1793,12.0363 8.82765,11.1106 8.7609,10.6551 c -0.03219,-0.2197 5.2e-4,-0.3355 0.01346,-0.3719 0.00727,-0.0204 0.01203,-0.0261 0.00738,-0.0188 -0.00226,0.0035 -0.00676,0.0101 -0.01432,0.0197 -0.00379,0.0047 -0.00834,0.0103 -0.01378,0.0165 -0.00272,0.0032 -0.00566,0.0065 -0.00884,0.01 -0.00159,0.0017 -0.00324,0.0035 -0.00495,0.0053 -8.5e-4,0.001 -0.00172,0.0019 -0.00261,0.0028 -4.4e-4,5e-4 -0.00112,0.0012 -0.00134,0.0015 -6.8e-4,7e-4 -0.00136,0.0014 -0.54515,-0.51513 z m 1.32862,4.76733 c 1.52283,1.6033 2.67303,2.2336 3.55053,2.3761 0.4502,0.0731 0.8147,0.0147 1.0907,-0.0941 0.1349,-0.0532 0.2417,-0.1157 0.3218,-0.1725 0.0399,-0.0284 0.0732,-0.0553 0.1001,-0.0788 0.0134,-0.0118 0.0253,-0.0228 0.0356,-0.0328 0.0052,-0.0049 0.0099,-0.0097 0.0143,-0.0141 0.0022,-0.0022 0.0044,-0.0044 0.0064,-0.0065 10e-4,-0.001 0.002,-0.002 0.0029,-0.003 5e-4,-5e-4 0.0012,-0.0013 0.0015,-0.0015 7e-4,-8e-4 0.0014,-0.0015 -0.5424,-0.518 -0.5438,-0.5165 -0.5431,-0.5172 -0.5425,-0.5179 3e-4,-3e-4 9e-4,-10e-4 0.0014,-0.0015 9e-4,-9e-4 0.0018,-0.0018 0.0026,-0.0027 0.0018,-0.0018 0.0035,-0.0036 0.0052,-0.0053 0.0033,-0.0033 0.0065,-0.0065 0.0095,-0.0094 0.0061,-0.0058 0.0115,-0.0108 0.0163,-0.015 0.0096,-0.0084 0.0167,-0.0138 0.0213,-0.017 0.0093,-0.0067 0.0084,-0.0044 -0.0044,6e-4 -0.0193,0.0076 -0.1101,0.0397 -0.2999,0.0089 -0.4025,-0.0654 -1.2712,-0.4207 -2.7033,-1.9285 z M 7.98569,4.47663 C 6.9721,3.04305 4.94388,2.80119 3.7177,4.09213 L 4.80529,5.12516 C 5.32812,4.57471 6.24855,4.61795 6.7609,5.3426 Z M 17.4574,20.7375 c -0.2791,0.2938 -0.571,0.4512 -0.8548,0.4792 l 0.1474,1.4928 c 0.747,-0.0738 1.3516,-0.4722 1.795,-0.939 z M 9.02135,10.0196 C 9.98893,9.00095 10.0574,7.40678 9.24668,6.26012 L 8.02189,7.12608 C 8.44404,7.72315 8.3793,8.51753 7.93377,8.9866 Z m 9.48785,6.9424 c 0.8209,0.4725 0.9815,1.6348 0.3687,2.2799 l 1.0876,1.033 c 1.305,-1.3739 0.9249,-3.673 -0.708,-4.6129 z M 15.1,16.0642 c 0.3854,-0.4058 0.986,-0.497 1.4987,-0.2019 l 0.7483,-1.3 c -1.0985,-0.6323 -2.4608,-0.451 -3.3346,0.4689 z m -4.6378,3.4781 C 9.47846,18.9241 8.43149,18.0876 7.3592,16.9587 l -1.08759,1.033 c 1.15403,1.215 2.29736,2.1324 3.39249,2.8206 z m 6.1404,1.6744 c -0.5465,0.054 -1.4114,0.0675 -2.4896,-0.1583 l -0.3074,1.4682 c 1.2485,0.2614 2.2686,0.2496 2.9444,0.1829 z" d="m 15.339655,15.227699 0.5438,0.5165 v 0 z m 0.4554,-0.4795 -0.5438,-0.5165 v 0 z m 2.4167,-0.3354 -0.3742,0.65 v 0 z m 1.9105,1.0997 -0.3742,0.65 z m 0.5383,3.4464 0.5438,0.5166 v -10e-5 z m -1.4205,1.4956 -0.5438,-0.5165 z m -1.3249,0.7091 0.0737,0.7464 z m -9.8609,-4.4879 0.5438,-0.5165 z M 3.990705,7.1262394 c -0.0222,-0.41362 -0.3755,-0.73093 -0.78912,-0.70873 -0.41362,0.0222 -0.73092,0.37551 -0.70872,0.78912 z m 5.4389,1.87933 0.54379,0.51653 z m 0.28681,-0.30196 0.54379,0.51649 z m 0.15672,-2.81001 0.6124,-0.43298 z m -1.26098,-1.78349 -0.6124,0.43299 v 0 z m -3.6556,-0.81748 c -0.28526,0.30033 -0.27305,0.77504 0.02728,1.06031 0.30033,0.28526 0.77504,0.27305 1.06031,-0.02728 z m 6.3455,9.9637696 0.5438,-0.5165 z m -0.3991,6.7564 c 0.3507,0.2204 0.8137,0.1148 1.0341,-0.2359 0.2204,-0.3507 0.1147,-0.8137 -0.236,-1.0341 z m 4.4489,0.2461 c -0.4054,-0.0849 -0.8029,0.175 -0.8878,0.5804 -0.0849,0.4054 0.1749,0.8029 0.5804,0.8878 z m 0.5316,-4.5147 0.4554,-0.4795 -1.0876,-1.033 -0.4554,0.4795 z m 1.9541,-0.6814 1.9105,1.0997 0.7483,-1.3 -1.9105,-1.0997 z m 2.2792,3.3796 -1.4205,1.4956 1.0876,1.033 1.4205,-1.4955 z m -11.5187,-2.2832 c -3.87613,-4.0809 -4.52631,-7.5231396 -4.60735,-9.0329596 l -1.49784,0.08039 c 0.09925,1.84923 0.88443,5.6341696 5.0176,9.9855696 z m 1.37534,-6.6370996 0.28681,-0.302 -1.08758,-1.033 -0.28682,0.30196 z m 0.51214,-4.06148 -1.26099,-1.78349 -1.22479,0.86597 1.26099,1.78348 z m -1.05593,3.54495 c -0.5438,-0.51651 -0.54449,-0.51578 -0.54519,-0.51505 -2.3e-4,2.6e-4 -9.3e-4,10e-4 -0.00141,0.0015 -9.5e-4,0.00102 -0.00192,0.00205 -0.0029,0.00311 -0.00197,0.00212 -0.00401,0.00433 -0.0061,0.00664 -0.0042,0.00461 -0.00865,0.0096 -0.01333,0.01498 -0.00935,0.01076 -0.01963,0.02306 -0.03062,0.03695 -0.02198,0.02778 -0.04685,0.06191 -0.07294,0.10268 -0.05231,0.08176 -0.10905,0.18943 -0.15709,0.32445 -0.09771,0.27457 -0.15095,0.63817 -0.08442,1.0922696 0.13071,0.8921 0.71527,2.0918 2.24262,3.6998 l 1.08763,-1.033 c -1.4277,-1.5031 -1.77935,-2.4288 -1.8461,-2.8842996 -0.03219,-0.2197 5.2e-4,-0.3355 0.01346,-0.3719 0.0073,-0.0204 0.01203,-0.0261 0.0074,-0.0188 -0.0023,0.0035 -0.0068,0.0101 -0.01432,0.0197 -0.0038,0.0047 -0.00834,0.0103 -0.01378,0.0165 -0.00272,0.0032 -0.00566,0.0065 -0.00884,0.01 -0.00159,0.0017 -0.00324,0.0035 -0.00495,0.0053 -8.5e-4,0.001 -0.00172,0.0019 -0.00261,0.0028 -4.4e-4,5e-4 -0.00112,0.0012 -0.00134,0.0015 -6.8e-4,7e-4 -0.00136,0.0014 -0.54515,-0.51513 z m 1.32862,4.7673296 c 1.52283,1.6033 2.67303,2.2336 3.55053,2.3761 0.4502,0.0731 0.8147,0.0147 1.0907,-0.0941 0.1349,-0.0532 0.2417,-0.1157 0.3218,-0.1725 0.0399,-0.0284 0.0732,-0.0553 0.1001,-0.0788 0.0134,-0.0118 0.0253,-0.0228 0.0356,-0.0328 0.0052,-0.0049 0.0099,-0.0097 0.0143,-0.0141 0.0022,-0.0022 0.0044,-0.0044 0.0064,-0.0065 10e-4,-10e-4 0.002,-0.002 0.0029,-0.003 5e-4,-5e-4 0.0012,-0.0013 0.0015,-0.0015 7e-4,-8e-4 0.0014,-0.0015 -0.5424,-0.518 -0.5438,-0.5165 -0.5431,-0.5172 -0.5425,-0.5179 3e-4,-3e-4 9e-4,-10e-4 0.0014,-0.0015 9e-4,-9e-4 0.0018,-0.0018 0.0026,-0.0027 0.0018,-0.0018 0.0035,-0.0036 0.0052,-0.0053 0.0033,-0.0033 0.0065,-0.0065 0.0095,-0.0094 0.0061,-0.0058 0.0115,-0.0108 0.0163,-0.015 0.0096,-0.0084 0.0167,-0.0138 0.0213,-0.017 0.0093,-0.0067 0.0084,-0.0044 -0.0044,6e-4 -0.0193,0.0076 -0.1101,0.0397 -0.2999,0.0089 -0.4025,-0.0654 -1.2712,-0.4207 -2.7033,-1.9285 z M 9.224545,3.6771294 c -1.01359,-1.43358 -3.04181,-1.67544 -4.26799,-0.3845 l 1.08759,1.03303 c 0.52283,-0.55045 1.44326,-0.50721 1.95561,0.21744 z m 9.47171,16.2608696 c -0.2791,0.2938 -0.571,0.4512 -0.8548,0.4792 l 0.1474,1.4928 c 0.747,-0.0738 1.3516,-0.4722 1.795,-0.939 z M 10.260205,9.2200994 c 0.96758,-1.01865 1.03605,-2.61282 0.22533,-3.75948 l -1.22479,0.86596 c 0.42215,0.59707 0.35741,1.39145 -0.08812,1.86052 z m 9.48785,6.9423996 c 0.8209,0.4725 0.9815,1.6348 0.3687,2.2799 l 1.0876,1.033 c 1.305,-1.3739 0.9249,-3.673 -0.708,-4.6129 z m -3.4092,-0.8978 c 0.3854,-0.4058 0.986,-0.497 1.4987,-0.2019 l 0.7483,-1.3 c -1.0985,-0.6323 -2.4608,-0.451 -3.3346,0.4689 z m -4.6378,3.4781 c -0.98374,-0.6182 -2.03071,-1.4547 -3.103,-2.5836 l -1.08759,1.033 c 1.15403,1.215 2.29736,2.1324 3.39249,2.8206 z m 6.1404,1.6744 c -0.5465,0.054 -1.4114,0.0675 -2.4896,-0.1583 l -0.3074,1.4682 c 1.2485,0.2614 2.2686,0.2496 2.9444,0.1829 z"
fill="#1c274c" fill="#1c274c"
id="path4" id="path4"
style="display:inline;fill:#f1d8b5;fill-opacity:1" style="display:inline;fill:#000000;fill-opacity:1"
inkscape:label="path4" /> inkscape:label="path4" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View file

@ -1,56 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
width="64"
height="64"
viewBox="0 0 24 24"
fill="none"
version="1.1"
id="svg3"
sodipodi:docname="instagram-dark.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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">
<defs
id="defs3" />
<sodipodi:namedview
id="namedview3"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="9.335"
inkscape:cx="44.563471"
inkscape:cy="46.438136"
inkscape:window-width="3840"
inkscape:window-height="2081"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg3" />
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="m 12,18 c 3.3137,0 6,-2.6863 6,-6 0,-3.31371 -2.6863,-6 -6,-6 -3.31371,0 -6,2.68629 -6,6 0,3.3137 2.68629,6 6,6 z m 0,-2 c 2.2091,0 4,-1.7909 4,-4 0,-2.20914 -1.7909,-4 -4,-4 -2.20914,0 -4,1.79086 -4,4 0,2.2091 1.79086,4 4,4 z"
fill="#0f0f0f"
id="path1"
style="fill:#303030;fill-opacity:1" />
<path
d="m 18,5 c -0.5523,0 -1,0.44772 -1,1 0,0.55228 0.4477,1 1,1 0.5523,0 1,-0.44772 1,-1 0,-0.55228 -0.4477,-1 -1,-1 z"
fill="#0f0f0f"
id="path2"
style="fill:#303030;fill-opacity:1" />
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M 1.65396,4.27606 C 1,5.55953 1,7.23969 1,10.6 v 2.8 c 0,3.3603 0,5.0405 0.65396,6.3239 0.57524,1.129 1.49312,2.0469 2.6221,2.6221 C 5.55953,23 7.23969,23 10.6,23 h 2.8 c 3.3603,0 5.0405,0 6.3239,-0.654 1.129,-0.5752 2.0469,-1.4931 2.6221,-2.6221 C 23,18.4405 23,16.7603 23,13.4 V 10.6 C 23,7.23969 23,5.55953 22.346,4.27606 21.7708,3.14708 20.8529,2.2292 19.7239,1.65396 18.4405,1 16.7603,1 13.4,1 H 10.6 C 7.23969,1 5.55953,1 4.27606,1.65396 3.14708,2.2292 2.2292,3.14708 1.65396,4.27606 Z M 13.4,3 H 10.6 C 8.88684,3 7.72225,3.00156 6.82208,3.0751 5.94524,3.14674 5.49684,3.27659 5.18404,3.43597 4.43139,3.81947 3.81947,4.43139 3.43597,5.18404 3.27659,5.49684 3.14674,5.94524 3.0751,6.82208 3.00156,7.72225 3,8.88684 3,10.6 v 2.8 c 0,1.7132 0.00156,2.8777 0.0751,3.7779 0.07164,0.8769 0.20149,1.3253 0.36087,1.6381 0.3835,0.7526 0.99542,1.3645 1.74807,1.748 0.3128,0.1594 0.7612,0.2893 1.63804,0.3609 C 7.72225,20.9984 8.88684,21 10.6,21 h 2.8 c 1.7132,0 2.8777,-0.0016 3.7779,-0.0751 0.8769,-0.0716 1.3253,-0.2015 1.6381,-0.3609 0.7526,-0.3835 1.3645,-0.9954 1.748,-1.748 0.1594,-0.3128 0.2893,-0.7612 0.3609,-1.6381 C 20.9984,16.2777 21,15.1132 21,13.4 V 10.6 C 21,8.88684 20.9984,7.72225 20.9249,6.82208 20.8533,5.94524 20.7234,5.49684 20.564,5.18404 20.1805,4.43139 19.5686,3.81947 18.816,3.43597 18.5032,3.27659 18.0548,3.14674 17.1779,3.0751 16.2777,3.00156 15.1132,3 13.4,3 Z"
fill="#0f0f0f"
id="path3"
style="fill:#303030;fill-opacity:1" />
</svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

View file

@ -25,11 +25,11 @@
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="true" inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1" inkscape:deskcolor="#d1d1d1"
inkscape:zoom="9.335" inkscape:zoom="6.6008418"
inkscape:cx="44.617033" inkscape:cx="20.376189"
inkscape:cy="46.438136" inkscape:cy="48.099926"
inkscape:window-width="1574" inkscape:window-width="1522"
inkscape:window-height="1295" inkscape:window-height="991"
inkscape:window-x="26" inkscape:window-x="26"
inkscape:window-y="23" inkscape:window-y="23"
inkscape:window-maximized="0" inkscape:window-maximized="0"
@ -40,17 +40,17 @@
d="m 12,18 c 3.3137,0 6,-2.6863 6,-6 0,-3.31371 -2.6863,-6 -6,-6 -3.31371,0 -6,2.68629 -6,6 0,3.3137 2.68629,6 6,6 z m 0,-2 c 2.2091,0 4,-1.7909 4,-4 0,-2.20914 -1.7909,-4 -4,-4 -2.20914,0 -4,1.79086 -4,4 0,2.2091 1.79086,4 4,4 z" d="m 12,18 c 3.3137,0 6,-2.6863 6,-6 0,-3.31371 -2.6863,-6 -6,-6 -3.31371,0 -6,2.68629 -6,6 0,3.3137 2.68629,6 6,6 z m 0,-2 c 2.2091,0 4,-1.7909 4,-4 0,-2.20914 -1.7909,-4 -4,-4 -2.20914,0 -4,1.79086 -4,4 0,2.2091 1.79086,4 4,4 z"
fill="#0f0f0f" fill="#0f0f0f"
id="path1" id="path1"
style="fill:#f1d8b5;fill-opacity:1" /> style="fill:#000000;fill-opacity:1" />
<path <path
d="m 18,5 c -0.5523,0 -1,0.44772 -1,1 0,0.55228 0.4477,1 1,1 0.5523,0 1,-0.44772 1,-1 0,-0.55228 -0.4477,-1 -1,-1 z" d="m 18,5 c -0.5523,0 -1,0.44772 -1,1 0,0.55228 0.4477,1 1,1 0.5523,0 1,-0.44772 1,-1 0,-0.55228 -0.4477,-1 -1,-1 z"
fill="#0f0f0f" fill="#0f0f0f"
id="path2" id="path2"
style="fill:#f1d8b5;fill-opacity:1" /> style="fill:#000000;fill-opacity:1" />
<path <path
fill-rule="evenodd" fill-rule="evenodd"
clip-rule="evenodd" clip-rule="evenodd"
d="M 1.65396,4.27606 C 1,5.55953 1,7.23969 1,10.6 v 2.8 c 0,3.3603 0,5.0405 0.65396,6.3239 0.57524,1.129 1.49312,2.0469 2.6221,2.6221 C 5.55953,23 7.23969,23 10.6,23 h 2.8 c 3.3603,0 5.0405,0 6.3239,-0.654 1.129,-0.5752 2.0469,-1.4931 2.6221,-2.6221 C 23,18.4405 23,16.7603 23,13.4 V 10.6 C 23,7.23969 23,5.55953 22.346,4.27606 21.7708,3.14708 20.8529,2.2292 19.7239,1.65396 18.4405,1 16.7603,1 13.4,1 H 10.6 C 7.23969,1 5.55953,1 4.27606,1.65396 3.14708,2.2292 2.2292,3.14708 1.65396,4.27606 Z M 13.4,3 H 10.6 C 8.88684,3 7.72225,3.00156 6.82208,3.0751 5.94524,3.14674 5.49684,3.27659 5.18404,3.43597 4.43139,3.81947 3.81947,4.43139 3.43597,5.18404 3.27659,5.49684 3.14674,5.94524 3.0751,6.82208 3.00156,7.72225 3,8.88684 3,10.6 v 2.8 c 0,1.7132 0.00156,2.8777 0.0751,3.7779 0.07164,0.8769 0.20149,1.3253 0.36087,1.6381 0.3835,0.7526 0.99542,1.3645 1.74807,1.748 0.3128,0.1594 0.7612,0.2893 1.63804,0.3609 C 7.72225,20.9984 8.88684,21 10.6,21 h 2.8 c 1.7132,0 2.8777,-0.0016 3.7779,-0.0751 0.8769,-0.0716 1.3253,-0.2015 1.6381,-0.3609 0.7526,-0.3835 1.3645,-0.9954 1.748,-1.748 0.1594,-0.3128 0.2893,-0.7612 0.3609,-1.6381 C 20.9984,16.2777 21,15.1132 21,13.4 V 10.6 C 21,8.88684 20.9984,7.72225 20.9249,6.82208 20.8533,5.94524 20.7234,5.49684 20.564,5.18404 20.1805,4.43139 19.5686,3.81947 18.816,3.43597 18.5032,3.27659 18.0548,3.14674 17.1779,3.0751 16.2777,3.00156 15.1132,3 13.4,3 Z" d="M 1.65396,4.27606 C 1,5.55953 1,7.23969 1,10.6 v 2.8 c 0,3.3603 0,5.0405 0.65396,6.3239 0.57524,1.129 1.49312,2.0469 2.6221,2.6221 C 5.55953,23 7.23969,23 10.6,23 h 2.8 c 3.3603,0 5.0405,0 6.3239,-0.654 1.129,-0.5752 2.0469,-1.4931 2.6221,-2.6221 C 23,18.4405 23,16.7603 23,13.4 V 10.6 C 23,7.23969 23,5.55953 22.346,4.27606 21.7708,3.14708 20.8529,2.2292 19.7239,1.65396 18.4405,1 16.7603,1 13.4,1 H 10.6 C 7.23969,1 5.55953,1 4.27606,1.65396 3.14708,2.2292 2.2292,3.14708 1.65396,4.27606 Z M 13.4,3 H 10.6 C 8.88684,3 7.72225,3.00156 6.82208,3.0751 5.94524,3.14674 5.49684,3.27659 5.18404,3.43597 4.43139,3.81947 3.81947,4.43139 3.43597,5.18404 3.27659,5.49684 3.14674,5.94524 3.0751,6.82208 3.00156,7.72225 3,8.88684 3,10.6 v 2.8 c 0,1.7132 0.00156,2.8777 0.0751,3.7779 0.07164,0.8769 0.20149,1.3253 0.36087,1.6381 0.3835,0.7526 0.99542,1.3645 1.74807,1.748 0.3128,0.1594 0.7612,0.2893 1.63804,0.3609 C 7.72225,20.9984 8.88684,21 10.6,21 h 2.8 c 1.7132,0 2.8777,-0.0016 3.7779,-0.0751 0.8769,-0.0716 1.3253,-0.2015 1.6381,-0.3609 0.7526,-0.3835 1.3645,-0.9954 1.748,-1.748 0.1594,-0.3128 0.2893,-0.7612 0.3609,-1.6381 C 20.9984,16.2777 21,15.1132 21,13.4 V 10.6 C 21,8.88684 20.9984,7.72225 20.9249,6.82208 20.8533,5.94524 20.7234,5.49684 20.564,5.18404 20.1805,4.43139 19.5686,3.81947 18.816,3.43597 18.5032,3.27659 18.0548,3.14674 17.1779,3.0751 16.2777,3.00156 15.1132,3 13.4,3 Z"
fill="#0f0f0f" fill="#0f0f0f"
id="path3" id="path3"
style="fill:#f1d8b5;fill-opacity:1" /> style="fill:#000000;fill-opacity:1" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View file

@ -1,52 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
width="64"
height="64"
viewBox="0 0 24 24"
fill="none"
version="1.1"
id="svg6"
sodipodi:docname="letter-dark.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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">
<defs
id="defs10" />
<sodipodi:namedview
id="namedview8"
pagecolor="#3cb649"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="0.9775"
inkscape:cx="400"
inkscape:cy="399.48849"
inkscape:window-width="3840"
inkscape:window-height="2081"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg6" />
<path
d="m 21.941616,14.434383 c 0,3.7712 0,5.6569 -1.1716,6.8284 -1.1715,1.1716 -3.0572,1.1716 -6.8284,1.1716 h -4 c -3.77124,0 -5.65685,0 -6.82843,-1.1716 -1.17157,-1.1715 -1.17157,-3.0572 -1.17157,-6.8284 0,-3.77124 0,-5.65685 1.17157,-6.82843 1.17158,-1.17157 3.05719,-1.17157 6.82843,-1.17157 h 4 c 3.7712,0 5.6569,0 6.8284,1.17157 0.6532,0.65318 0.9422,1.52832 1.0701,2.82843"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path2"
style="stroke:#303030;stroke-opacity:1" />
<path
d="m 17.941616,10.434383 -2.1589,1.79908 c -1.8366,1.53052 -2.755,2.29582 -3.8411,2.29582 -0.6493,0 -1.2386,-0.2735 -2,-0.8205 m -4,-3.2744 0.9,0.75 0.9,0.75"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path4"
style="stroke:#303030;stroke-opacity:1" />
</svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -26,27 +26,27 @@
inkscape:pagecheckerboard="true" inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1" inkscape:deskcolor="#d1d1d1"
showgrid="false" showgrid="false"
inkscape:zoom="15.64" inkscape:zoom="7.82"
inkscape:cx="17.61509" inkscape:cx="29.475703"
inkscape:cy="45.81202" inkscape:cy="41.112532"
inkscape:window-width="3840" inkscape:window-width="1920"
inkscape:window-height="2091" inkscape:window-height="1011"
inkscape:window-x="0" inkscape:window-x="0"
inkscape:window-y="0" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg6" /> inkscape:current-layer="svg6" />
<path <path
d="m 21.941616,14.434383 c 0,3.7712 0,5.6569 -1.1716,6.8284 -1.1715,1.1716 -3.0572,1.1716 -6.8284,1.1716 h -4 c -3.77124,0 -5.65685,0 -6.82843,-1.1716 -1.17157,-1.1715 -1.17157,-3.0572 -1.17157,-6.8284 0,-3.77124 0,-5.65685 1.17157,-6.82843 1.17158,-1.17157 3.05719,-1.17157 6.82843,-1.17157 h 4 c 3.7712,0 5.6569,0 6.8284,1.17157 0.6532,0.65318 0.9422,1.52832 1.0701,2.82843" d="m 21.820045,13.393257 c 0,3.7712 0,5.6569 -1.1716,6.8284 -1.1715,1.1716 -3.0572,1.1716 -6.8284,1.1716 H 9.8200452 c -3.77124,0 -5.65685,0 -6.82843,-1.1716 -1.17157,-1.1715 -1.17157,-3.0572 -1.17157,-6.8284 0,-3.7712395 0,-5.6568495 1.17157,-6.8284295 1.17158,-1.17157 3.05719,-1.17157 6.82843,-1.17157 h 3.9999998 c 3.7712,0 5.6569,0 6.8284,1.17157 0.6532,0.65318 0.9422,1.52832 1.0701,2.82843"
stroke="#1C274C" stroke="#1C274C"
stroke-width="1.5" stroke-width="1.5"
stroke-linecap="round" stroke-linecap="round"
id="path2" id="path2"
style="stroke:#f1d8b5;stroke-opacity:1" /> style="stroke:#000000;stroke-opacity:1" />
<path <path
d="m 17.941616,10.434383 -2.1589,1.79908 c -1.8366,1.53052 -2.755,2.29582 -3.8411,2.29582 -0.6493,0 -1.2386,-0.2735 -2,-0.8205 m -4,-3.2744 0.9,0.75 0.9,0.75" d="m 17.820045,9.3932575 -2.1589,1.7990795 c -1.8366,1.53052 -2.755,2.29582 -3.8411,2.29582 -0.6493,0 -1.2386,-0.2735 -1.9999998,-0.8205 m -4,-3.2743995 0.9,0.7499995 0.9,0.75"
stroke="#1C274C" stroke="#1C274C"
stroke-width="1.5" stroke-width="1.5"
stroke-linecap="round" stroke-linecap="round"
id="path4" id="path4"
style="stroke:#f1d8b5;stroke-opacity:1" /> style="stroke:#000000;stroke-opacity:1" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -1,51 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
width="64"
height="64"
viewBox="0 0 24 24"
fill="none"
version="1.1"
id="svg2"
sodipodi:docname="link-dark.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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">
<defs
id="defs2" />
<sodipodi:namedview
id="namedview2"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="1.02625"
inkscape:cx="400.48721"
inkscape:cy="400"
inkscape:window-width="3840"
inkscape:window-height="2081"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<path
d="m 15.197,3.35462 c 1.6733,-1.67979 4.2506,-1.81597 5.7566,-0.30416 1.506,1.51182 1.3703,4.0991 -0.303,5.77889 L 18.2268,11.2626 M 10.0464,14 C 8.54044,12.4882 8.67609,9.90087 10.3494,8.22108 L 12.5,6.06212"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path1"
style="stroke:#303030;stroke-opacity:1" />
<path
d="m 13.9536,10 c 1.506,1.5118 1.3703,4.0991 -0.303,5.7789 l -2.4238,2.4332 -2.42381,2.4333 C 7.12969,22.3252 4.55237,22.4613 3.0464,20.9495 1.54043,19.4377 1.67609,16.8504 3.34939,15.1706 l 2.42384,-2.4333"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path2"
style="stroke:#303030;stroke-opacity:1" />
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -1,59 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
width="64"
height="64"
viewBox="0 0 24 24"
fill="none"
version="1.1"
id="svg4"
sodipodi:docname="linkedin-dark.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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">
<defs
id="defs4" />
<sodipodi:namedview
id="namedview4"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="18.67"
inkscape:cx="11.78361"
inkscape:cy="40.198179"
inkscape:window-width="3840"
inkscape:window-height="2081"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<path
d="M 6.5,8 C 7.32843,8 8,7.32843 8,6.5 8,5.67157 7.32843,5 6.5,5 5.67157,5 5,5.67157 5,6.5 5,7.32843 5.67157,8 6.5,8 Z"
fill="#0F0F0F"
id="path1"
style="fill:#303030;fill-opacity:1" />
<path
d="M 5,10 C 5,9.44772 5.44772,9 6,9 h 1 c 0.55228,0 1,0.44771 1,1 v 8 c 0,0.5523 -0.44772,1 -1,1 H 6 C 5.44772,19 5,18.5523 5,18 Z"
fill="#0F0F0F"
id="path2"
style="fill:#303030;fill-opacity:1" />
<path
d="m 11,19 h 1 c 0.5523,0 1,-0.4477 1,-1 V 13.5 C 13,12 16,11 16,13 v 5.0004 C 16,18.5527 16.4477,19 17,19 h 1 c 0.5523,0 1,-0.4477 1,-1 V 12 C 19,10 17.5,9 15.5,9 13.5,9 13,10.5 13,10.5 V 10 C 13,9.44771 12.5523,9 12,9 h -1 c -0.5523,0 -1,0.44772 -1,1 v 8 c 0,0.5523 0.4477,1 1,1 z"
fill="#0F0F0F"
id="path3"
style="fill:#303030;fill-opacity:1" />
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="m 20,1 c 1.6569,0 3,1.34315 3,3 v 16 c 0,1.6569 -1.3431,3 -3,3 H 4 C 2.34315,23 1,21.6569 1,20 V 4 C 1,2.34315 2.34315,1 4,1 Z m 0,2 c 0.5523,0 1,0.44772 1,1 v 16 c 0,0.5523 -0.4477,1 -1,1 H 4 C 3.44772,21 3,20.5523 3,20 V 4 C 3,3.44772 3.44772,3 4,3 Z"
fill="#0F0F0F"
id="path4"
style="fill:#303030;fill-opacity:1" />
</svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -28,8 +28,8 @@
inkscape:zoom="9.335" inkscape:zoom="9.335"
inkscape:cx="9.8018211" inkscape:cx="9.8018211"
inkscape:cy="28.227102" inkscape:cy="28.227102"
inkscape:window-width="3840" inkscape:window-width="1920"
inkscape:window-height="2091" inkscape:window-height="1011"
inkscape:window-x="0" inkscape:window-x="0"
inkscape:window-y="0" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
@ -38,22 +38,22 @@
d="M 6.5,8 C 7.32843,8 8,7.32843 8,6.5 8,5.67157 7.32843,5 6.5,5 5.67157,5 5,5.67157 5,6.5 5,7.32843 5.67157,8 6.5,8 Z" d="M 6.5,8 C 7.32843,8 8,7.32843 8,6.5 8,5.67157 7.32843,5 6.5,5 5.67157,5 5,5.67157 5,6.5 5,7.32843 5.67157,8 6.5,8 Z"
fill="#0F0F0F" fill="#0F0F0F"
id="path1" id="path1"
style="fill:#f1d8b5;fill-opacity:1" /> style="fill:#000000;fill-opacity:1" />
<path <path
d="M 5,10 C 5,9.44772 5.44772,9 6,9 h 1 c 0.55228,0 1,0.44771 1,1 v 8 c 0,0.5523 -0.44772,1 -1,1 H 6 C 5.44772,19 5,18.5523 5,18 Z" d="M 5,10 C 5,9.44772 5.44772,9 6,9 h 1 c 0.55228,0 1,0.44771 1,1 v 8 c 0,0.5523 -0.44772,1 -1,1 H 6 C 5.44772,19 5,18.5523 5,18 Z"
fill="#0F0F0F" fill="#0F0F0F"
id="path2" id="path2"
style="fill:#f1d8b5;fill-opacity:1" /> style="fill:#000000;fill-opacity:1" />
<path <path
d="m 11,19 h 1 c 0.5523,0 1,-0.4477 1,-1 V 13.5 C 13,12 16,11 16,13 v 5.0004 C 16,18.5527 16.4477,19 17,19 h 1 c 0.5523,0 1,-0.4477 1,-1 V 12 C 19,10 17.5,9 15.5,9 13.5,9 13,10.5 13,10.5 V 10 C 13,9.44771 12.5523,9 12,9 h -1 c -0.5523,0 -1,0.44772 -1,1 v 8 c 0,0.5523 0.4477,1 1,1 z" d="m 11,19 h 1 c 0.5523,0 1,-0.4477 1,-1 V 13.5 C 13,12 16,11 16,13 v 5.0004 C 16,18.5527 16.4477,19 17,19 h 1 c 0.5523,0 1,-0.4477 1,-1 V 12 C 19,10 17.5,9 15.5,9 13.5,9 13,10.5 13,10.5 V 10 C 13,9.44771 12.5523,9 12,9 h -1 c -0.5523,0 -1,0.44772 -1,1 v 8 c 0,0.5523 0.4477,1 1,1 z"
fill="#0F0F0F" fill="#0F0F0F"
id="path3" id="path3"
style="fill:#f1d8b5;fill-opacity:1" /> style="fill:#000000;fill-opacity:1" />
<path <path
fill-rule="evenodd" fill-rule="evenodd"
clip-rule="evenodd" clip-rule="evenodd"
d="m 20,1 c 1.6569,0 3,1.34315 3,3 v 16 c 0,1.6569 -1.3431,3 -3,3 H 4 C 2.34315,23 1,21.6569 1,20 V 4 C 1,2.34315 2.34315,1 4,1 Z m 0,2 c 0.5523,0 1,0.44772 1,1 v 16 c 0,0.5523 -0.4477,1 -1,1 H 4 C 3.44772,21 3,20.5523 3,20 V 4 C 3,3.44772 3.44772,3 4,3 Z" d="m 20,1 c 1.6569,0 3,1.34315 3,3 v 16 c 0,1.6569 -1.3431,3 -3,3 H 4 C 2.34315,23 1,21.6569 1,20 V 4 C 1,2.34315 2.34315,1 4,1 Z m 0,2 c 0.5523,0 1,0.44772 1,1 v 16 c 0,0.5523 -0.4477,1 -1,1 H 4 C 3.44772,21 3,20.5523 3,20 V 4 C 3,3.44772 3.44772,3 4,3 Z"
fill="#0F0F0F" fill="#0F0F0F"
id="path4" id="path4"
style="fill:#f1d8b5;fill-opacity:1" /> style="fill:#0b0802;fill-opacity:1" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -1,52 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
width="64"
height="64"
viewBox="0 0 24 24"
fill="none"
version="1.1"
id="svg6"
sodipodi:docname="lock-dark.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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">
<defs
id="defs10" />
<sodipodi:namedview
id="namedview8"
pagecolor="#1ee923"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="0.9775"
inkscape:cx="400"
inkscape:cy="399.48849"
inkscape:window-width="3840"
inkscape:window-height="2081"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg6" />
<path
d="M 6,10 V 8 C 6,7.65929 6.0284,7.32521 6.08296,7 M 18,10 V 8 C 18,4.68629 15.3137,2 12,2 10.208,2 8.59942,2.78563 7.5,4.03126"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path2"
style="stroke:#303030;stroke-opacity:1" />
<path
d="M 11,22 H 8 C 5.17157,22 3.75736,22 2.87868,21.1213 2,20.2426 2,18.8284 2,16 2,13.1716 2,11.7574 2.87868,10.8787 3.75736,10 5.17157,10 8,10 h 8 c 2.8284,0 4.2426,0 5.1213,0.8787 C 22,11.7574 22,13.1716 22,16 c 0,2.8284 0,4.2426 -0.8787,5.1213 C 20.2426,22 18.8284,22 16,22 h -1"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path4"
style="stroke:#303030;stroke-opacity:1" />
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -8,8 +8,8 @@
fill="none" fill="none"
version="1.1" version="1.1"
id="svg6" id="svg6"
sodipodi:docname="lock-dark.svg" sodipodi:docname="lock.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)" inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
@ -26,13 +26,13 @@
inkscape:pagecheckerboard="true" inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1" inkscape:deskcolor="#d1d1d1"
showgrid="false" showgrid="false"
inkscape:zoom="0.9775" inkscape:zoom="7.82"
inkscape:cx="400" inkscape:cx="47.890026"
inkscape:cy="399.48849" inkscape:cy="40.345269"
inkscape:window-width="3840" inkscape:window-width="1920"
inkscape:window-height="2081" inkscape:window-height="1011"
inkscape:window-x="-9" inkscape:window-x="0"
inkscape:window-y="-9" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg6" /> inkscape:current-layer="svg6" />
<path <path
@ -41,12 +41,12 @@
stroke-width="1.5" stroke-width="1.5"
stroke-linecap="round" stroke-linecap="round"
id="path2" id="path2"
style="stroke:#ffffff;stroke-opacity:1" /> style="stroke:#000000;stroke-opacity:1" />
<path <path
d="M 11,22 H 8 C 5.17157,22 3.75736,22 2.87868,21.1213 2,20.2426 2,18.8284 2,16 2,13.1716 2,11.7574 2.87868,10.8787 3.75736,10 5.17157,10 8,10 h 8 c 2.8284,0 4.2426,0 5.1213,0.8787 C 22,11.7574 22,13.1716 22,16 c 0,2.8284 0,4.2426 -0.8787,5.1213 C 20.2426,22 18.8284,22 16,22 h -1" d="M 11,22 H 8 C 5.17157,22 3.75736,22 2.87868,21.1213 2,20.2426 2,18.8284 2,16 2,13.1716 2,11.7574 2.87868,10.8787 3.75736,10 5.17157,10 8,10 h 8 c 2.8284,0 4.2426,0 5.1213,0.8787 C 22,11.7574 22,13.1716 22,16 c 0,2.8284 0,4.2426 -0.8787,5.1213 C 20.2426,22 18.8284,22 16,22 h -1"
stroke="#1C274C" stroke="#1C274C"
stroke-width="1.5" stroke-width="1.5"
stroke-linecap="round" stroke-linecap="round"
id="path4" id="path4"
style="stroke:#ffffff;stroke-opacity:1" /> style="stroke:#000000;stroke-opacity:1" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -1,81 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
width="64"
height="64"
viewBox="0 0 24 24"
fill="none"
version="1.1"
id="svg5"
sodipodi:docname="share-dark.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#">
<defs
id="defs5" />
<sodipodi:namedview
id="namedview5"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="9.335"
inkscape:cx="34.708088"
inkscape:cy="68.184253"
inkscape:window-width="3840"
inkscape:window-height="2081"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg5" />
<path
d="m 4,12 c 0,1.3807 1.11929,2.5 2.5,2.5 C 7.88071,14.5 9,13.3807 9,12 9,10.6193 7.88071,9.5 6.5,9.5"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path1"
style="stroke:#303030;stroke-opacity:1" />
<path
d="M 14,6.5 9,10"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path2"
style="stroke:#303030;stroke-opacity:1" />
<path
d="M 14,17.5 9,14"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path3"
style="stroke:#303030;stroke-opacity:1" />
<path
d="M 16.5,21 C 17.8807,21 19,19.8807 19,18.5 19,17.1193 17.8807,16 16.5,16 15.1193,16 14,17.1193 14,18.5"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path4"
style="stroke:#303030;stroke-opacity:1" />
<path
d="M 18.665,6.74993 C 17.9746,7.94566 16.4457,8.35535 15.2499,7.66499 14.0542,6.97464 13.6445,5.44566 14.3349,4.24993 15.0252,3.0542 16.5542,2.64451 17.7499,3.33487"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path5"
style="stroke:#303030;stroke-opacity:1" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="" />
</rdf:RDF>
</metadata>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -8,8 +8,8 @@
fill="none" fill="none"
version="1.1" version="1.1"
id="svg5" id="svg5"
sodipodi:docname="share-dark.svg" sodipodi:docname="share.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)" inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
@ -27,13 +27,13 @@
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="true" inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1" inkscape:deskcolor="#d1d1d1"
inkscape:zoom="9.335" inkscape:zoom="6.6008418"
inkscape:cx="34.708088" inkscape:cx="25.224055"
inkscape:cy="68.184253" inkscape:cy="34.919789"
inkscape:window-width="3840" inkscape:window-width="1920"
inkscape:window-height="2081" inkscape:window-height="1011"
inkscape:window-x="-9" inkscape:window-x="0"
inkscape:window-y="-9" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg5" /> inkscape:current-layer="svg5" />
<path <path
@ -42,35 +42,35 @@
stroke-width="1.5" stroke-width="1.5"
stroke-linecap="round" stroke-linecap="round"
id="path1" id="path1"
style="stroke:#ffffff;stroke-opacity:1" /> style="stroke:#000000;stroke-opacity:1" />
<path <path
d="M 14,6.5 9,10" d="M 14,6.5 9,10"
stroke="#1C274C" stroke="#1C274C"
stroke-width="1.5" stroke-width="1.5"
stroke-linecap="round" stroke-linecap="round"
id="path2" id="path2"
style="stroke:#ffffff;stroke-opacity:1" /> style="stroke:#000000;stroke-opacity:1" />
<path <path
d="M 14,17.5 9,14" d="M 14,17.5 9,14"
stroke="#1C274C" stroke="#1C274C"
stroke-width="1.5" stroke-width="1.5"
stroke-linecap="round" stroke-linecap="round"
id="path3" id="path3"
style="stroke:#ffffff;stroke-opacity:1" /> style="stroke:#000000;stroke-opacity:1" />
<path <path
d="M 16.5,21 C 17.8807,21 19,19.8807 19,18.5 19,17.1193 17.8807,16 16.5,16 15.1193,16 14,17.1193 14,18.5" d="M 16.5,21 C 17.8807,21 19,19.8807 19,18.5 19,17.1193 17.8807,16 16.5,16 15.1193,16 14,17.1193 14,18.5"
stroke="#1C274C" stroke="#1C274C"
stroke-width="1.5" stroke-width="1.5"
stroke-linecap="round" stroke-linecap="round"
id="path4" id="path4"
style="stroke:#ffffff;stroke-opacity:1" /> style="stroke:#000000;stroke-opacity:1" />
<path <path
d="M 18.665,6.74993 C 17.9746,7.94566 16.4457,8.35535 15.2499,7.66499 14.0542,6.97464 13.6445,5.44566 14.3349,4.24993 15.0252,3.0542 16.5542,2.64451 17.7499,3.33487" d="M 18.665,6.74993 C 17.9746,7.94566 16.4457,8.35535 15.2499,7.66499 14.0542,6.97464 13.6445,5.44566 14.3349,4.24993 15.0252,3.0542 16.5542,2.64451 17.7499,3.33487"
stroke="#1C274C" stroke="#1C274C"
stroke-width="1.5" stroke-width="1.5"
stroke-linecap="round" stroke-linecap="round"
id="path5" id="path5"
style="stroke:#ffffff;stroke-opacity:1" /> style="stroke:#000000;stroke-opacity:1" />
<metadata <metadata
id="metadata5"> id="metadata5">
<rdf:RDF> <rdf:RDF>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -1,54 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
width="64"
height="64"
viewBox="0 0 24 24"
fill="none"
version="1.1"
id="svg6"
sodipodi:docname="shield-dark.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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">
<defs
id="defs10" />
<sodipodi:namedview
id="namedview8"
pagecolor="#4ae200"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
showborder="true"
inkscape:zoom="0.9775"
inkscape:cx="400"
inkscape:cy="399.48849"
inkscape:window-width="3840"
inkscape:window-height="2081"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg6" />
<path
d="M 9.5,12.4 10.9286,14 14.5,10"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path2"
style="stroke:#303030;stroke-opacity:1" />
<path
d="M 3,10.4167 C 3,7.21907 3,5.62028 3.37752,5.08241 3.75503,4.54454 5.25832,4.02996 8.26491,3.00079 L 8.83772,2.80472 C 10.405,2.26824 11.1886,2 12,2 c 0.8114,0 1.595,0.26824 3.1623,0.80472 l 0.5728,0.19607 C 18.7417,4.02996 20.245,4.54454 20.6225,5.08241 21,5.62028 21,7.21907 21,10.4167 c 0,0.4829 0,1.0067 0,1.5747 0,2.5049 -0.8368,4.437 -2,5.9127 M 3.19284,14 c 0.85742,4.2984 4.38357,6.5129 6.70572,7.5273 C 10.62,21.8424 10.9807,22 12,22 c 1.0193,0 1.38,-0.1576 2.1014,-0.4727 0.5782,-0.2526 1.231,-0.5795 1.8986,-0.9945"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path4"
style="stroke:#303030;stroke-opacity:1" />
</svg>

Before

Width:  |  Height:  |  Size: 2 KiB

View file

@ -8,8 +8,8 @@
fill="none" fill="none"
version="1.1" version="1.1"
id="svg6" id="svg6"
sodipodi:docname="shield-dark.svg" sodipodi:docname="shield.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)" inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
@ -27,13 +27,13 @@
inkscape:deskcolor="#d1d1d1" inkscape:deskcolor="#d1d1d1"
showgrid="false" showgrid="false"
showborder="true" showborder="true"
inkscape:zoom="0.9775" inkscape:zoom="7.82"
inkscape:cx="400" inkscape:cx="38.299233"
inkscape:cy="399.48849" inkscape:cy="35.485934"
inkscape:window-width="3840" inkscape:window-width="1920"
inkscape:window-height="2081" inkscape:window-height="1011"
inkscape:window-x="-9" inkscape:window-x="0"
inkscape:window-y="-9" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg6" /> inkscape:current-layer="svg6" />
<path <path
@ -43,12 +43,12 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
id="path2" id="path2"
style="stroke:#ffffff;stroke-opacity:1" /> style="stroke:#111111;stroke-opacity:1" />
<path <path
d="M 3,10.4167 C 3,7.21907 3,5.62028 3.37752,5.08241 3.75503,4.54454 5.25832,4.02996 8.26491,3.00079 L 8.83772,2.80472 C 10.405,2.26824 11.1886,2 12,2 c 0.8114,0 1.595,0.26824 3.1623,0.80472 l 0.5728,0.19607 C 18.7417,4.02996 20.245,4.54454 20.6225,5.08241 21,5.62028 21,7.21907 21,10.4167 c 0,0.4829 0,1.0067 0,1.5747 0,2.5049 -0.8368,4.437 -2,5.9127 M 3.19284,14 c 0.85742,4.2984 4.38357,6.5129 6.70572,7.5273 C 10.62,21.8424 10.9807,22 12,22 c 1.0193,0 1.38,-0.1576 2.1014,-0.4727 0.5782,-0.2526 1.231,-0.5795 1.8986,-0.9945" d="M 3,10.4167 C 3,7.21907 3,5.62028 3.37752,5.08241 3.75503,4.54454 5.25832,4.02996 8.26491,3.00079 L 8.83772,2.80472 C 10.405,2.26824 11.1886,2 12,2 c 0.8114,0 1.595,0.26824 3.1623,0.80472 l 0.5728,0.19607 C 18.7417,4.02996 20.245,4.54454 20.6225,5.08241 21,5.62028 21,7.21907 21,10.4167 c 0,0.4829 0,1.0067 0,1.5747 0,2.5049 -0.8368,4.437 -2,5.9127 M 3.19284,14 c 0.85742,4.2984 4.38357,6.5129 6.70572,7.5273 C 10.62,21.8424 10.9807,22 12,22 c 1.0193,0 1.38,-0.1576 2.1014,-0.4727 0.5782,-0.2526 1.231,-0.5795 1.8986,-0.9945"
stroke="#1C274C" stroke="#1C274C"
stroke-width="1.5" stroke-width="1.5"
stroke-linecap="round" stroke-linecap="round"
id="path4" id="path4"
style="stroke:#ffffff;stroke-opacity:1" /> style="stroke:#111111;stroke-opacity:1" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -1,57 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
width="64"
height="64"
viewBox="0 0 24 24"
fill="none"
version="1.1"
id="svg3"
sodipodi:docname="stars-dark.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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">
<defs
id="defs3" />
<sodipodi:namedview
id="namedview3"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="6.6008418"
inkscape:cx="88.62506"
inkscape:cy="122.33288"
inkscape:window-width="3840"
inkscape:window-height="2081"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg3" />
<path
d="m 7.43361,9.90622 c -2.09073,0.47308 -3.1361,0.70958 -3.3848,1.50938 -0.24871,0.7997 0.46395,1.6331 1.88927,3.2998 l 0.36875,0.4312 c 0.40503,0.4737 0.60755,0.7105 0.69865,1.0035 0.09111,0.2929 0.06049,0.6089 -7.4e-4,1.2408 l -0.05575,0.5753 c -0.21549,2.2238 -0.32324,3.3357 0.32789,3.83 0.65112,0.4943 1.62989,0.0436 3.58742,-0.8577 l 0.5065,-0.2332 c 0.5562,-0.2561 0.8344,-0.3842 1.1292,-0.3842 0.2948,0 0.573,0.1281 1.1292,0.3842 l 0.5065,0.2332 c 1.9575,0.9013 2.9363,1.352 3.5874,0.8577 0.6511,-0.4943 0.5434,-1.6062 0.3279,-3.83 m 1.0109,-3.2508 c 1.4253,-1.6667 2.138,-2.5001 1.8893,-3.2998 -0.2487,-0.7998 -1.2941,-1.0363 -3.3848,-1.50938 L 17.0255,9.78384 C 16.4314,9.64942 16.1343,9.5822 15.8958,9.40114 15.6573,9.22007 15.5043,8.94564 15.1984,8.3968 L 14.9198,7.89712 C 13.8432,5.96571 13.3048,5 12.5,5 11.6952,5 11.1568,5.96571 10.0802,7.89712"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path1"
style="stroke:#303030;stroke-opacity:1" />
<path
d="m 4.98987,2 c 0,0 0.28793,1.45771 0.91922,2.08475 C 6.54037,4.71179 8,4.98987 8,4.98987 8,4.98987 6.54229,5.2778 5.91525,5.90909 5.28821,6.54037 5.01013,8 5.01013,8 5.01013,8 4.7222,6.54229 4.09091,5.91525 3.45963,5.28821 2,5.01013 2,5.01013 2,5.01013 3.45771,4.7222 4.08475,4.09091 4.71179,3.45963 4.98987,2 4.98987,2 Z"
stroke="#1C274C"
stroke-linejoin="round"
id="path2"
style="stroke:#303030;stroke-opacity:1" />
<path
d="m 18,5 h 2 M 19,6 V 4"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path3"
style="stroke:#303030;stroke-opacity:1" />
</svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -8,8 +8,8 @@
fill="none" fill="none"
version="1.1" version="1.1"
id="svg3" id="svg3"
sodipodi:docname="stars-dark.svg" sodipodi:docname="stars.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)" inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
@ -25,13 +25,13 @@
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="true" inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1" inkscape:deskcolor="#d1d1d1"
inkscape:zoom="6.6008418" inkscape:zoom="4.6675"
inkscape:cx="88.62506" inkscape:cx="26.459561"
inkscape:cy="122.33288" inkscape:cy="31.387252"
inkscape:window-width="3840" inkscape:window-width="1920"
inkscape:window-height="2081" inkscape:window-height="1011"
inkscape:window-x="-9" inkscape:window-x="0"
inkscape:window-y="-9" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg3" /> inkscape:current-layer="svg3" />
<path <path
@ -40,18 +40,18 @@
stroke-width="1.5" stroke-width="1.5"
stroke-linecap="round" stroke-linecap="round"
id="path1" id="path1"
style="stroke:#ffffff;stroke-opacity:1" /> style="stroke:#000000;stroke-opacity:1" />
<path <path
d="m 4.98987,2 c 0,0 0.28793,1.45771 0.91922,2.08475 C 6.54037,4.71179 8,4.98987 8,4.98987 8,4.98987 6.54229,5.2778 5.91525,5.90909 5.28821,6.54037 5.01013,8 5.01013,8 5.01013,8 4.7222,6.54229 4.09091,5.91525 3.45963,5.28821 2,5.01013 2,5.01013 2,5.01013 3.45771,4.7222 4.08475,4.09091 4.71179,3.45963 4.98987,2 4.98987,2 Z" d="m 4.98987,2 c 0,0 0.28793,1.45771 0.91922,2.08475 C 6.54037,4.71179 8,4.98987 8,4.98987 8,4.98987 6.54229,5.2778 5.91525,5.90909 5.28821,6.54037 5.01013,8 5.01013,8 5.01013,8 4.7222,6.54229 4.09091,5.91525 3.45963,5.28821 2,5.01013 2,5.01013 2,5.01013 3.45771,4.7222 4.08475,4.09091 4.71179,3.45963 4.98987,2 4.98987,2 Z"
stroke="#1C274C" stroke="#1C274C"
stroke-linejoin="round" stroke-linejoin="round"
id="path2" id="path2"
style="stroke:#ffffff;stroke-opacity:1" /> style="stroke:#000000;stroke-opacity:1" />
<path <path
d="m 18,5 h 2 M 19,6 V 4" d="m 18,5 h 2 M 19,6 V 4"
stroke="#1C274C" stroke="#1C274C"
stroke-width="1.5" stroke-width="1.5"
stroke-linecap="round" stroke-linecap="round"
id="path3" id="path3"
style="stroke:#ffffff;stroke-opacity:1" /> style="stroke:#000000;stroke-opacity:1" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
width="800px"
height="800px"
viewBox="0 0 24 24"
fill="none"
version="1.1"
id="svg2"
sodipodi:docname="threema-dark.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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">
<defs
id="defs2" />
<sodipodi:namedview
id="namedview2"
pagecolor="#b9db6f"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1c3d1"
inkscape:zoom="1.166875"
inkscape:cx="272.95126"
inkscape:cy="472.62989"
inkscape:window-width="3840"
inkscape:window-height="2081"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<path
d="m 37.200025,2.3 h -3 c -2.82843,0 -4.24264,0 -5.12132,-0.8787 -0.87868,-0.8787 -0.87868,-2.2929 -0.87868,-5.1213 0,-2.8284 0,-4.2426 0.87868,-5.1213 C 29.957385,-9.7 31.371595,-9.7 34.200025,-9.7 h 8 c 2.8284,0 4.2426,0 5.1213,0.8787 0.8787,0.8787 0.8787,2.2929 0.8787,5.1213 0,2.8284 0,4.2426 -0.8787,5.1213 C 46.442625,2.3 45.028425,2.3 42.200025,2.3 h -1"
stroke="#1c274c"
stroke-width="1.5"
stroke-linecap="round"
id="path2-2"
style="stroke-width:3.49446913;stroke-dasharray:none;stroke:#303030;stroke-opacity:1"
transform="matrix(0.42924975,0,0,0.42924975,-4.293996,14.63396)" />
<path
d="m 32.200025,-9.7 v -2 m 12,2 v -2 c 0,-3.31371 -3.425974,-5.597658 -5.978824,-5.597658 -2.55285,0 -6.057114,2.240017 -6.018538,5.611902"
stroke="#1c274c"
stroke-width="1.5"
stroke-linecap="round"
id="path1-0"
style="stroke-width:3.49446913;stroke-dasharray:none;stroke:#303030;stroke-opacity:1"
sodipodi:nodetypes="cccszc"
inkscape:label="path2-1"
transform="matrix(0.42924975,0,0,0.42924975,-4.293996,14.63396)" />
<path
d="M17 3.33782C15.5291 2.48697 13.8214 2 12 2C6.47715 2 2 6.47715 2 12C2 13.5997 2.37562 15.1116 3.04346 16.4525C3.22094 16.8088 3.28001 17.2161 3.17712 17.6006L2.58151 19.8267C2.32295 20.793 3.20701 21.677 4.17335 21.4185L6.39939 20.8229C6.78393 20.72 7.19121 20.7791 7.54753 20.9565C8.88837 21.6244 10.4003 22 12 22C17.5228 22 22 17.5228 22 12C22 10.1786 21.513 8.47087 20.6622 7"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path2"
inkscape:label="path1"
style="stroke-width:1.5;stroke-dasharray:none;stroke:#303030;stroke-opacity:1" />
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -9,7 +9,7 @@
version="1.1" version="1.1"
id="svg2" id="svg2"
sodipodi:docname="threema.svg" sodipodi:docname="threema.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)" inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
@ -25,13 +25,13 @@
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="true" inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1c3d1" inkscape:deskcolor="#d1c3d1"
inkscape:zoom="1.166875" inkscape:zoom="0.82510523"
inkscape:cx="272.09427" inkscape:cx="224.81981"
inkscape:cy="471.7729" inkscape:cy="417.5225"
inkscape:window-width="3840" inkscape:window-width="1920"
inkscape:window-height="2081" inkscape:window-height="1011"
inkscape:window-x="-9" inkscape:window-x="0"
inkscape:window-y="-9" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg2" /> inkscape:current-layer="svg2" />
<path <path
@ -40,7 +40,7 @@
stroke-width="1.5" stroke-width="1.5"
stroke-linecap="round" stroke-linecap="round"
id="path2-2" id="path2-2"
style="stroke-width:3.49446913;stroke-dasharray:none;stroke:#ffffff;stroke-opacity:1" style="stroke-width:3.49446913;stroke-dasharray:none;stroke:#000000;stroke-opacity:1"
transform="matrix(0.42924975,0,0,0.42924975,-4.293996,14.63396)" /> transform="matrix(0.42924975,0,0,0.42924975,-4.293996,14.63396)" />
<path <path
d="m 32.200025,-9.7 v -2 m 12,2 v -2 c 0,-3.31371 -3.425974,-5.597658 -5.978824,-5.597658 -2.55285,0 -6.057114,2.240017 -6.018538,5.611902" d="m 32.200025,-9.7 v -2 m 12,2 v -2 c 0,-3.31371 -3.425974,-5.597658 -5.978824,-5.597658 -2.55285,0 -6.057114,2.240017 -6.018538,5.611902"
@ -48,7 +48,7 @@
stroke-width="1.5" stroke-width="1.5"
stroke-linecap="round" stroke-linecap="round"
id="path1-0" id="path1-0"
style="stroke-width:3.49446913;stroke-dasharray:none;stroke:#ffffff;stroke-opacity:1" style="stroke-width:3.49446913;stroke-dasharray:none;stroke:#000000;stroke-opacity:1"
sodipodi:nodetypes="cccszc" sodipodi:nodetypes="cccszc"
inkscape:label="path2-1" inkscape:label="path2-1"
transform="matrix(0.42924975,0,0,0.42924975,-4.293996,14.63396)" /> transform="matrix(0.42924975,0,0,0.42924975,-4.293996,14.63396)" />
@ -59,5 +59,5 @@
stroke-linecap="round" stroke-linecap="round"
id="path2" id="path2"
inkscape:label="path1" inkscape:label="path1"
style="stroke-width:1.5;stroke-dasharray:none;stroke:#ffffff;stroke-opacity:1" /> style="stroke-width:1.5;stroke-dasharray:none;stroke:#000000;stroke-opacity:1" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -1,80 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
width="64"
height="64"
viewBox="0 0 24 24"
fill="none"
version="1.1"
id="svg14"
sodipodi:docname="user-id-dark.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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">
<defs
id="defs18" />
<sodipodi:namedview
id="namedview16"
pagecolor="#2dee00"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="0.9775"
inkscape:cx="401.02302"
inkscape:cy="401.53453"
inkscape:window-width="3840"
inkscape:window-height="2081"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg14" />
<circle
cx="8.8755598"
cy="11.291719"
r="2"
stroke="#1C274C"
stroke-width="1.5"
id="circle2"
style="stroke:#303030;stroke-opacity:1" />
<path
d="m 12.87556,17.291719 c 0,1.1046 0,2 -4.0000006,2 -4,0 -4,-0.8954 -4,-2 0,-1.1046 1.79086,-2 4,-2 2.2091006,0 4.0000006,0.8954 4.0000006,2 z"
stroke="#1C274C"
stroke-width="1.5"
id="path4"
style="stroke:#303030;stroke-opacity:1" />
<path
d="m 21.87556,14.291719 c 0,3.7712 0,5.6569 -1.1716,6.8284 -1.1715,1.1716 -3.0572,1.1716 -6.8284,1.1716 H 9.8755594 c -3.77124,0 -5.65685,0 -6.82843,-1.1716 -1.17157,-1.1715 -1.17157,-3.0572 -1.17157,-6.8284 0,-3.77124 0,-5.656849 1.17157,-6.828429 1.17158,-1.17157 3.05719,-1.17157 6.82843,-1.17157 H 13.87556 c 3.7712,0 5.6569,0 6.8284,1.17157 0.4696,0.46961 0.751,1.05393 0.9196,1.82843"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path6"
style="stroke:#303030;stroke-opacity:1" />
<path
d="m 18.87556,14.291719 h -4"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path8"
style="stroke:#303030;stroke-opacity:1" />
<path
d="m 18.87556,11.291719 h -5"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path10"
style="stroke:#303030;stroke-opacity:1" />
<path
d="m 18.87556,17.291719 h -3"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path12"
style="stroke:#303030;stroke-opacity:1" />
</svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -8,8 +8,8 @@
fill="none" fill="none"
version="1.1" version="1.1"
id="svg14" id="svg14"
sodipodi:docname="user-id-dark.svg" sodipodi:docname="user-id.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)" inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
@ -26,55 +26,55 @@
inkscape:pagecheckerboard="true" inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1" inkscape:deskcolor="#d1d1d1"
showgrid="false" showgrid="false"
inkscape:zoom="0.9775" inkscape:zoom="5.529575"
inkscape:cx="401.02302" inkscape:cx="27.759819"
inkscape:cy="401.53453" inkscape:cy="28.302356"
inkscape:window-width="3840" inkscape:window-width="1920"
inkscape:window-height="2081" inkscape:window-height="1011"
inkscape:window-x="-9" inkscape:window-x="0"
inkscape:window-y="-9" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg14" /> inkscape:current-layer="svg14" />
<circle <circle
cx="8.8755598" cx="8.9910612"
cy="11.291719" cy="9.6431799"
r="2" r="2"
stroke="#1C274C" stroke="#1C274C"
stroke-width="1.5" stroke-width="1.5"
id="circle2" id="circle2"
style="stroke:#ffffff;stroke-opacity:1" /> style="stroke:#020202;stroke-opacity:1" />
<path <path
d="m 12.87556,17.291719 c 0,1.1046 0,2 -4.0000006,2 -4,0 -4,-0.8954 -4,-2 0,-1.1046 1.79086,-2 4,-2 2.2091006,0 4.0000006,0.8954 4.0000006,2 z" d="m 12.991061,15.64318 c 0,1.1046 0,2 -4.0000005,2 -4,0 -4,-0.8954 -4,-2 0,-1.1046 1.79086,-2 4,-2 2.2091005,0 4.0000005,0.8954 4.0000005,2 z"
stroke="#1C274C" stroke="#1C274C"
stroke-width="1.5" stroke-width="1.5"
id="path4" id="path4"
style="stroke:#ffffff;stroke-opacity:1" /> style="stroke:#020202;stroke-opacity:1" />
<path <path
d="m 21.87556,14.291719 c 0,3.7712 0,5.6569 -1.1716,6.8284 -1.1715,1.1716 -3.0572,1.1716 -6.8284,1.1716 H 9.8755594 c -3.77124,0 -5.65685,0 -6.82843,-1.1716 -1.17157,-1.1715 -1.17157,-3.0572 -1.17157,-6.8284 0,-3.77124 0,-5.656849 1.17157,-6.828429 1.17158,-1.17157 3.05719,-1.17157 6.82843,-1.17157 H 13.87556 c 3.7712,0 5.6569,0 6.8284,1.17157 0.4696,0.46961 0.751,1.05393 0.9196,1.82843" d="m 21.991061,12.64318 c 0,3.7712 0,5.6569 -1.1716,6.8284 -1.1715,1.1716 -3.0572,1.1716 -6.8284,1.1716 H 9.9910605 c -3.77124,0 -5.65685,0 -6.82843,-1.1716 -1.17157,-1.1715 -1.17157,-3.0572 -1.17157,-6.8284 0,-3.7712405 0,-5.6568495 1.17157,-6.8284295 1.17158,-1.17157 3.05719,-1.17157 6.82843,-1.17157 h 4.0000005 c 3.7712,0 5.6569,0 6.8284,1.17157 0.4696,0.46961 0.751,1.05393 0.9196,1.82843"
stroke="#1C274C" stroke="#1C274C"
stroke-width="1.5" stroke-width="1.5"
stroke-linecap="round" stroke-linecap="round"
id="path6" id="path6"
style="stroke:#ffffff;stroke-opacity:1" /> style="stroke:#020202;stroke-opacity:1" />
<path <path
d="m 18.87556,14.291719 h -4" d="m 18.991061,12.64318 h -4"
stroke="#1C274C" stroke="#1C274C"
stroke-width="1.5" stroke-width="1.5"
stroke-linecap="round" stroke-linecap="round"
id="path8" id="path8"
style="stroke:#ffffff;stroke-opacity:1" /> style="stroke:#020202;stroke-opacity:1" />
<path <path
d="m 18.87556,11.291719 h -5" d="m 18.991061,9.6431795 h -5"
stroke="#1C274C" stroke="#1C274C"
stroke-width="1.5" stroke-width="1.5"
stroke-linecap="round" stroke-linecap="round"
id="path10" id="path10"
style="stroke:#ffffff;stroke-opacity:1" /> style="stroke:#020202;stroke-opacity:1" />
<path <path
d="m 18.87556,17.291719 h -3" d="m 18.991061,15.64318 h -3"
stroke="#1C274C" stroke="#1C274C"
stroke-width="1.5" stroke-width="1.5"
stroke-linecap="round" stroke-linecap="round"
id="path12" id="path12"
style="stroke:#ffffff;stroke-opacity:1" /> style="stroke:#020202;stroke-opacity:1" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -1,51 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
width="64"
height="64"
viewBox="0 0 24 24"
fill="none"
version="1.1"
id="svg2"
sodipodi:docname="youtube-dark.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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">
<defs
id="defs2" />
<sodipodi:namedview
id="namedview2"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="18.67"
inkscape:cx="33.636851"
inkscape:cy="30.878415"
inkscape:window-width="3840"
inkscape:window-height="2081"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M 9.49614,7.13176 C 9.18664,6.9549 8.80639,6.95617 8.49807,7.13509 8.18976,7.31401 8,7.64353 8,8 v 8 c 0,0.3565 0.18976,0.686 0.49807,0.8649 0.30832,0.1789 0.68857,0.1802 0.99807,0.0033 l 6.99996,-4 C 16.8077,12.6902 17,12.3589 17,12 17,11.6411 16.8077,11.3098 16.4961,11.1318 Z M 13.9844,12 10,14.2768 V 9.72318 Z"
fill="#0F0F0F"
id="path1"
style="fill:#303030;fill-opacity:1" />
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M 0,12 C 0,8.25027 0,6.3754 0.954915,5.06107 1.26331,4.6366 1.6366,4.26331 2.06107,3.95491 3.3754,3 5.25027,3 9,3 h 6 c 3.7497,0 5.6246,0 6.9389,0.95491 0.4245,0.3084 0.7978,0.68169 1.1062,1.10616 C 24,6.3754 24,8.25027 24,12 c 0,3.7497 0,5.6246 -0.9549,6.9389 -0.3084,0.4245 -0.6817,0.7978 -1.1062,1.1062 C 20.6246,21 18.7497,21 15,21 H 9 C 5.25027,21 3.3754,21 2.06107,20.0451 1.6366,19.7367 1.26331,19.3634 0.954915,18.9389 0,17.6246 0,15.7497 0,12 Z M 9,5 h 6 c 1.9194,0 3.1983,0.00275 4.1673,0.10773 0.9316,0.10093 1.3367,0.27675 1.5961,0.46522 0.2546,0.18504 0.4786,0.40901 0.6637,0.66369 0.1884,0.25941 0.3642,0.66449 0.4652,1.59605 C 21.9973,8.80167 22,10.0806 22,12 c 0,1.9194 -0.0027,3.1983 -0.1077,4.1673 -0.101,0.9316 -0.2768,1.3367 -0.4652,1.5961 -0.1851,0.2546 -0.4091,0.4786 -0.6637,0.6637 -0.2594,0.1884 -0.6645,0.3642 -1.5961,0.4652 C 18.1983,18.9973 16.9194,19 15,19 H 9 C 7.08058,19 5.80167,18.9973 4.83269,18.8923 3.90113,18.7913 3.49605,18.6155 3.23664,18.4271 2.98196,18.242 2.75799,18.018 2.57295,17.7634 2.38448,17.504 2.20866,17.0989 2.10773,16.1673 2.00275,15.1983 2,13.9194 2,12 2,10.0806 2.00275,8.80167 2.10773,7.83269 2.20866,6.90113 2.38448,6.49605 2.57295,6.23664 2.75799,5.98196 2.98196,5.75799 3.23664,5.57295 3.49605,5.38448 3.90113,5.20866 4.83269,5.10773 5.80167,5.00275 7.08058,5 9,5 Z"
fill="#0F0F0F"
id="path2"
style="fill:#303030;fill-opacity:1" />
</svg>

Before

Width:  |  Height:  |  Size: 3 KiB

View file

@ -25,11 +25,11 @@
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="true" inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1" inkscape:deskcolor="#d1d1d1"
inkscape:zoom="18.67" inkscape:zoom="9.335"
inkscape:cx="33.663631" inkscape:cx="27.477236"
inkscape:cy="30.931976" inkscape:cy="24.692019"
inkscape:window-width="3840" inkscape:window-width="1920"
inkscape:window-height="2091" inkscape:window-height="1011"
inkscape:window-x="0" inkscape:window-x="0"
inkscape:window-y="0" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
@ -40,12 +40,12 @@
d="M 9.49614,7.13176 C 9.18664,6.9549 8.80639,6.95617 8.49807,7.13509 8.18976,7.31401 8,7.64353 8,8 v 8 c 0,0.3565 0.18976,0.686 0.49807,0.8649 0.30832,0.1789 0.68857,0.1802 0.99807,0.0033 l 6.99996,-4 C 16.8077,12.6902 17,12.3589 17,12 17,11.6411 16.8077,11.3098 16.4961,11.1318 Z M 13.9844,12 10,14.2768 V 9.72318 Z" d="M 9.49614,7.13176 C 9.18664,6.9549 8.80639,6.95617 8.49807,7.13509 8.18976,7.31401 8,7.64353 8,8 v 8 c 0,0.3565 0.18976,0.686 0.49807,0.8649 0.30832,0.1789 0.68857,0.1802 0.99807,0.0033 l 6.99996,-4 C 16.8077,12.6902 17,12.3589 17,12 17,11.6411 16.8077,11.3098 16.4961,11.1318 Z M 13.9844,12 10,14.2768 V 9.72318 Z"
fill="#0F0F0F" fill="#0F0F0F"
id="path1" id="path1"
style="fill:#f1d8b5;fill-opacity:1" /> style="fill:#000000;fill-opacity:1" />
<path <path
fill-rule="evenodd" fill-rule="evenodd"
clip-rule="evenodd" clip-rule="evenodd"
d="M 0,12 C 0,8.25027 0,6.3754 0.954915,5.06107 1.26331,4.6366 1.6366,4.26331 2.06107,3.95491 3.3754,3 5.25027,3 9,3 h 6 c 3.7497,0 5.6246,0 6.9389,0.95491 0.4245,0.3084 0.7978,0.68169 1.1062,1.10616 C 24,6.3754 24,8.25027 24,12 c 0,3.7497 0,5.6246 -0.9549,6.9389 -0.3084,0.4245 -0.6817,0.7978 -1.1062,1.1062 C 20.6246,21 18.7497,21 15,21 H 9 C 5.25027,21 3.3754,21 2.06107,20.0451 1.6366,19.7367 1.26331,19.3634 0.954915,18.9389 0,17.6246 0,15.7497 0,12 Z M 9,5 h 6 c 1.9194,0 3.1983,0.00275 4.1673,0.10773 0.9316,0.10093 1.3367,0.27675 1.5961,0.46522 0.2546,0.18504 0.4786,0.40901 0.6637,0.66369 0.1884,0.25941 0.3642,0.66449 0.4652,1.59605 C 21.9973,8.80167 22,10.0806 22,12 c 0,1.9194 -0.0027,3.1983 -0.1077,4.1673 -0.101,0.9316 -0.2768,1.3367 -0.4652,1.5961 -0.1851,0.2546 -0.4091,0.4786 -0.6637,0.6637 -0.2594,0.1884 -0.6645,0.3642 -1.5961,0.4652 C 18.1983,18.9973 16.9194,19 15,19 H 9 C 7.08058,19 5.80167,18.9973 4.83269,18.8923 3.90113,18.7913 3.49605,18.6155 3.23664,18.4271 2.98196,18.242 2.75799,18.018 2.57295,17.7634 2.38448,17.504 2.20866,17.0989 2.10773,16.1673 2.00275,15.1983 2,13.9194 2,12 2,10.0806 2.00275,8.80167 2.10773,7.83269 2.20866,6.90113 2.38448,6.49605 2.57295,6.23664 2.75799,5.98196 2.98196,5.75799 3.23664,5.57295 3.49605,5.38448 3.90113,5.20866 4.83269,5.10773 5.80167,5.00275 7.08058,5 9,5 Z" d="M 0,12 C 0,8.25027 0,6.3754 0.954915,5.06107 1.26331,4.6366 1.6366,4.26331 2.06107,3.95491 3.3754,3 5.25027,3 9,3 h 6 c 3.7497,0 5.6246,0 6.9389,0.95491 0.4245,0.3084 0.7978,0.68169 1.1062,1.10616 C 24,6.3754 24,8.25027 24,12 c 0,3.7497 0,5.6246 -0.9549,6.9389 -0.3084,0.4245 -0.6817,0.7978 -1.1062,1.1062 C 20.6246,21 18.7497,21 15,21 H 9 C 5.25027,21 3.3754,21 2.06107,20.0451 1.6366,19.7367 1.26331,19.3634 0.954915,18.9389 0,17.6246 0,15.7497 0,12 Z M 9,5 h 6 c 1.9194,0 3.1983,0.00275 4.1673,0.10773 0.9316,0.10093 1.3367,0.27675 1.5961,0.46522 0.2546,0.18504 0.4786,0.40901 0.6637,0.66369 0.1884,0.25941 0.3642,0.66449 0.4652,1.59605 C 21.9973,8.80167 22,10.0806 22,12 c 0,1.9194 -0.0027,3.1983 -0.1077,4.1673 -0.101,0.9316 -0.2768,1.3367 -0.4652,1.5961 -0.1851,0.2546 -0.4091,0.4786 -0.6637,0.6637 -0.2594,0.1884 -0.6645,0.3642 -1.5961,0.4652 C 18.1983,18.9973 16.9194,19 15,19 H 9 C 7.08058,19 5.80167,18.9973 4.83269,18.8923 3.90113,18.7913 3.49605,18.6155 3.23664,18.4271 2.98196,18.242 2.75799,18.018 2.57295,17.7634 2.38448,17.504 2.20866,17.0989 2.10773,16.1673 2.00275,15.1983 2,13.9194 2,12 2,10.0806 2.00275,8.80167 2.10773,7.83269 2.20866,6.90113 2.38448,6.49605 2.57295,6.23664 2.75799,5.98196 2.98196,5.75799 3.23664,5.57295 3.49605,5.38448 3.90113,5.20866 4.83269,5.10773 5.80167,5.00275 7.08058,5 9,5 Z"
fill="#0F0F0F" fill="#0F0F0F"
id="path2" id="path2"
style="fill:#f1d8b5;fill-opacity:1" /> style="fill:#000000;fill-opacity:1" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 3 KiB

After

Width:  |  Height:  |  Size: 3 KiB