Move privacytools.io files to privacytools.io directory
196
privacytools.io/assets/css/dark.scss
Normal file
@ -0,0 +1,196 @@
|
||||
---
|
||||
---
|
||||
@import '_vars';
|
||||
|
||||
$dark-900: #181b21;
|
||||
$dark-800: #22262e;
|
||||
$dark-700: #343a46;
|
||||
$dark-600: #464f60;
|
||||
$light: #d8d8d8;
|
||||
$primary: #345e8e;
|
||||
$danger: #b63f4a;
|
||||
$secondary: $dark-600;
|
||||
$success: #2c7f40;
|
||||
$warning: #c6a339;
|
||||
$info: #218899;
|
||||
|
||||
|
||||
/*
|
||||
* HTML
|
||||
*/
|
||||
|
||||
body {
|
||||
background: $dark-900;
|
||||
color: $light;
|
||||
}
|
||||
a {
|
||||
color: lighten($primary, 25%);
|
||||
}
|
||||
a:hover {
|
||||
color: lighten($primary, 10%);
|
||||
}
|
||||
img {
|
||||
filter: saturate(80%);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Bootstrap
|
||||
*/
|
||||
|
||||
.alert a {
|
||||
color: lighten($primary, 30%);
|
||||
}
|
||||
|
||||
.bg-secondary, .btn-secondary, .badge-secondary { background-color: $secondary !important; }
|
||||
.btn-secondary, .card-secondary .card-header { border-color: $secondary !important; }
|
||||
.alert-secondary, .btn-secondary:hover {
|
||||
color: $light;
|
||||
background-color: darken($secondary, 10%);
|
||||
border-color: darken($secondary, 10%);
|
||||
}
|
||||
|
||||
.bg-primary, .btn-primary, .badge-primary { background-color: $primary !important; }
|
||||
.btn-primary, .card-primary .card-header { border-color: $primary !important; }
|
||||
.text-primary { color: $primary !important; }
|
||||
.alert-primary, .btn-primary:hover {
|
||||
color: $light;
|
||||
background-color: darken($primary, 10%);
|
||||
border-color: darken($primary, 10%);
|
||||
}
|
||||
|
||||
.bg-warning, .btn-warning, .badge-warning { background-color: $warning !important; }
|
||||
.btn-warning, .card-warning .card-header { border-color: $warning !important; }
|
||||
.btn-warning:hover { color: $dark-700 !important }
|
||||
.text-warning { color: $warning !important; }
|
||||
.card-warning > .text-dark { color: $dark-900 !important; }
|
||||
.alert-warning a { color: darken($primary, 6%); }
|
||||
.badge-warning a { color: $primary; }
|
||||
.alert-warning, .btn-warning:hover {
|
||||
color: $dark-900;
|
||||
background-color: darken($warning, 8%);
|
||||
border-color: darken($warning, 8%);
|
||||
}
|
||||
|
||||
.bg-info, .btn-info, .badge-info { background-color: $info !important; }
|
||||
.btn-info, .card-info .card-header { border-color: $info !important; }
|
||||
.text-info { color: $info !important; }
|
||||
.alert-info, .btn-info:hover {
|
||||
color: $light;
|
||||
background-color: darken($info, 10%);
|
||||
border-color: darken($info, 10%);
|
||||
}
|
||||
|
||||
.bg-success, .btn-success, .badge-success { background-color: $success !important; }
|
||||
.btn-success, .card-success .card-header { border-color: $success !important; }
|
||||
.text-success { color: $success !important; }
|
||||
.alert-success, .btn-success {
|
||||
color: $light;
|
||||
background-color: darken($success, 10%);
|
||||
border-color: darken($success, 10%);
|
||||
}
|
||||
|
||||
.bg-danger, .btn-danger, .badge-danger { background-color: $danger !important; }
|
||||
.btn-danger, .card-danger .card-header { border-color: $danger !important; }
|
||||
.text-danger { color: $danger !important; }
|
||||
.alert-danger, .btn-danger:hover {
|
||||
color: $light;
|
||||
background-color: darken($danger, 10%);
|
||||
border-color: darken($danger, 10%);
|
||||
}
|
||||
|
||||
.btn-tor { background: desaturate($tor, 10%); }
|
||||
.btn-tor:hover { background: darken($tor, 5%); }
|
||||
|
||||
.card {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.dropdown-item:hover {
|
||||
color: $light;
|
||||
background-color: $dark-800;
|
||||
}
|
||||
|
||||
.form-control,
|
||||
.form-control:focus {
|
||||
color: $light;
|
||||
background: $dark-800;
|
||||
border-color: $dark-800;
|
||||
}
|
||||
|
||||
.form-control[readonly],
|
||||
.form-control:disabled {
|
||||
background: $dark-800;
|
||||
}
|
||||
|
||||
.card,
|
||||
.jumbotron,
|
||||
.list-group-item,
|
||||
ol.breadcrumb {
|
||||
background: $dark-800;
|
||||
}
|
||||
|
||||
.blockquote {
|
||||
border-color: $dark-800;
|
||||
}
|
||||
|
||||
.bg-dark {
|
||||
background-color: $dark-800 !important;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
color: $light;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
border-color: $dark-700;
|
||||
}
|
||||
|
||||
.text-dark {
|
||||
color: $light !important;
|
||||
}
|
||||
|
||||
table[data-sortable].sortable-theme-bootstrap {
|
||||
color: $light;
|
||||
background-color: $dark-800;
|
||||
}
|
||||
table[data-sortable].sortable-theme-bootstrap th,
|
||||
table[data-sortable].sortable-theme-bootstrap td {
|
||||
border-color: $dark-600 !important;
|
||||
}
|
||||
table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"] {
|
||||
color: $light;
|
||||
background: $dark-700;
|
||||
}
|
||||
table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"][data-sorted-direction="ascending"]::after, {
|
||||
border-bottom-color: $light;
|
||||
}
|
||||
table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"][data-sorted-direction="descending"]::after {
|
||||
border-top-color: $light;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Other
|
||||
*/
|
||||
|
||||
.nav-dropdown {
|
||||
color: $light;
|
||||
background-color: $dark-900;
|
||||
border-color: $dark-800;
|
||||
}
|
||||
|
||||
.nav-theme-icon:before {
|
||||
color: $warning;
|
||||
font-size: 1em;
|
||||
content: "\f185";
|
||||
}
|
||||
|
||||
.twitter { background: desaturate($twitter, 25%); }
|
||||
.mastodon { background: desaturate($mastodon, 25%); }
|
||||
.facebook { background: desaturate($facebook, 25%); }
|
||||
.mix { background: desaturate($mix, 25%); }
|
||||
.reddit { background: desaturate($reddit, 25%); }
|
||||
.linkedin { background: desaturate($linkedin, 25%); }
|
||||
.email { background: desaturate($email, 25%); }
|
||||
.diaspora { background: desaturate($diaspora, 25%); }
|
408
privacytools.io/assets/css/style.scss
Normal file
@ -0,0 +1,408 @@
|
||||
---
|
||||
---
|
||||
|
||||
@import '_vars';
|
||||
@import 'bootstrap';
|
||||
@import 'flag-icon';
|
||||
@import 'fontawesome';
|
||||
@import 'ptio-font';
|
||||
@import 'sortable-theme-bootstrap';
|
||||
|
||||
body {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
dt {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.card {
|
||||
box-shadow: $card-shadow !important;
|
||||
}
|
||||
|
||||
/* Make links and long strings responsive */
|
||||
a,
|
||||
.long-string-list {
|
||||
li {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
.card-ol {
|
||||
padding-left: 1.25rem;
|
||||
}
|
||||
|
||||
/*.card-success, */
|
||||
.card-success {
|
||||
.card-header {
|
||||
border-color: $card-succes-border !important;
|
||||
}
|
||||
}
|
||||
|
||||
.card-primary {
|
||||
.card-header {
|
||||
border-color: $card-primary-border !important;
|
||||
}
|
||||
}
|
||||
|
||||
.card-warning {
|
||||
.card-header {
|
||||
border-color: $card-warning-border !important;
|
||||
}
|
||||
}
|
||||
|
||||
.card-list {
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.blockquote {
|
||||
border-left: 5px solid $blockquote-border;
|
||||
font-size: 1.2rem;
|
||||
line-height: 1.35;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.theme-dropdown {
|
||||
.dropdown-menu {
|
||||
display: block;
|
||||
margin-bottom: 20px;
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
|
||||
.theme-showcase {
|
||||
p > .btn {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
.container {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.anchor, .page-header h1 {
|
||||
margin-top: 3.5rem;
|
||||
margin-bottom: 2rem;
|
||||
&:target {
|
||||
margin-top: -4rem;
|
||||
padding-top: 7.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
h2, h3:not(.h5), h4, h5 {
|
||||
margin-top: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.h5 {
|
||||
margin-bottom: 0rem;
|
||||
}
|
||||
|
||||
.header-404 {
|
||||
font-size: 10rem;
|
||||
}
|
||||
|
||||
.anchor-icon {
|
||||
font-size: .8em;
|
||||
}
|
||||
|
||||
.panel-item {
|
||||
float: right;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.panel-pic {
|
||||
float: left;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.panel-icon {
|
||||
float: right;
|
||||
margin: 15px;
|
||||
font-size: 5.5em;
|
||||
}
|
||||
|
||||
.panel-font {
|
||||
font-size: 120px;
|
||||
}
|
||||
|
||||
.share-btn {
|
||||
border: 0;
|
||||
box-shadow: $share-btn-shadow;
|
||||
color: $share-btn;
|
||||
display: inline-block;
|
||||
opacity: .9;
|
||||
outline: none;
|
||||
padding: 1em;
|
||||
text-align: center;
|
||||
width: 8em;
|
||||
|
||||
&:hover {
|
||||
color: $share-btn-hover;
|
||||
}
|
||||
|
||||
&:active {
|
||||
box-shadow: none;
|
||||
color: $share-btn-active;
|
||||
outline: none;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
#top {
|
||||
margin-bottom: 3rem !important;
|
||||
}
|
||||
|
||||
.twitter { background: $twitter; }
|
||||
.mastodon { background: $mastodon; }
|
||||
.facebook { background: $facebook; }
|
||||
.mix { background: $mix; }
|
||||
.reddit { background: $reddit; }
|
||||
.linkedin { background: $linkedin; }
|
||||
.email { background: $email; }
|
||||
.diaspora { background: $diaspora; }
|
||||
|
||||
.footer-divider {
|
||||
margin-top: 3em;
|
||||
margin-bottom: 3em;
|
||||
border: none;
|
||||
height: 1px;
|
||||
background-color: #343A40;
|
||||
}
|
||||
|
||||
.copyright-text {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 3em;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.no-text-wrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.hover-text-decoration-none:hover {
|
||||
text-decoration: none;
|
||||
-webkit-text-decoration-skip: object;
|
||||
}
|
||||
|
||||
.table td, .table th {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
.btn-icon {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
font-size: 1.5rem;
|
||||
padding: 0.5rem;
|
||||
border-radius: 0.25rem;
|
||||
display: flex;
|
||||
height: 2.4rem;
|
||||
width: 2.4rem;
|
||||
color: #eee;
|
||||
}
|
||||
.btn-icon:hover {
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.btn-tor {
|
||||
background: $tor;
|
||||
}
|
||||
.btn-tor:hover {
|
||||
background: darken($tor, 5%);
|
||||
}
|
||||
|
||||
.icon-btn {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.flow-root {
|
||||
display: flow-root;
|
||||
}
|
||||
|
||||
/*
|
||||
* Bootstrap 4.2+ features
|
||||
*/
|
||||
|
||||
.text-decoration-none {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.mx-n2 {
|
||||
margin-left: -0.5rem;
|
||||
margin-right: -0.5rem;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Navbar
|
||||
*/
|
||||
|
||||
#navbar {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 1140px;
|
||||
padding: .75rem 3rem;
|
||||
color: rgba(255,255,255,0.5);
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#navbar .menu {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.menu {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.nav-anchor {
|
||||
display: inline;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.nav-anchor:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.nav-anchor:hover,
|
||||
.nav-summary:hover,
|
||||
.nav-details[open] > summary > .nav-summary {
|
||||
color: rgba(255,255,255,0.8);
|
||||
}
|
||||
|
||||
.nav-dropdown {
|
||||
color: var(--dark);
|
||||
background-color: var(--light);
|
||||
padding: .5rem 0;
|
||||
margin-top: .5rem;
|
||||
position: absolute;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: .25rem;
|
||||
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
#nav-right > details > .nav-dropdown {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.nav-details {
|
||||
display: inline;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.nav-details > summary {
|
||||
list-style: none;
|
||||
}
|
||||
.nav-details > summary::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#nav-right > .nav-details,
|
||||
#nav-right > .nav-anchor {
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
#nav-left > .nav-details,
|
||||
#nav-left > .nav-anchor {
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
|
||||
input#nav-toggle,
|
||||
#nav-toggle-label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#nav-home-mobile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#nav-switch-theme {
|
||||
/* We will make it visible with JavaScript
|
||||
* as it does not work without it */
|
||||
display: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*
|
||||
* Mobile hamburger menu
|
||||
*/
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
.menu,
|
||||
.nav-details,
|
||||
.nav-anchor {
|
||||
display: block;
|
||||
}
|
||||
.menu {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
#nav-home {
|
||||
display: none;
|
||||
}
|
||||
#nav-home-mobile {
|
||||
display: inline;
|
||||
}
|
||||
input#nav-toggle:checked ~ .menu {
|
||||
display: none;
|
||||
}
|
||||
input#nav-toggle + label {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.nav-dropdown {
|
||||
display: block;
|
||||
position: relative;
|
||||
max-height: 15.75em;
|
||||
overflow-y: auto;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
#nav-right > .nav-details,
|
||||
#nav-right > .nav-anchor,
|
||||
#nav-left > .nav-details,
|
||||
#nav-left > .nav-anchor {
|
||||
padding: 0 0;
|
||||
}
|
||||
#navbar {
|
||||
padding: 1rem 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
#navbar {
|
||||
padding: 1rem 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 575px) {
|
||||
#navbar {
|
||||
padding: 1rem 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-height: 350px) {
|
||||
.nav-dropdown {
|
||||
max-height: 8em;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-theme-icon:before {
|
||||
color: var(--warning);
|
||||
font-size: 0.875em;
|
||||
content: "\f186";
|
||||
}
|
BIN
privacytools.io/assets/img/png/3rd-party/claws_mail.png
vendored
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
privacytools.io/assets/img/png/3rd-party/cookie_autodelete.png
vendored
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
privacytools.io/assets/img/png/3rd-party/datacell.png
vendored
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
privacytools.io/assets/img/png/3rd-party/dnscloak.png
vendored
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
privacytools.io/assets/img/png/3rd-party/magic_wormhole.png
vendored
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
privacytools.io/assets/img/png/3rd-party/nebulo.png
vendored
Normal file
After Width: | Height: | Size: 86 KiB |
BIN
privacytools.io/assets/img/png/3rd-party/netguard.png
vendored
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
privacytools.io/assets/img/png/3rd-party/orange_website.png
vendored
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
privacytools.io/assets/img/png/3rd-party/raddle.png
vendored
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
privacytools.io/assets/img/png/3rd-party/runbox-dark.png
vendored
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
privacytools.io/assets/img/png/3rd-party/runbox.png
vendored
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
privacytools.io/assets/img/png/3rd-party/sponsors/awesomeresources.png
vendored
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
privacytools.io/assets/img/png/3rd-party/sponsors/deleteme.png
vendored
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
privacytools.io/assets/img/png/3rd-party/sponsors/insurgo.png
vendored
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
privacytools.io/assets/img/png/3rd-party/sponsors/looktotheright.png
vendored
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
privacytools.io/assets/img/png/3rd-party/sponsors/oeck-dark.png
vendored
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
privacytools.io/assets/img/png/3rd-party/sponsors/oeck.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
privacytools.io/assets/img/png/3rd-party/sponsors/scamsinfo.png
vendored
Normal file
After Width: | Height: | Size: 8.0 KiB |
BIN
privacytools.io/assets/img/png/3rd-party/stubby.png
vendored
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
privacytools.io/assets/img/png/3rd-party/umatrix.png
vendored
Normal file
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 7.7 KiB |
After Width: | Height: | Size: 21 KiB |
BIN
privacytools.io/assets/img/png/favicons/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/assets/img/png/favicons/mstile-150x150.png"/>
|
||||
<TileColor>#3498db</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
BIN
privacytools.io/assets/img/png/favicons/favicon-16x16.png
Normal file
After Width: | Height: | Size: 940 B |
BIN
privacytools.io/assets/img/png/favicons/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
privacytools.io/assets/img/png/favicons/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
privacytools.io/assets/img/png/favicons/mstile-144x144.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
privacytools.io/assets/img/png/favicons/mstile-150x150.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
privacytools.io/assets/img/png/favicons/mstile-310x150.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
privacytools.io/assets/img/png/favicons/mstile-310x310.png
Normal file
After Width: | Height: | Size: 6.7 KiB |
BIN
privacytools.io/assets/img/png/favicons/mstile-70x70.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="700.000000pt" height="700.000000pt" viewBox="0 0 700.000000 700.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M3340 6975 c-63 -14 -124 -27 -135 -29 -34 -8 -310 -84 -362 -100
|
||||
-26 -8 -115 -36 -198 -61 -708 -219 -1467 -512 -1954 -753 -128 -64 -164 -87
|
||||
-210 -134 -64 -64 -112 -139 -148 -230 -25 -61 -25 -65 -19 -252 4 -105 9
|
||||
-216 11 -246 3 -30 7 -82 9 -115 6 -77 16 -182 21 -220 2 -16 7 -52 10 -80 3
|
||||
-27 10 -81 16 -120 6 -38 12 -81 14 -95 7 -44 26 -164 31 -195 6 -35 45 -229
|
||||
74 -365 106 -495 310 -1087 542 -1570 l79 -164 586 586 586 586 -26 79 c-30
|
||||
90 -53 189 -62 259 -4 27 -9 57 -12 68 -6 22 -6 323 0 334 3 4 8 32 12 62 15
|
||||
128 69 299 140 445 188 389 461 612 940 768 325 106 732 122 954 37 85 -33
|
||||
145 -67 159 -90 30 -50 16 -67 -403 -465 -530 -504 -541 -515 -555 -577 -16
|
||||
-64 -7 -197 18 -298 28 -109 74 -244 86 -253 6 -4 60 -23 120 -42 216 -69 378
|
||||
-85 458 -44 24 12 72 52 108 89 36 37 112 117 169 176 57 60 193 201 301 314
|
||||
109 113 230 240 270 282 76 81 123 108 158 89 23 -12 76 -111 101 -188 33
|
||||
-104 45 -203 44 -368 0 -143 -7 -208 -38 -370 -14 -75 -70 -256 -109 -353
|
||||
-141 -349 -312 -551 -631 -739 -112 -66 -338 -149 -465 -169 -19 -3 -37 -7
|
||||
-40 -9 -3 -2 -44 -7 -90 -11 -209 -20 -418 2 -619 62 l-114 35 -668 -668
|
||||
c-368 -367 -669 -671 -669 -675 0 -25 351 -375 503 -501 210 -175 431 -330
|
||||
597 -420 30 -16 62 -35 70 -42 16 -12 276 -141 345 -170 22 -10 66 -28 99 -41
|
||||
l58 -23 112 46 c297 124 661 337 896 523 24 19 53 42 64 50 146 113 412 365
|
||||
561 533 480 542 880 1258 1148 2057 96 284 185 609 233 845 2 11 15 74 29 140
|
||||
26 126 64 359 81 490 2 22 7 51 9 65 2 14 7 57 11 95 4 39 8 84 10 100 2 17 6
|
||||
71 9 120 4 50 9 101 11 115 2 14 7 115 10 225 6 187 5 204 -15 256 -43 114
|
||||
-135 240 -211 289 -196 125 -864 409 -1465 622 -425 151 -1046 343 -1200 372
|
||||
-11 2 -38 9 -61 15 -157 42 -252 46 -394 16z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.1 KiB |
19
privacytools.io/assets/img/png/favicons/site.webmanifest
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/assets/img/png/favicons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/assets/img/png/favicons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
BIN
privacytools.io/assets/img/png/layout/glenn_greenwald.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
privacytools.io/assets/img/png/layout/logo.png
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
privacytools.io/assets/img/png/layout/logo_smaller.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
privacytools.io/assets/img/png/layout/shield.png
Normal file
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 113 KiB |
BIN
privacytools.io/assets/img/png/team/blacklight447.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
privacytools.io/assets/img/png/team/burung.png
Normal file
After Width: | Height: | Size: 157 KiB |
BIN
privacytools.io/assets/img/png/team/dngray.png
Normal file
After Width: | Height: | Size: 185 KiB |
BIN
privacytools.io/assets/img/png/team/freddy.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
privacytools.io/assets/img/png/team/lynn.png
Normal file
After Width: | Height: | Size: 125 KiB |
BIN
privacytools.io/assets/img/png/team/trai_dep.png
Normal file
After Width: | Height: | Size: 186 KiB |
2
privacytools.io/assets/img/svg/3rd-party/7zip.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128mm" height="128mm" version="1.1" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="clipPath"><path d="m49.912 52.756h168.59v51.021c-43.95 52.893-71.726 113.87-74.314 187.45h-57.676c2.2698-63.394 8.8358-125.71 57.676-177.47h-94.278z" fill="#fff" fill-rule="evenodd"/></clipPath><filter id="filter" x="-.5" y="-.5" width="4" height="2"><feGaussianBlur stdDeviation="4.0"/></filter><clipPath id="clipPatho"><path d="m0-0.0625v345.62h603.38v-268.84h-334.53v-76.781z"/></clipPath><filter id="filterH" x="-.5" y="-.5" width="4" height="2"><feGaussianBlur stdDeviation="4.0"/></filter><clipPath id="clipPathN"><path d="m415.94 112.66v175.25h36.594v-175.25zm-130.88 1.0938v39.938h56.562l-58.781 96.5v38.812h107.59v-38.812h-68.781l71-100.94v-35.5zm200.72 0.0625v176.22h39.938v-62.062h26.594c42.589-0.14551 43.72-115.5-2.25-114.16zm37.719 37.719h15.594c17.348-0.59446 17.713 38.937 0 36.5l-14.406 1.2188z" fill-rule="evenodd"/></clipPath><filter id="filterI" x="-.5" y="-.5" width="4" height="2"><feGaussianBlur stdDeviation="4.0"/></filter><clipPath id="clipPathk"><path transform="rotate(90)" d="m80.591-598.41h261.11v335.68h-261.11z" fill="#fff"/></clipPath><filter id="filterHr" x="-.5" y="-.5" width="2" height="2"><feGaussianBlur stdDeviation="4.0"/></filter></defs><g transform="translate(0,-169)"><g transform="matrix(.21214 0 0 .21145 -1.3344e-6 196.47)"><path d="m0-0.0625v345.62h603.38v-268.84h-334.53v-76.781z"/><path d="m49.912 52.756h168.59v51.021c-43.95 52.893-71.726 113.87-74.314 187.45h-57.676c2.2698-63.394 8.8358-125.71 57.676-177.47h-94.278z" fill="#fff" fill-rule="evenodd"/><g clip-path="url(#clipPath)"><g fill="none" stroke-width="10"><path d="m49.912 52.756h168.59v51.021c-43.95 52.893-71.726 113.87-74.314 187.45" filter="url(#filter)" stroke="#fff"/><path d="m144.19 291.22h-57.676c2.2698-63.394 8.8358-125.71 57.676-177.47h-94.278v-61.004" filter="url(#filter)" stroke="#000"/></g></g><g clip-path="url(#clipPatho)"><g fill="none" stroke-width="10"><path d="m603.38 345.56v-268.84h-334.53v-76.781h-268.84" filter="url(#filterH)" stroke="#fff"/><path d="m0-0.0625v345.62h603.38" filter="url(#filterH)" stroke="#000"/></g></g><g transform="matrix(.99424 0 0 .98519 1.5138 5.0623)"><path transform="rotate(90)" d="m80.591-598.41h261.11v335.68h-261.11z" fill="#fff"/><path d="m415.94 112.66v175.25h36.594v-175.25zm-130.88 1.0938v39.938h56.562l-58.781 96.5v38.812h107.59v-38.812h-68.781l71-100.94v-35.5zm200.72 0.0625v176.22h39.938v-62.062h26.594c42.589-0.14551 43.72-115.5-2.25-114.16zm37.719 37.719h15.594c17.348-0.59446 17.713 38.937 0 36.5l-14.406 1.2188z" fill-rule="evenodd"/><g clip-path="url(#clipPathN)"><g fill="none" stroke-width="10"><path d="m452.53 287.91v-175.25h-36.594m-25.5 176.34v-38.812h-68.781l71-100.94v-35.5h-107.59m240.66 176.28v-62.062m26.594 0c42.589-0.14551 43.72-115.5-2.25-114.16h-64.281m53.312 74.219-14.406 1.2188-1.1875-37.719" filter="url(#filterI)" stroke="#fff"/><path d="m415.94 112.66v175.25h36.594m-167.47-174.16v39.938h56.562l-58.781 96.5v38.812h107.59m95.344-175.19v176.22h39.938m0-62.062h26.594m-28.812-76.438h15.594c17.348-0.59446 17.713 38.937 0 36.5" filter="url(#filterI)" stroke="#000"/></g></g><g clip-path="url(#clipPathk)"><g fill="none" stroke-width="10"><path transform="rotate(90)" d="m80.591-598.41h261.11m-261.11 335.68v-335.68" filter="url(#filterHr)" stroke="#fff"/><path transform="rotate(90)" d="m341.71-598.41v335.68h-261.11" filter="url(#filterHr)" stroke="#000"/></g></g></g></g></g></svg>
|
After Width: | Height: | Size: 3.5 KiB |
2
privacytools.io/assets/img/svg/3rd-party/aether.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.866 33.866" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="linearGradient848" x1="-25" x2="225" y1="100.28" y2="99.812" gradientTransform="translate(-100,41.421)" gradientUnits="userSpaceOnUse"><stop stop-color="#e64640" offset="0"/><stop stop-color="#f39a48" offset="1"/></linearGradient></defs><g transform="matrix(2 0 0 2 -9.9112e-6 -560.13)"><g transform="matrix(.067733 0 0 .067733 1.6934 281.76)"><circle transform="rotate(-45)" cx="-9.3051e-7" cy="141.42" r="125" fill="url(#linearGradient848)" stroke-width="1.1308"/><path d="m99.998 32.281c-4.7093 0-8.5586 3.8724-8.5586 8.6074-3e-5 0.0052-3e-5 0.01042 0 0.01563l0.41016 39.424-27.623-28.201c-0.0032-0.0039-0.0065-0.0078-0.0098-0.01172-1.5818-1.583-3.7761-2.459-6.0547-2.459-2.2781 0-4.4677 0.87608-6.0469 2.457-1.6117 1.6105-2.5114 3.7811-2.5078 6.0586 0.0024 2.2771 0.91303 4.4521 2.541 6.0801 0.0039 0.0033 0.0078 0.0066 0.01172 0.0098l28.172 27.59-39.479-0.41016c-0.0052-2e-5 -0.01042-2e-5 -0.01563 0-4.706 0-8.5586 3.8552-8.5586 8.5625 0 4.7078 3.8729 8.5566 8.6074 8.5566 0.0052 3e-5 0.01042 3e-5 0.01563 0l39.424-0.4082-28.197 27.617c-0.0033 3e-3 -0.0065 7e-3 -0.0098 0.01-1.6099 1.6063-2.5105 3.7747-2.5117 6.0488-0.0024 2.282 0.8979 4.453 2.5098 6.0625l2e-3 2e-3c1.6068 1.6007 3.7684 2.498 6.0391 2.498 2.2815 0 4.4621-0.90969 6.0918-2.543 0.0033-3e-3 0.0065-7e-3 0.0098-0.01l27.59-28.17-0.41015 39.48c-3e-5 5e-3 -3e-5 0.0104 0 0.0156 0 4.7057 3.8521 8.5606 8.5586 8.5606 4.707 0 8.5566-3.8734 8.5566-8.6074 2e-5 -5e-3 2e-5 -0.0104 0-0.0156l-0.40625-39.43 27.463 28.039 0.15039 0.1582c9e-3 9e-3 0.0181 0.0171 0.0273 0.0254 1.6083 1.5998 3.7709 2.4961 6.041 2.4961 2.2725 0 4.443-0.89674 6.0605-2.5059l6e-3 -6e-3c3.3126-3.3344 3.2914-8.7868-0.0508-12.129-3e-3 -4e-3 -7e-3 -8e-3 -0.01-0.0117l-28.166-27.586 39.475 0.4082c5e-3 3e-5 0.0104 3e-5 0.0156 0 4.7038 0 8.5556-3.8512 8.5566-8.5547 1e-3 -4.7109-3.8698-8.5645-8.6035-8.5645-5e-3 -3e-5 -0.0104-3e-5 -0.0156 0l-39.432 0.41211 28.043-27.467 0.14844-0.14062c0.0112-0.01025 0.0223-0.02067 0.0332-0.03125 3.3186-3.3271 3.3167-8.771-4e-3 -12.098l-2e-3 -2e-3c-1.5827-1.5814-3.7711-2.459-6.0449-2.459-2.2863 0-4.4908 0.89074-6.0938 2.4961-3e-3 0.0033-7e-3 0.0065-0.01 0.0098l-27.588 28.166 0.40625-39.473c2e-5 -0.0052 2e-5 -0.01042 0-0.01563 0-4.7055-3.8528-8.5586-8.5566-8.5586z" color="#000000" color-rendering="auto" dominant-baseline="auto" fill="#fff" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/><path d="m100-9.168c-61.837 0-109.17 47.333-109.17 109.17 0 61.835 47.334 109.17 109.17 109.17s109.17-47.331 109.17-109.17c0-61.837-47.33-109.17-109.17-109.17zm0 19.652c49.374 0 89.52 40.145 89.52 89.52-9.8e-4 49.373-40.145 89.518-89.52 89.518s-89.521-40.144-89.521-89.518 40.146-89.52 89.521-89.52z" color="#000000" color-rendering="auto" dominant-baseline="auto" fill="#fff" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/></g></g></svg>
|
After Width: | Height: | Size: 3.7 KiB |
2
privacytools.io/assets/img/svg/3rd-party/alpinelinux.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><g fill="#0d597f"><g transform="matrix(.22745 0 0 -.22745 12.303 20.536)"><path d="m0 0v15.687l-11.296-11.308c1.217-0.847 2.364-1.543 3.443-2.109 1.079-0.567 2.089-1.005 3.03-1.338 0.941-0.334 1.814-0.562 2.617-0.71 0.804-0.147 1.539-0.213 2.206-0.222m57.751 1.304c0.02-0.017 0.13-0.11 0.333-0.239 0.204-0.13 0.502-0.297 0.898-0.462 0.395-0.164 0.889-0.327 1.485-0.448 0.596-0.122 1.294-0.202 2.098-0.202 0.671 0 1.411 0.059 2.222 0.2 0.812 0.142 1.693 0.367 2.645 0.699 0.953 0.333 1.976 0.773 3.07 1.344 1.094 0.572 2.259 1.276 3.495 2.136l-8.572 8.397-28.41 28.516-12.466-12.469-16.816 17.341-42.204-41.727c1.235-0.86 2.398-1.564 3.491-2.136 1.093-0.571 2.115-1.011 3.067-1.344 0.951-0.332 1.832-0.557 2.643-0.698 0.81-0.142 1.55-0.201 2.22-0.201 0.804 0 1.502 0.08 2.097 0.202 0.596 0.121 1.089 0.284 1.485 0.449 0.396 0.164 0.693 0.331 0.897 0.461s0.314 0.223 0.334 0.24l19.052 19.052 6.813 6.533 18.866-18.866 6.591-6.778c0.02-0.017 0.13-0.11 0.334-0.239 0.204-0.13 0.501-0.297 0.897-0.462 0.396-0.164 0.89-0.327 1.485-0.448 0.596-0.122 1.295-0.202 2.099-0.202 0.67 0 1.411 0.059 2.222 0.2 0.811 0.142 1.693 0.367 2.645 0.699 0.952 0.333 1.975 0.773 3.069 1.344 1.094 0.572 2.259 1.276 3.495 2.136l-15.139 14.825 2.818 2.818 13.101-13.101 7.64-7.57m-0.163 79.016 37.219-64.482-37.219-64.482h-74.463l-37.219 64.482 37.219 64.482z" fill="#0d597f"/></g><g transform="matrix(.22745 0 0 -.22745 20.119 16.219)"><path d="m0 0-9.913 9.895 0.705 0.709 9.983-9.874z" fill="#0d597f"/></g></g></svg>
|
After Width: | Height: | Size: 1.6 KiB |
19
privacytools.io/assets/img/svg/3rd-party/android.svg
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-147 -70 294 345">
|
||||
<g fill="#a4c639">
|
||||
<use stroke-width="14.4" xlink:href="#b" stroke="#FFF"/>
|
||||
<use xlink:href="#a" transform="scale(-1,1)"/>
|
||||
<g id="a" stroke="#FFF" stroke-width="7.2">
|
||||
<rect rx="6.5" transform="rotate(29)" height="86" width="13" y="-86" x="14"/>
|
||||
<rect id="c" rx="24" height="133" width="48" y="41" x="-143"/>
|
||||
<use y="97" x="85" xlink:href="#c"/>
|
||||
</g>
|
||||
<g id="b">
|
||||
<ellipse cy="41" rx="91" ry="84"/>
|
||||
<rect rx="22" height="182" width="182" y="20" x="-91"/>
|
||||
</g>
|
||||
</g>
|
||||
<g stroke="#FFF" stroke-width="7.2" fill="#FFF">
|
||||
<path d="m-95 44.5h190"/><circle cx="-42" r="4"/><circle cx="42" r="4"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 728 B |
2
privacytools.io/assets/img/svg/3rd-party/anonaddy-dark.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="384" height="128" version="1.1" viewBox="0 0 101.6 33.867" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.05357 0 0 .05357 -2.7694 6.1687)"><path class="st0" d="m107.8 179.5c-4.6 0.7-9.5-1-12.6-5-4.5-5.8-3.5-14.1 2.3-18.7l37-28.9c5.8-4.5 14.1-3.5 18.7 2.3 4.5 5.8 3.5 14.1-2.3 18.7l-37 28.9c-1.8 1.5-3.9 2.4-6.1 2.7z" fill="#3ae7e1"/><path class="st1" d="m71.9 207.7c-4.6 0.7-9.5-1-12.6-4.9-4.5-5.8-3.5-14.1 2.3-18.7l3.5-2.7c5.8-4.5 14.1-3.5 18.7 2.3 4.5 5.8 3.5 14.1-2.3 18.7l-3.5 2.7c-1.8 1.4-3.9 2.3-6.1 2.6z" fill="#f5f7fa"/><path class="st0" d="m67.1 283.6c-4.6 0.7-9.5-1-12.6-5-4.5-5.8-3.5-14.1 2.3-18.7l81.2-63.4c5.8-4.5 14.2-3.5 18.7 2.3s3.5 14.1-2.3 18.7l-81.2 63.5c-1.9 1.4-4 2.3-6.1 2.6z" fill="#3ae7e1"/><path class="st1" d="m182.8 193.6c-4.6 0.7-9.5-1-12.6-5-4.5-5.8-3.5-14.1 2.3-18.7l12.9-10.1c5.8-4.5 14.1-3.5 18.7 2.3 4.5 5.8 3.5 14.1-2.3 18.7l-12.9 10.1c-1.9 1.4-4 2.3-6.1 2.7z" fill="#f5f7fa"/><path class="st0" d="m175.7 271.1c-4.6 0.7-9.5-1-12.6-5-4.5-5.8-3.5-14.1 2.3-18.7l66.6-52c5.8-4.5 14.2-3.5 18.7 2.3s3.5 14.1-2.3 18.7l-66.6 52c-1.8 1.5-3.9 2.4-6.1 2.7z" fill="#3ae7e1"/><path class="st1" d="m139.3 300c-4.6 0.7-9.5-1-12.6-5-4.5-5.8-3.5-14.2 2.3-18.7l4.7-3.7c5.8-4.5 14.2-3.5 18.7 2.3s3.5 14.2-2.3 18.7l-4.7 3.7c-1.9 1.5-4 2.4-6.1 2.7z" fill="#f5f7fa"/><path class="st0" d="m475 40.4h-308.8c-11.5 0-22.2 7.1-25.6 18.1-1.6 5.1-1.5 10.3 0 15 1.5 4.8 4.5 9.2 8.7 12.5 0 0 118.3 91.9 147.3 111.9 10.4 6.7 20.5 4.4 26.5-0.2l150.1-116.8v201.9c0 19.7-16 35.7-35.7 35.7h-283.7c-7.3 0-13.2 5.9-13.2 13.2 0 7.4 6 13.4 13.4 13.4h283.4c34.4 0 62.3-27.9 62.3-62.3v-217.7c0.1-13.6-11-24.7-24.7-24.7zm-213.6 110.1 0.1-0.7 0.4 0.6zm48.3 24-137.5-107.5h275.5z" fill="#3ae7e1"/><g fill="#3ae7e1"><path class="st0" d="m791.7 281.8c2.4 6.5 0 9.8-6.8 9.8h-15.5c-12.2 0-16.1-1.8-18.4-8.9l-13.7-38.4h-82.1l-14 38.4c-2.4 7.1-6.2 8.9-18.4 8.9h-13.7c-6.8 0-9.2-3.3-6.8-9.8l74.3-193.3c2.7-6.8 5.4-8.3 12.5-8.3h15.8c7.1 0 10.1 1.8 12.5 8zm-87.4-130.8c-3.6-10.7-5.9-24.4-6.8-31.2l-0.3-5.1h-2.1c0 11.3-2.1 23.2-6.5 36l-22.9 63h61.3z"/><path class="st0" d="m881.8 133.2c41.6 0 61.8 21.4 61.8 59.8v89.5c0 6.8-2.4 9.2-9.2 9.2h-16.4c-6.8 0-8.9-2.4-8.9-9.2v-88.6c0-19.3-10.7-29.1-32.4-29.1-9.5 0-19 1.2-28.5 3.9-1.5 0.6-2.1 1.5-2.1 3v110.9c0 6.8-2.1 9.2-8.9 9.2h-16.4c-6.8 0-9.2-2.4-9.2-9.2v-122.4c0-9.5 2.1-13.1 11.6-16.9 17-6.9 36.3-10.1 58.6-10.1z"/><path class="st0" d="m971.6 192.6c0-37.2 24.7-59.5 68.4-59.5 44 0 68.7 22.3 68.7 59.5v44c0 37.2-24.7 59.5-68.7 59.5-43.7 0-68.4-22.3-68.4-59.5zm102.6 0c0-18.1-12.5-28.2-34.2-28.2s-33.9 10.1-33.9 28.2v44c0 17.8 12.2 28.2 33.9 28.2s34.2-10.4 34.2-28.2z"/><path class="st0" d="m1207.7 133.2c41.6 0 61.8 21.4 61.8 59.8v89.5c0 6.8-2.4 9.2-9.2 9.2h-16.4c-6.8 0-8.9-2.4-8.9-9.2v-88.6c0-19.3-10.7-29.1-32.4-29.1-9.5 0-19 1.2-28.5 3.9-1.5 0.6-2.1 1.5-2.1 3v110.9c0 6.8-2.1 9.2-8.9 9.2h-16.4c-6.8 0-9.2-2.4-9.2-9.2v-122.4c0-9.5 2.1-13.1 11.6-16.9 16.9-6.9 36.3-10.1 58.6-10.1z"/></g><g fill="#f5f7fa"><path class="st1" d="m1477.7 281.8c2.4 6.5 0 9.8-6.8 9.8h-15.5c-12.2 0-16.1-1.8-18.4-8.9l-13.7-38.4h-82.1l-14 38.4c-2.4 7.1-6.2 8.9-18.4 8.9h-13.7c-6.8 0-9.2-3.3-6.8-9.8l74.3-193.3c2.7-6.8 5.4-8.3 12.5-8.3h15.8c7.1 0 10.1 1.8 12.5 8zm-87.5-130.8c-3.6-10.7-5.9-24.4-6.8-31.2l-0.3-5.1h-2.1c0 11.3-2.1 23.2-6.5 36l-22.9 63h61.3z"/><path class="st1" d="m1490.7 195.3c0-40.4 20.8-62.1 62.1-62.1 9.2 0 20.8 1.2 35.4 3.9v-56.3c0-6.8 2.1-9.2 8.9-9.2h16.4c6.8 0 9.2 2.4 9.2 9.2v189.4c0 9.5-2.4 12.5-11.9 16.4-16.9 6.2-35.4 9.5-55.6 9.5-43.1 0-64.5-19.9-64.5-60.1zm97.6-26.7c-11.9-2.7-21.4-3.9-28.8-3.9-22.9 0-34.2 10.4-34.2 31.5v38.7c0 19.9 11 29.7 33.3 29.7 10.4 0 19.6-1.2 27.4-3.3 1.5-0.6 2.4-1.8 2.4-3.3v-89.4z"/><path class="st1" d="m1651.9 195.3c0-40.4 20.8-62.1 62.1-62.1 9.2 0 20.8 1.2 35.4 3.9v-56.3c0-6.8 2.1-9.2 8.9-9.2h16.4c6.8 0 9.2 2.4 9.2 9.2v189.4c0 9.5-2.4 12.5-11.9 16.4-16.9 6.2-35.4 9.5-55.6 9.5-43.1 0-64.5-19.9-64.5-60.1zm97.5-26.7c-11.9-2.7-21.4-3.9-28.8-3.9-22.9 0-34.2 10.4-34.2 31.5v38.7c0 19.9 11 29.7 33.3 29.7 10.4 0 19.6-1.2 27.4-3.3 1.5-0.6 2.4-1.8 2.4-3.3v-89.4z"/><path class="st1" d="m1939.1 137.6c6.8 0 9.2 2.1 9.2 8.9v150.2c0 40.7-20.5 64.8-65.4 64.8-29.4 0-50.3-9.5-61.8-28.5-4.2-6.5-3-11.6 3.9-14.9l11.3-6.2c7.1-3.6 10.4-2.7 14.9 3.6 6.2 10.1 16.6 15.2 31.2 15.2 21.1 0 31.5-10.7 31.5-32.1v-14c-12.2 2.7-24.1 4.2-35.4 4.2-41.6 0-62.1-21.4-62.1-59.8v-82.4c0-6.8 2.4-8.9 9.2-8.9h16.4c6.8 0 8.9 2.1 8.9 8.9v81.2c0 19.6 10.7 29.4 32.4 29.4 9.8 0 19.9-1.5 30.6-4.2v-106.5c0-6.8 2.4-8.9 9.2-8.9z"/></g></g></svg>
|
After Width: | Height: | Size: 4.4 KiB |
2
privacytools.io/assets/img/svg/3rd-party/anonaddy.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="384" height="128" version="1.1" viewBox="0 0 101.6 33.867" xmlns="http://www.w3.org/2000/svg"><g id="XMLID_1_" transform="matrix(.05357 0 0 .05357 -2.7694 6.1687)"><g id="XMLID_29_"><path id="XMLID_41_" class="st0" d="m107.8 179.5c-4.6 0.7-9.5-1-12.6-5-4.5-5.8-3.5-14.1 2.3-18.7l37-28.9c5.8-4.5 14.1-3.5 18.7 2.3 4.5 5.8 3.5 14.1-2.3 18.7l-37 28.9c-1.8 1.5-3.9 2.4-6.1 2.7z" fill="#3ae7e1"/></g><g id="XMLID_30_"><path id="XMLID_40_" class="st1" d="m71.9 207.7c-4.6 0.7-9.5-1-12.6-4.9-4.5-5.8-3.5-14.1 2.3-18.7l3.5-2.7c5.8-4.5 14.1-3.5 18.7 2.3 4.5 5.8 3.5 14.1-2.3 18.7l-3.5 2.7c-1.8 1.4-3.9 2.3-6.1 2.6z" fill="#7b8794"/></g><g id="XMLID_31_"><path id="XMLID_39_" class="st0" d="m67.1 283.6c-4.6 0.7-9.5-1-12.6-5-4.5-5.8-3.5-14.1 2.3-18.7l81.2-63.4c5.8-4.5 14.2-3.5 18.7 2.3s3.5 14.1-2.3 18.7l-81.2 63.5c-1.9 1.4-4 2.3-6.1 2.6z" fill="#3ae7e1"/></g><g id="XMLID_34_"><path id="XMLID_38_" class="st1" d="m182.8 193.6c-4.6 0.7-9.5-1-12.6-5-4.5-5.8-3.5-14.1 2.3-18.7l12.9-10.1c5.8-4.5 14.1-3.5 18.7 2.3 4.5 5.8 3.5 14.1-2.3 18.7l-12.9 10.1c-1.9 1.4-4 2.3-6.1 2.7z" fill="#7b8794"/></g><g id="XMLID_32_"><path id="XMLID_37_" class="st0" d="m175.7 271.1c-4.6 0.7-9.5-1-12.6-5-4.5-5.8-3.5-14.1 2.3-18.7l66.6-52c5.8-4.5 14.2-3.5 18.7 2.3s3.5 14.1-2.3 18.7l-66.6 52c-1.8 1.5-3.9 2.4-6.1 2.7z" fill="#3ae7e1"/></g><path id="XMLID_36_" class="st1" d="m139.3 300c-4.6 0.7-9.5-1-12.6-5-4.5-5.8-3.5-14.2 2.3-18.7l4.7-3.7c5.8-4.5 14.2-3.5 18.7 2.3s3.5 14.2-2.3 18.7l-4.7 3.7c-1.9 1.5-4 2.4-6.1 2.7z" fill="#7b8794"/><path id="XMLID_44_" class="st0" d="m475 40.4h-308.8c-11.5 0-22.2 7.1-25.6 18.1-1.6 5.1-1.5 10.3 0 15 1.5 4.8 4.5 9.2 8.7 12.5 0 0 118.3 91.9 147.3 111.9 10.4 6.7 20.5 4.4 26.5-0.2l150.1-116.8v201.9c0 19.7-16 35.7-35.7 35.7h-283.7c-7.3 0-13.2 5.9-13.2 13.2 0 7.4 6 13.4 13.4 13.4h283.4c34.4 0 62.3-27.9 62.3-62.3v-217.7c0.1-13.6-11-24.7-24.7-24.7zm-213.6 110.1 0.1-0.7 0.4 0.6zm48.3 24-137.5-107.5h275.5z" fill="#3ae7e1"/><g id="XMLID_81_"><g id="XMLID_4_" fill="#3ae7e1"><path id="XMLID_25_" class="st0" d="m791.7 281.8c2.4 6.5 0 9.8-6.8 9.8h-15.5c-12.2 0-16.1-1.8-18.4-8.9l-13.7-38.4h-82.1l-14 38.4c-2.4 7.1-6.2 8.9-18.4 8.9h-13.7c-6.8 0-9.2-3.3-6.8-9.8l74.3-193.3c2.7-6.8 5.4-8.3 12.5-8.3h15.8c7.1 0 10.1 1.8 12.5 8zm-87.4-130.8c-3.6-10.7-5.9-24.4-6.8-31.2l-0.3-5.1h-2.1c0 11.3-2.1 23.2-6.5 36l-22.9 63h61.3z"/><path id="XMLID_28_" class="st0" d="m881.8 133.2c41.6 0 61.8 21.4 61.8 59.8v89.5c0 6.8-2.4 9.2-9.2 9.2h-16.4c-6.8 0-8.9-2.4-8.9-9.2v-88.6c0-19.3-10.7-29.1-32.4-29.1-9.5 0-19 1.2-28.5 3.9-1.5 0.6-2.1 1.5-2.1 3v110.9c0 6.8-2.1 9.2-8.9 9.2h-16.4c-6.8 0-9.2-2.4-9.2-9.2v-122.4c0-9.5 2.1-13.1 11.6-16.9 17-6.9 36.3-10.1 58.6-10.1z"/><path id="XMLID_65_" class="st0" d="m971.6 192.6c0-37.2 24.7-59.5 68.4-59.5 44 0 68.7 22.3 68.7 59.5v44c0 37.2-24.7 59.5-68.7 59.5-43.7 0-68.4-22.3-68.4-59.5zm102.6 0c0-18.1-12.5-28.2-34.2-28.2s-33.9 10.1-33.9 28.2v44c0 17.8 12.2 28.2 33.9 28.2s34.2-10.4 34.2-28.2z"/><path id="XMLID_68_" class="st0" d="m1207.7 133.2c41.6 0 61.8 21.4 61.8 59.8v89.5c0 6.8-2.4 9.2-9.2 9.2h-16.4c-6.8 0-8.9-2.4-8.9-9.2v-88.6c0-19.3-10.7-29.1-32.4-29.1-9.5 0-19 1.2-28.5 3.9-1.5 0.6-2.1 1.5-2.1 3v110.9c0 6.8-2.1 9.2-8.9 9.2h-16.4c-6.8 0-9.2-2.4-9.2-9.2v-122.4c0-9.5 2.1-13.1 11.6-16.9 16.9-6.9 36.3-10.1 58.6-10.1z"/></g><g id="XMLID_24_" fill="#7b8794"><path id="XMLID_70_" class="st1" d="m1477.7 281.8c2.4 6.5 0 9.8-6.8 9.8h-15.5c-12.2 0-16.1-1.8-18.4-8.9l-13.7-38.4h-82.1l-14 38.4c-2.4 7.1-6.2 8.9-18.4 8.9h-13.7c-6.8 0-9.2-3.3-6.8-9.8l74.3-193.3c2.7-6.8 5.4-8.3 12.5-8.3h15.8c7.1 0 10.1 1.8 12.5 8zm-87.5-130.8c-3.6-10.7-5.9-24.4-6.8-31.2l-0.3-5.1h-2.1c0 11.3-2.1 23.2-6.5 36l-22.9 63h61.3z"/><path id="XMLID_73_" class="st1" d="m1490.7 195.3c0-40.4 20.8-62.1 62.1-62.1 9.2 0 20.8 1.2 35.4 3.9v-56.3c0-6.8 2.1-9.2 8.9-9.2h16.4c6.8 0 9.2 2.4 9.2 9.2v189.4c0 9.5-2.4 12.5-11.9 16.4-16.9 6.2-35.4 9.5-55.6 9.5-43.1 0-64.5-19.9-64.5-60.1zm97.6-26.7c-11.9-2.7-21.4-3.9-28.8-3.9-22.9 0-34.2 10.4-34.2 31.5v38.7c0 19.9 11 29.7 33.3 29.7 10.4 0 19.6-1.2 27.4-3.3 1.5-0.6 2.4-1.8 2.4-3.3v-89.4z"/><path id="XMLID_76_" class="st1" d="m1651.9 195.3c0-40.4 20.8-62.1 62.1-62.1 9.2 0 20.8 1.2 35.4 3.9v-56.3c0-6.8 2.1-9.2 8.9-9.2h16.4c6.8 0 9.2 2.4 9.2 9.2v189.4c0 9.5-2.4 12.5-11.9 16.4-16.9 6.2-35.4 9.5-55.6 9.5-43.1 0-64.5-19.9-64.5-60.1zm97.5-26.7c-11.9-2.7-21.4-3.9-28.8-3.9-22.9 0-34.2 10.4-34.2 31.5v38.7c0 19.9 11 29.7 33.3 29.7 10.4 0 19.6-1.2 27.4-3.3 1.5-0.6 2.4-1.8 2.4-3.3v-89.4z"/><path id="XMLID_79_" class="st1" d="m1939.1 137.6c6.8 0 9.2 2.1 9.2 8.9v150.2c0 40.7-20.5 64.8-65.4 64.8-29.4 0-50.3-9.5-61.8-28.5-4.2-6.5-3-11.6 3.9-14.9l11.3-6.2c7.1-3.6 10.4-2.7 14.9 3.6 6.2 10.1 16.6 15.2 31.2 15.2 21.1 0 31.5-10.7 31.5-32.1v-14c-12.2 2.7-24.1 4.2-35.4 4.2-41.6 0-62.1-21.4-62.1-59.8v-82.4c0-6.8 2.4-8.9 9.2-8.9h16.4c6.8 0 8.9 2.1 8.9 8.9v81.2c0 19.6 10.7 29.4 32.4 29.4 9.8 0 19.9-1.5 30.6-4.2v-106.5c0-6.8 2.4-8.9 9.2-8.9z"/></g></g></g></svg>
|
After Width: | Height: | Size: 4.8 KiB |
2
privacytools.io/assets/img/svg/3rd-party/archlinux.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.73138 0 0 .73138 10.776 17.764)" fill="#1793d1"><path d="m7.2435-23.121c-1.9571 4.7983-3.1375 7.9369-5.3165 12.593 1.336 1.4161 2.9758 3.0653 5.6389 4.9279-2.8631-1.1781-4.8161-2.361-6.2756-3.5884-2.7887 5.819-7.1577 14.108-16.024 30.038 6.9685-4.023 12.37-6.5033 17.405-7.4497-0.21617-0.92976-0.33908-1.9355-0.33073-2.9848l0.0083-0.22324c0.11057-4.4645 2.433-7.8978 5.1842-7.6646 2.7512 0.23311 4.8896 4.0435 4.779 8.508-0.0208 0.84008-0.11556 1.6482-0.28112 2.3978 4.9796 0.9741 10.324 3.448 17.198 7.4166-1.3555-2.4955-2.5653-4.745-3.7207-6.8874-1.8199-1.4106-3.7182-3.2464-7.5902-5.2338 2.6614 0.69155 4.567 1.4894 6.0523 2.3812-11.747-21.871-12.698-24.777-16.727-34.23z" fill-rule="evenodd"/><g transform="matrix(.23141 0 0 .23141 -26.057 -55.67)"><path d="m239.84 313.7v-5.2094h-1.946v-0.697h4.6816v0.697h-1.954v5.2094h-0.78162"/><path d="m243.39 313.7v-5.9064h1.1765l1.398 4.182c0.12892 0.38947 0.22293 0.6809 0.28202 0.87429 0.0671-0.21488 0.1719-0.53048 0.31426-0.94681l1.4142-4.1095h1.0516v5.9064h-0.75341v-4.9435l-1.7163 4.9435h-0.70506l-1.7083-5.0281v5.0281h-0.75342"/></g></g></svg>
|
After Width: | Height: | Size: 1.2 KiB |
2
privacytools.io/assets/img/svg/3rd-party/bahnhof-dark.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.866 33.866" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.039824 0 0 .039824 .0039834 8.2256)"><path class="st0" d="m260.7 0h40.5l-29.7 8.4c-2.5-2.4-2.4-2.2-10.8-8.4" fill="#f08d00"/><polygon points="477.7 356.6 639.3 329.5 544.2 356.6" fill="#fff"/><path d="m300.2 320.8 327.1-41.4-300.1 70.6-36.9 6.6h-25.2c21.2-12.6 27.5-24.4 35.1-35.8" fill="#fff"/><path class="st0" d="m317.3 267.8 33.7-9.5 364.5-46.1-300.2 70.7-106.1 18.9c3-7.5 7.7-24.2 8.1-34" fill="#f08d00"/><path d="m280.3 17.7 62.6-17.7 168 0.4-100.2 23.2-113.2 20.1c-3.1-8-14-22.9-17.2-26" fill="#fff"/><path class="st0" d="m303.9 60.1 276.3-35-271.7 64c0.3-8.2-2.5-23.4-4.6-29" fill="#f08d00"/><path d="m306.9 112.2 118.6-33.6 364.5-46.1-300.2 70.7-191.5 34.1c3.8-6 8.1-19.7 8.6-25.1" fill="#fff"/><path class="st0" d="m278.5 170.5 75.9-21.4 364.6-46.1-300.1 70.6-117 20.8c-4.2-6-11.2-15.7-23.4-23.9" fill="#f08d00"/><path d="m314.4 222.7 192.9-24.4-189.7 44.6c-0.7-7.6-1.2-12.6-3.2-20.2" fill="#fff"/><path d="m0.1 356.6v-356.6h181.4c37.7 0 65.2 9.4 82.4 28.3 17.3 19 25.9 40.6 25.9 64.8 0 17.7-5 33.7-15 48s-24.9 24.2-44.8 29.6c46.1 11.2 69.2 38.9 69.2 83.3 0 26.6-8.2 50.3-24.5 71.2s-51.2 31.3-104.6 31.3h-170zm100.9-220.7h51.2c12.8 0 21.9-3.1 27.2-9.5 5.3-6.3 7.9-13.1 7.9-20.3 0-19.5-12.3-29.2-37-29.2h-49.3zm0 141.1h53.7c13.3 0 23.1-3.3 29.3-9.8s9.3-13.9 9.3-22.2c0-8.2-3-15.8-9.1-22.7s-17.1-10.3-33.3-10.3h-50v65" fill="#fff"/><polygon class="st0" points="638.9 0 620.7 5.3 439.7 30.8 568.6 0" fill="#f08d00"/><polygon class="st0" points="684.6 178.7 551.8 216.6 370.9 242.1 523.4 205.8" fill="#f08d00"/><polygon points="683.8 136.1 551 174 370 199.5 522.5 163.1" fill="#fff"/><polygon class="st0" points="807.1 55.4 674.3 93.3 493.4 118.9 645.9 82.5" fill="#f08d00"/><polygon class="st0" points="501.7 56.8 654.1 20.4 775.8 0 792.1 0 682.6 31.3" fill="#f08d00"/><polygon points="765.5 226.2 632.7 264.1 451.7 289.6 604.2 253.2" fill="#fff"/><polygon class="st0" points="682.2 292.9 549.4 330.8 368.5 356.3 520.9 319.9" fill="#f08d00"/><g fill="#fff"><path d="m48 436h-48.1v-62.6h44.9c9.8 0 17 0.8 21.7 2.5 7.1 2.6 10.6 7.5 10.6 14.7 0 5.9-4.3 10.6-12.9 14.1 8.8 3 13.2 7.5 13.2 13.7 0 6.7-2.8 11.4-8.5 14.2-4.5 2.3-11.5 3.4-20.9 3.4m-2.9-51.4h-26.8v14.5h26.8c8.1 0 12.2-2.4 12.2-7.2s-4.1-7.3-12.2-7.3m-26.8 25.6v14.8h27.1c8.2 0 12.2-2.5 12.2-7.3 0-5-4-7.5-12.2-7.5h-27.1"/><path d="m103.8 436h-19.5l36.9-62.6h19.5l37.5 62.6h-20.5l-8.1-15h-38.1zm13.6-26h26.2l-13.3-24-12.9 24"/><polygon points="244.8 409.8 211 409.8 211 436 192.6 436 192.6 373.4 211 373.4 211 398.7 244.8 398.7 244.8 373.4 263.1 373.4 263.1 436 244.8 436"/><polygon points="299.7 388.7 300.5 436 281.6 436 281.6 373.4 305.1 373.4 340.8 418.5 340 373.4 358.5 373.4 358.5 436 337.4 436"/><polygon points="430.3 409.8 396.5 409.8 396.5 436 378.1 436 378.1 373.4 396.5 373.4 396.5 398.7 430.3 398.7 430.3 373.4 448.6 373.4 448.6 436 430.3 436"/><path d="m505.1 372.1c13.5 0 23.8 2.1 30.8 6.3 8.9 5.3 13.3 14 13.3 26.3 0 21.8-14.7 32.6-43.9 32.6-15 0-26.1-2.7-33.2-8.1-7.1-5.5-10.7-13.7-10.7-24.7 0-21.6 14.6-32.4 43.7-32.4m-23.6 32.4c0 14.7 7.9 22.1 23.8 22.1s23.8-7.3 23.8-21.8c0-14.6-7.9-21.9-23.8-21.9-7.9 0-14 1.9-18 5.8-3.9 3.7-5.8 9-5.8 15.8"/><path d="m585.3 436h-18.7v-28.7c0-9.9 1.7-17.4 5.1-22.5 3-4.6 7.9-7.8 14.6-9.4 5.1-1.3 13-1.9 23.6-1.9h28v10.9h-29.8c-7.6 0-13 1.1-16.4 3.2-3.7 2.3-5.9 6.3-6.3 12h52.6v10.7h-52.6v25.7"/></g><polygon class="st0" points="850.3 125.4 717.5 163.3 536.5 188.8 689 152.4" fill="#f08d00"/></g></svg>
|
After Width: | Height: | Size: 3.5 KiB |
2
privacytools.io/assets/img/svg/3rd-party/bahnhof.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.866 33.866" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.039824 0 0 .039824 .0039834 8.2256)"><path class="st0" d="m260.7 0h40.5l-29.7 8.4c-2.5-2.4-2.4-2.2-10.8-8.4" fill="#f08d00"/><polygon points="477.7 356.6 639.3 329.5 544.2 356.6"/><path d="m300.2 320.8 327.1-41.4-300.1 70.6-36.9 6.6h-25.2c21.2-12.6 27.5-24.4 35.1-35.8"/><path class="st0" d="m317.3 267.8 33.7-9.5 364.5-46.1-300.2 70.7-106.1 18.9c3-7.5 7.7-24.2 8.1-34" fill="#f08d00"/><path d="m280.3 17.7 62.6-17.7 168 0.4-100.2 23.2-113.2 20.1c-3.1-8-14-22.9-17.2-26"/><path class="st0" d="m303.9 60.1 276.3-35-271.7 64c0.3-8.2-2.5-23.4-4.6-29" fill="#f08d00"/><path d="m306.9 112.2 118.6-33.6 364.5-46.1-300.2 70.7-191.5 34.1c3.8-6 8.1-19.7 8.6-25.1"/><path class="st0" d="m278.5 170.5 75.9-21.4 364.6-46.1-300.1 70.6-117 20.8c-4.2-6-11.2-15.7-23.4-23.9" fill="#f08d00"/><path d="m314.4 222.7 192.9-24.4-189.7 44.6c-0.7-7.6-1.2-12.6-3.2-20.2"/><path d="m0.1 356.6v-356.6h181.4c37.7 0 65.2 9.4 82.4 28.3 17.3 19 25.9 40.6 25.9 64.8 0 17.7-5 33.7-15 48s-24.9 24.2-44.8 29.6c46.1 11.2 69.2 38.9 69.2 83.3 0 26.6-8.2 50.3-24.5 71.2s-51.2 31.3-104.6 31.3h-170zm100.9-220.7h51.2c12.8 0 21.9-3.1 27.2-9.5 5.3-6.3 7.9-13.1 7.9-20.3 0-19.5-12.3-29.2-37-29.2h-49.3zm0 141.1h53.7c13.3 0 23.1-3.3 29.3-9.8s9.3-13.9 9.3-22.2c0-8.2-3-15.8-9.1-22.7s-17.1-10.3-33.3-10.3h-50v65"/><polygon class="st0" points="638.9 0 620.7 5.3 439.7 30.8 568.6 0" fill="#f08d00"/><polygon class="st0" points="684.6 178.7 551.8 216.6 370.9 242.1 523.4 205.8" fill="#f08d00"/><polygon points="683.8 136.1 551 174 370 199.5 522.5 163.1"/><polygon class="st0" points="807.1 55.4 674.3 93.3 493.4 118.9 645.9 82.5" fill="#f08d00"/><polygon class="st0" points="501.7 56.8 654.1 20.4 775.8 0 792.1 0 682.6 31.3" fill="#f08d00"/><polygon points="765.5 226.2 632.7 264.1 451.7 289.6 604.2 253.2"/><polygon class="st0" points="682.2 292.9 549.4 330.8 368.5 356.3 520.9 319.9" fill="#f08d00"/><g><path d="m48 436h-48.1v-62.6h44.9c9.8 0 17 0.8 21.7 2.5 7.1 2.6 10.6 7.5 10.6 14.7 0 5.9-4.3 10.6-12.9 14.1 8.8 3 13.2 7.5 13.2 13.7 0 6.7-2.8 11.4-8.5 14.2-4.5 2.3-11.5 3.4-20.9 3.4m-2.9-51.4h-26.8v14.5h26.8c8.1 0 12.2-2.4 12.2-7.2s-4.1-7.3-12.2-7.3m-26.8 25.6v14.8h27.1c8.2 0 12.2-2.5 12.2-7.3 0-5-4-7.5-12.2-7.5h-27.1"/><path d="m103.8 436h-19.5l36.9-62.6h19.5l37.5 62.6h-20.5l-8.1-15h-38.1zm13.6-26h26.2l-13.3-24-12.9 24"/><polygon points="244.8 409.8 211 409.8 211 436 192.6 436 192.6 373.4 211 373.4 211 398.7 244.8 398.7 244.8 373.4 263.1 373.4 263.1 436 244.8 436"/><polygon points="299.7 388.7 300.5 436 281.6 436 281.6 373.4 305.1 373.4 340.8 418.5 340 373.4 358.5 373.4 358.5 436 337.4 436"/><polygon points="430.3 409.8 396.5 409.8 396.5 436 378.1 436 378.1 373.4 396.5 373.4 396.5 398.7 430.3 398.7 430.3 373.4 448.6 373.4 448.6 436 430.3 436"/><path d="m505.1 372.1c13.5 0 23.8 2.1 30.8 6.3 8.9 5.3 13.3 14 13.3 26.3 0 21.8-14.7 32.6-43.9 32.6-15 0-26.1-2.7-33.2-8.1-7.1-5.5-10.7-13.7-10.7-24.7 0-21.6 14.6-32.4 43.7-32.4m-23.6 32.4c0 14.7 7.9 22.1 23.8 22.1s23.8-7.3 23.8-21.8c0-14.6-7.9-21.9-23.8-21.9-7.9 0-14 1.9-18 5.8-3.9 3.7-5.8 9-5.8 15.8"/><path d="m585.3 436h-18.7v-28.7c0-9.9 1.7-17.4 5.1-22.5 3-4.6 7.9-7.8 14.6-9.4 5.1-1.3 13-1.9 23.6-1.9h28v10.9h-29.8c-7.6 0-13 1.1-16.4 3.2-3.7 2.3-5.9 6.3-6.3 12h52.6v10.7h-52.6v25.7"/></g><polygon class="st0" points="850.3 125.4 717.5 163.3 536.5 188.8 689 152.4" fill="#f08d00"/></g></svg>
|
After Width: | Height: | Size: 3.4 KiB |
2
privacytools.io/assets/img/svg/3rd-party/bitwarden.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><g stroke-width=".033073"><path id="Background" class="st0" d="m33.867 28.575c0 2.9236-2.368 5.2917-5.2917 5.2917h-23.283c-2.9236 0-5.2917-2.368-5.2917-5.2917v-23.283c0-2.9236 2.368-5.2917 5.2917-5.2917h23.283c2.9236 0 5.2917 2.368 5.2917 5.2917z" fill="#175ddc"/><path id="Identity" class="st1" d="m27.444 4.2532c-0.21497-0.21497-0.46964-0.32081-0.76068-0.32081h-19.5c-0.29435 0-0.5457 0.10583-0.76068 0.32081s-0.32081 0.46964-0.32081 0.76068v13.001c0 0.96904 0.18852 1.9315 0.56555 2.8873 0.37703 0.9525 0.84667 1.7992 1.4056 2.54 0.55893 0.73753 1.2237 1.4585 1.9976 2.1597 0.77391 0.70115 1.4883 1.2799 2.1398 1.7429 0.65484 0.46302 1.3361 0.89958 2.0472 1.313 0.71107 0.41341 1.2171 0.69122 1.5147 0.83674s0.53909 0.26128 0.71768 0.33734c0.1356 0.06615 0.28112 0.10253 0.43987 0.10253s0.30427-0.03307 0.43987-0.10253c0.1819-0.07937 0.42003-0.19182 0.72099-0.33734 0.29766-0.14552 0.80367-0.42664 1.5147-0.83674 0.71107-0.41341 1.3924-0.84997 2.0472-1.313 0.65484-0.46302 1.3692-1.0451 2.1431-1.7429 0.77391-0.70115 1.4387-1.4188 1.9976-2.1597 0.55893-0.74083 1.0253-1.5842 1.4056-2.54 0.37703-0.9525 0.56555-1.9149 0.56555-2.8873v-12.998c0.0033-0.29435-0.10583-0.54901-0.32081-0.76398zm-2.5135 13.884c0 4.7063-7.997 8.761-7.997 8.761v-20.181h7.997v11.42z" fill="#fff"/></g></svg>
|
After Width: | Height: | Size: 1.4 KiB |
2
privacytools.io/assets/img/svg/3rd-party/briar.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.866 33.866" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.14411 0 0 .14411 -.072056 -2e-7)"><g fill="#87c214"><rect class="st0" x="47.7" y="47.2" width="43.7" height="43.7" display="none"/><path class="st1" d="m47.7 97.8v119.5c0 9.7 7.9 17.7 17.7 17.7h8.3c9.7 0 17.7-8 17.7-17.7v-119.5z"/><path class="st1" d="m91.3 40.2v-22.5c0-9.7-7.9-17.7-17.6-17.7h-8.3c-9.7 0-17.7 8-17.7 17.7v22.5z"/></g><path class="st2" d="m73.7 0c9.7 0 17.7 8 17.7 17.7v199.7c0 9.7-8 17.7-17.7 17.7h-8.3c-9.7 0-17.7-8-17.7-17.7v-199.7c0-9.7 7.9-17.7 17.6-17.7h8.4m0-7h-8.3c-13.7 0-24.7 11.1-24.7 24.7v199.7c0 13.6 11.1 24.7 24.7 24.7h8.3c13.6 0 24.7-11.1 24.7-24.7v-199.7c-0.1-13.6-11.1-24.7-24.7-24.7z" display="none" fill="#fff"/><g fill="#87c214"><path class="st1" d="m188.3 137.2v-119.5c0-9.7-7.9-17.7-17.6-17.7h-8.3c-9.7 0-17.7 8-17.7 17.7v119.5z"/><rect class="st0" x="144.7" y="144.2" width="43.7" height="43.7" display="none"/><path class="st1" d="m144.7 194.8v22.5c0 9.7 8 17.7 17.7 17.7h8.3c9.7 0 17.7-8 17.7-17.7v-22.5z"/></g><path class="st2" d="m170.7 0c9.7 0 17.7 8 17.7 17.7v199.7c0 9.7-7.9 17.7-17.7 17.7h-8.3c-9.7 0-17.7-8-17.7-17.7v-199.7c0-9.7 8-17.7 17.7-17.7h8.3m0-7h-8.3c-13.6 0-24.7 11.1-24.7 24.7v199.7c0 13.6 11.1 24.7 24.7 24.7h8.3c13.6 0 24.7-11.1 24.7-24.7v-199.7c-0.1-13.6-11.1-24.7-24.7-24.7z" display="none" fill="#fff"/><g fill="#95d220"><path class="st3" d="m40.7 144.2h-22.5c-9.7 0-17.7 7.9-17.7 17.7v8.3c0 9.7 7.9 17.7 17.7 17.7h22.5z"/><rect class="st4" x="47.7" y="144.2" width="43.7" height="43.7" display="none"/><path class="st3" d="m217.8 144.2h-119.5v43.7h119.5c9.7 0 17.7-8 17.7-17.7v-8.3c0-9.8-8-17.7-17.7-17.7z"/></g><path class="st2" d="m217.8 144.2c9.7 0 17.7 7.9 17.7 17.7v8.3c0 9.7-8 17.7-17.7 17.7h-199.6c-9.7 0-17.7-8-17.7-17.7v-8.3c0-9.7 7.9-17.7 17.7-17.7h199.6m0-7h-199.6c-13.6 0-24.7 11.1-24.7 24.7v8.3c0 13.6 11.1 24.7 24.7 24.7h199.7c13.6 0 24.7-11.1 24.7-24.7v-8.3c-0.1-13.7-11.2-24.7-24.8-24.7z" display="none" fill="#fff"/><g fill="#95d220"><rect class="st4" x="144.7" y="47.2" width="43.7" height="43.7" display="none"/><path class="st3" d="m137.7 47.2h-119.5c-9.7 0-17.7 7.9-17.7 17.7v8.3c0 9.7 7.9 17.7 17.7 17.7h119.5z"/><path class="st3" d="m217.8 47.2h-22.5v43.7h22.5c9.7 0 17.7-7.9 17.7-17.7v-8.3c0-9.8-8-17.7-17.7-17.7z"/></g><path class="st2" d="m217.8 47.2c9.7 0 17.7 7.9 17.7 17.7v8.3c0 9.7-8 17.7-17.7 17.7h-199.6c-9.7 0-17.7-7.9-17.7-17.7v-8.3c0-9.7 7.9-17.7 17.7-17.7h199.6m0-7h-199.6c-13.6 0-24.7 11-24.7 24.6v8.3c0 13.6 11.1 24.7 24.7 24.7h199.7c13.6 0 24.7-11.1 24.7-24.7v-8.3c-0.1-13.6-11.2-24.6-24.8-24.6z" display="none" fill="#fff"/></g></svg>
|
After Width: | Height: | Size: 2.6 KiB |
2
privacytools.io/assets/img/svg/3rd-party/bromite.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.866 33.866" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.9999 0 0 1.9999 -.00028793 -560.11)"><g transform="matrix(.1411 0 0 .1411 -22.448 274.09)"><g transform="matrix(6.5975,0,0,6.5975,-881.57,-908.75)"><path d="m166.76 148.57v2.8e-4c-0.0731 1e-3 -0.14646 3e-3 -0.21965 6e-3 -2.0814 0.0983-3.9695 1.2488-5.0113 3.0532-0.27591 0.47789-0.47972 0.97776-0.61543 1.4866 1.8658 0.19779 3.5534 0.93382 4.9049 2.0531 2.7603 1.8081 5.5017 1.1662 7.0499 0.51897 0.40336-2.4423-0.70912-4.988-2.9792-6.2988-0.95179-0.54962-2.0328-0.83212-3.1292-0.81971z" fill="#d0f6ed" stroke-width=".14568"/><path d="m166.59 152.15c-1.5641 9.9e-4 -2.9951 0.51259-3.7051 1.324 0.94324 0.3021 1.8146 0.75292 2.5877 1.3259-1.2e-4 -3.9e-4 -1.6e-4 -1e-3 -2.9e-4 -1e-3 1.3493-0.74086 3.1114-1.2154 4.6422-1.5091-0.75982-0.70753-2.0913-1.1376-3.5245-1.1388v-5.6e-4z" fill="#4de564" stroke-width=".27973"/><path d="m172.56 152.93c-1.6055 0.16301-4.8923 0.66396-7.0864 1.8687 0.12815 0.095 0.25361 0.19321 0.37621 0.29474 2.6929 1.7639 5.3671 1.1376 6.8778 0.50616 0.14847-0.89893 0.0864-1.8121-0.16739-2.6696z" fill="#06c23c" stroke-width=".38858"/><path d="m170.2 144.17c-0.297-8e-3 -0.58809 0.14301-0.74764 0.41937l-0.15266 0.26436c-0.23207 0.40197-0.0953 0.91236 0.30665 1.1444l0.0712 0.0411-0.6784 1.175c-0.68491-0.19996-1.3964-0.30489-2.1144-0.30964l-3e-4 -2.9e-4c-0.13829-9.1e-4 -0.27683 2e-3 -0.41545 8e-3 -2.6278 0.12414-5.0122 1.5767-6.3272 3.8551-2.1338 3.6958-0.86761 8.4218 2.8282 10.556 3.696 2.1338 8.4218 0.86727 10.556-2.8288 1.8213-3.155 1.1646-7.0602-1.3656-9.463l0.67518-1.1694 0.0706 0.0407c0.40198 0.23207 0.91244 0.0953 1.1445-0.30665l0.15259-0.26436c0.23207-0.40197 0.0953-0.91243-0.30665-1.1445l-3.2996-1.905c-0.12562-0.0725-0.26181-0.10907-0.3968-0.11272zm-3.434 4.6336c1.0696-0.0121 2.1243 0.26346 3.0528 0.79964 2.2146 1.2787 3.1576 3.6198 2.7641 6.0024-1.5104 0.63142-4.0427 1.1156-6.7355-0.6483-1.3185-1.0919-2.8225-1.6679-4.6427-1.8609 0.13239-0.49643 0.33106-0.98387 0.60022-1.4501 1.0163-1.7604 2.7165-2.7406 4.7469-2.8365 0.0714-3e-3 0.14275-5e-3 0.21406-6e-3z" fill="#25935e" stroke-width=".28021"/></g></g></g></svg>
|
After Width: | Height: | Size: 2.2 KiB |
2
privacytools.io/assets/img/svg/3rd-party/calyxos.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.43429 0 0 .43429 -102.24 -35.595)" stroke-width=".26458"><path d="m313.4 119.93c-7.7343 13.52-22.298 22.631-38.991 22.631-16.692 0-31.256-9.1114-38.991-22.631 7.7346-13.521 22.299-22.632 38.991-22.632 16.693 0 31.257 9.1115 38.991 22.632" fill="#9acc01"/><path d="m298.61 144.6-6.8334-12.569c2.364-3.4422 3.7478-7.6102 3.7478-12.101 0-11.819-9.5811-21.4-21.4-21.4-11.819 0-21.4 9.5806-21.4 21.4 0 11.819 9.5811 21.4 21.4 21.4 4.4736 0 8.6265-1.3727 12.061-3.7206l12.422 6.9937z" fill="#231f20"/><path d="m284.91 125.24c0 5.7915-4.7106 10.502-10.502 10.502-5.7915 0-10.502-4.7106-10.502-10.502v-12.917c0-0.80301 0.65352-1.456 1.4565-1.456 0.80275 0 1.456 0.65299 1.456 1.456v7.8192c0 0.4236 0.34263 0.76623 0.76702 0.76623 8e-3 0 0.0167-2e-3 0.0257-2e-3s0.0164 2e-3 0.0251 2e-3c0.4236 0 0.7665-0.34263 0.7665-0.76623v-11.856c0-0.80354 0.65299-1.4571 1.4565-1.4571s1.4565 0.65352 1.4565 1.4571v11.166c0 0.42387 0.34343 0.76624 0.76677 0.76624 0.42254 0 0.76623-0.34264 0.76623-0.76624v-13.875c0-0.80301 0.65378-1.4555 1.4563-1.4555 0.80354 0 1.4568 0.65246 1.4568 1.4555v13.773c0 0.42413 0.34317 0.76703 0.7665 0.76703 0.42307 0 0.7665-0.34317 0.7665-0.76703v-11.37c0-0.80327 0.65352-1.4565 1.4565-1.4565 0.80327 0 1.456 0.65352 1.456 1.4565v14.555c-1.7436 0.16219-5.8518 1.0464-7.543 5.7222-0.14366 0.39793 0.0622 0.83767 0.46038 0.9824 0.0857 0.031 0.1741 0.0455 0.26009 0.0455 0.31379 0 0.60748-0.19474 0.72125-0.50536 1.7732-4.903 6.6273-4.7546 6.8313-4.7464l0.80354 0.0386v-8.0939c0-0.80301 0.7112-1.4565 1.5843-1.4565 0.87392 0 1.5841 0.65352 1.5841 1.4565v9.2625zm-1.5841-12.253c-0.57864 0-1.1192 0.15557-1.5843 0.41963v-5.4277c0-1.6486-1.3409-2.9901-2.9895-2.9901-0.53314 0-1.0327 0.14261-1.4666 0.38761-0.10398-1.555-1.3991-2.789-2.98-2.789-1.6484 0-2.9893 1.3409-2.9893 2.989v0.10001c-0.4318-0.2413-0.92763-0.381-1.4565-0.381-1.6481 0-2.9893 1.3409-2.9893 2.9901v1.4594c-0.44344-0.26035-0.95752-0.41222-1.5079-0.41222-1.6486 0-2.99 1.3404-2.99 2.9893v12.917c0 6.636 5.3991 12.035 12.036 12.035 6.636 0 12.035-5.3991 12.035-12.035v-9.2631c0-1.6484-1.3981-2.9893-3.1171-2.9893" fill="#9acc01"/></g></svg>
|
After Width: | Height: | Size: 2.2 KiB |
2
privacytools.io/assets/img/svg/3rd-party/canarymail.svg
vendored
Normal file
After Width: | Height: | Size: 7.4 KiB |
2
privacytools.io/assets/img/svg/3rd-party/canvasblocker.svg
vendored
Normal file
After Width: | Height: | Size: 8.5 KiB |
2
privacytools.io/assets/img/svg/3rd-party/clearurls.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="linearGradient4509" x1="-397.31" x2="-1652" y1="831.3" y2="-525.36" gradientTransform="matrix(.0508 0 0 .0508 55.984 -22.686)" gradientUnits="userSpaceOnUse"><stop stop-color="#f47721" offset="0"/><stop stop-color="#f47721" stop-opacity="0" offset="1"/></linearGradient><linearGradient id="linearGradient4517" x1="884.47" x2="-407.03" y1="1018.2" y2="-326.92" gradientTransform="matrix(.0508 0 0 .0508 -7.718 -29.976)" gradientUnits="userSpaceOnUse"><stop stop-color="#fca" offset="0"/><stop stop-color="#fca" stop-opacity="0" offset="1"/></linearGradient></defs><g transform="translate(-2.7214 16.933)"><path d="m14.363-12.7v-2.1167c0-1.0583 1.0583-2.1167 2.1167-2.1167h6.35c1.0583 0 2.1167 1.0583 2.1167 2.1167v2.1167h6.35c1.0583 0 2.1167 1.0583 2.1167 2.1167v4.2333h-2.1167l-1.3229 19.844c-0.26459 1.852-1.8521 3.4395-3.7042 3.4395h-13.176c-2.1167 0-3.7042-1.5875-3.7042-3.4395l-1.3758-19.844h-2.1167v-4.2333c0-1.3758 1.0583-2.1167 2.1167-2.1167z" fill="#fff" stroke-width="0"/><path d="m14.363-12.7v-2.1167c0-1.0583 1.0583-2.1167 2.1167-2.1167h6.35c1.0583 0 2.1167 1.0583 2.1167 2.1167v2.1167h6.35c1.0583 0 2.1167 1.0583 2.1167 2.1167v4.2333h-2.1167l-1.3229 19.844c-0.26459 1.852-1.8521 3.4395-3.7042 3.4395h-13.176c-2.1167 0-3.7042-1.5875-3.7042-3.4395l-1.3758-19.844h-2.1167v-4.2333c0-1.3758 1.0583-2.1167 2.1167-2.1167z" fill="url(#linearGradient4509)" stroke-width="0"/><path d="m18.614-2.6346h1.9911l0.10763 13.525h-2.1167zm-2.6638 13.631-2.1167 0.15882-0.79375-13.758h2.1167zm7.5671 0 1.9579 0.15882 0.79375-13.758h-2.1167z" fill="url(#linearGradient4517)" stroke-width=".52917"/></g></svg>
|
After Width: | Height: | Size: 1.8 KiB |
2
privacytools.io/assets/img/svg/3rd-party/cryptpad.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.866 33.866" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(2 0 0 2 -9.5441e-5 -560.13)"><g transform="matrix(.17881 0 0 .17881 1.4879 280.07)"><path d="m39.2 0-29.3 5.4a6.3 6.3 0 1 0-6.7 10.6v42.2c0 4 1.8 8.3 5.3 12.7a65.5 65.5 0 0 0 13.1 12.1 128.2 128.2 0 0 0 17.6 10.5 128.1 128.1 0 0 0 17.5-10.5 65.4 65.4 0 0 0 13.1-12.1c3.5-4.5 5.3-8.8 5.3-12.7v-42.2a6.3 6.3 0 0 0-3.1-11.8 6.2 6.2 0 0 0-3.6 1.2zm-0.1 6.2 26.7 4.9a5.9 5.9 0 0 0 0.2 1.1l-15.7 10.3a15.3 15.3 0 0 0-22.6 0.1l-15.5-10a6.3 6.3 0 0 0 0.3-1.4zm28.8 9a6.5 6.5 0 0 0 1.8 1.1v41a10.4 10.4 0 0 1-0.1 1.7 21.5 21.5 0 0 1-4.1 7.8 56.1 56.1 0 0 1-11.3 10.4 110.6 110.6 0 0 1-15 9 110.8 110.8 0 0 1-15-9 55.8 55.8 0 0 1-11.2-10.4 19.8 19.8 0 0 1-4.4-9.3v-41.1a6.3 6.3 0 0 0 1.7-1l19.8 12.7a10.1 10.1 0 0 1 9-5.4 10 10 0 0 1 9 5.4z" fill="#4591c4"/><g fill="#999"><path d="m23 54.8a4.65 4.65 0 1 0 0 9.3 4.65 4.65 0 0 0 0-9.3z"/><path d="m24.3 28.5a14.9 14.9 0 0 0 4.2 15.4l-7.3 14.8a2.8 2.8 0 0 0 2.3 3.8h11v-5.2h-6.8l6.4-12.8a2.7 2.7 0 0 0-0.8-3.3 9.7 9.7 0 0 1-4.3-9.6z"/><path d="m55.3 54.8a4.65 4.65 0 1 0 0 9.3 4.65 4.65 0 0 0 0-9.3z"/><path d="m53.8 28.6-4.7 3.1a10.2 10.2 0 0 1 0.1 1.2 10 10 0 0 1-4.3 8.3 2.7 2.7 0 0 0-0.8 3.3l6.3 12.8h-6.8v5.2h11a2.8 2.8 0 0 0 2.3-3.8l-7.3-14.8a15.2 15.2 0 0 0 4.8-11 15.3 15.3 0 0 0-0.6-4.3z"/></g><g fill="#4591c4"><path d="m43.2 33.3a4.2 4.2 0 1 1-4.2-4.2 4.2 4.2 0 0 1 4.2 4.2z"/><path d="m45.3 88.4a6.3 6.3 0 1 1-6.3-6.3 6.3 6.3 0 0 1 6.3 6.3z"/></g></g></g></svg>
|
After Width: | Height: | Size: 1.5 KiB |
2
privacytools.io/assets/img/svg/3rd-party/debian.svg
vendored
Normal file
After Width: | Height: | Size: 5.5 KiB |
2
privacytools.io/assets/img/svg/3rd-party/decentraleyes.svg
vendored
Normal file
After Width: | Height: | Size: 5.3 KiB |
2
privacytools.io/assets/img/svg/3rd-party/diaspora.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.866 33.866" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(2 0 0 2 0 -560.12)"><circle cx="8.4667" cy="288.53" r="8.4667" fill="#3e4142" stroke-width=".38887"/><path d="m6.1306 293.62c-0.61195-0.40183-1.8023-1.3484-1.8383-1.4618-0.0175-0.0552 0.11761-0.25886 0.87712-1.3223 0.59137-0.82801 0.98432-1.3965 0.98432-1.424 0-0.01-0.4186-0.15726-0.93021-0.32777-1.5987-0.53278-2.1871-0.75809-2.2228-0.85129-0.0085-0.0222 0.02478-0.17879 0.07399-0.34805 0.16758-0.57651 0.70469-2.1925 0.72869-2.1925 0.01317 0 0.69903 0.22409 1.5242 0.49799 0.82512 0.27389 1.5369 0.50097 1.5818 0.50462 0.08051 7e-3 0.08184 5e-3 0.09981-0.11496 0.02567-0.17145 0.06852-1.3039 0.06863-1.8139 5e-5 -0.23526 0.0073-0.65934 0.016121-0.94238l0.016029-0.51464h2.7084l0.01692 1.1613c0.01638 1.1246 0.04908 2.0391 0.07784 2.1766 0.0077 0.0367 0.02929 0.0669 0.04798 0.0669 0.018709 0 0.4419-0.13256 0.94045-0.29459 1.1784-0.38294 1.6299-0.52224 1.9278-0.5948 0.22766-0.0555 0.24515-0.0565 0.27379-0.0177 0.11772 0.15956 0.87772 2.4073 0.82859 2.4506-0.08778 0.0772-0.64949 0.28794-1.8198 0.68268-1.3815 0.46598-1.3376 0.45035-1.3376 0.47651 0 0.0359 0.24771 0.39668 0.9244 1.3466 0.34304 0.48151 0.69854 0.98791 0.78999 1.1253l0.16629 0.2498-0.07093 0.0743c-0.28961 0.30347-1.9257 1.5297-2.041 1.5297-0.05832 0-0.32962-0.32111-0.76323-0.90341-0.23554-0.31633-0.59006-0.79236-0.78783-1.0579-0.19776-0.26553-0.3985-0.52655-0.44609-0.58004l-0.08653-0.0973-0.08516 0.0973c-0.11446 0.13074-0.58016 0.74722-0.99206 1.3132-0.56457 0.77581-0.94676 1.2524-1.0043 1.2524-0.013449 0-0.12479-0.0659-0.24742-0.1464z" fill="#fff" stroke-width=".024319"/></g></svg>
|
After Width: | Height: | Size: 1.7 KiB |
2
privacytools.io/assets/img/svg/3rd-party/discourse.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.866 33.866" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.32623 0 0 .32623 .15496 1.8795e-7)" data-name="Layer 2"><g data-name="Layer 3"><path class="cls-1" d="m51.87 0c-28.16 0-51.87 22.83-51.87 51v52.81l51.86-0.05c28.16 0 51-23.71 51-51.87s-22.86-51.89-50.99-51.89z" fill="#231f20"/><path class="cls-2" d="m52.37 19.74a31.62 31.62 0 0 0-27.79 46.67l-5.72 18.4 20.54-4.64a31.61 31.61 0 1 0 13-60.43z" fill="#fff9ae"/><path class="cls-3" d="m77.45 32.12a31.6 31.6 0 0 1-38.05 48l-20.54 4.7 20.91-2.47a31.6 31.6 0 0 0 37.68-50.23z" fill="#00aeef"/><path class="cls-4" d="m71.63 26.29a31.6 31.6 0 0 1-32.83 51.71l-19.94 6.82 20.54-4.65a31.6 31.6 0 0 0 32.23-53.88z" fill="#00a94f"/><path class="cls-5" d="m26.47 67.11a31.61 31.61 0 0 1 51-35 31.61 31.61 0 0 0-52.89 34.3l-5.72 18.4z" fill="#f15d22"/><path class="cls-6" d="m24.58 66.41a31.61 31.61 0 0 1 47.05-40.12 31.61 31.61 0 0 0-49 39.63l-3.76 18.9z" fill="#e31b23"/></g></g></svg>
|
After Width: | Height: | Size: 1.0 KiB |
2
privacytools.io/assets/img/svg/3rd-party/disroot-dark.svg
vendored
Normal file
After Width: | Height: | Size: 7.4 KiB |
2
privacytools.io/assets/img/svg/3rd-party/disroot.svg
vendored
Normal file
After Width: | Height: | Size: 7.4 KiB |
2
privacytools.io/assets/img/svg/3rd-party/dnscrypt-proxy.svg
vendored
Normal file
After Width: | Height: | Size: 5.9 KiB |
2
privacytools.io/assets/img/svg/3rd-party/duckduckgo.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -263.13)"><g transform="matrix(.072143 0 0 .072143 -44.234 303.31)"><g transform="matrix(3.912 0 0 3.912 351.05 -631.3)"><circle cx="127" cy="79" r="60" fill="#de5833"/><path d="m177.8 57.5c-2.8-6.6-6.8-12.5-11.8-17.5-5.1-5.1-11-9-17.5-11.8-6.8-2.9-14-4.3-21.5-4.3-7.4 0-14.7 1.5-21.5 4.3-6.6 2.7-12.5 6.7-17.5 11.8-5.1 5.1-9 11-11.8 17.5-2.9 6.8-4.3 14-4.3 21.5s1.5 14.7 4.3 21.5c2.8 6.6 6.8 12.5 11.8 17.5 5.1 5.1 11 9 17.5 11.8 6.8 2.9 14 4.3 21.5 4.3 7.4 0 14.7-1.5 21.5-4.3 6.5-2.8 12.4-6.8 17.5-11.8 5.1-5.1 9-11 11.8-17.5 2.9-6.8 4.3-14 4.3-21.5s-1.4-14.7-4.3-21.5zm-38.8 71c-3.2-5.4-11.6-20.5-11.6-31.7 0-25.8 17.3-3.7 17.3-24.3 0-4.9-2.4-22.1-17.4-25.7-3.7-4.9-12.4-9.6-26.2-7.7 0 0 2.3 0.7 4.9 2 0 0-5 0.7-5.2 4.1 0 0 9.9-0.5 15.5 1.3-12.9 1.7-19.5 8.5-18.3 20.8 1.7 17.5 9.1 48.7 11.7 59.6-19.6-7-33.7-25.8-33.7-47.9 0-28.1 22.8-51 51-51s51 22.8 51 51c-0.1 24-16.7 44.1-39 49.5z" fill="#fff"/><path d="m124.2 87.3c0-6.6 9-8.7 12.4-8.7 9.2 0 22.2-5.9 25.4-5.8 3.3 0.1 5.4 1.4 5.4 2.9 0 2.2-18.4 10.5-25.5 9.8-6.8-0.6-8.4 0.1-8.4 2.9 0 2.4 4.9 4.6 10.3 4.6 8.1 0 16-3.6 18.4-1.9 2.1 1.5-5.5 6.9-14.2 6.9s-23.8-4.1-23.8-10.7z" clip-rule="evenodd" fill="#fed30a" fill-rule="evenodd"/><g fill="#2d4f8d"><path d="m140.2 59.3c-2.4-3.1-6.7-3.2-8.2 0.4 2.3-1.8 5.1-2.2 8.2-0.4z"/><path d="m113.5 59.4c-3.3-2-8.8-2.2-8.5 4.1 1.6-3.9 3.8-4.6 8.5-4.1z"/><path d="m138.2 65.2c-1.8 0-3.3 1.5-3.3 3.3s1.5 3.3 3.3 3.3 3.3-1.5 3.3-3.3-1.5-3.3-3.3-3.3zm1.2 3.1c-0.5 0-1-0.4-1-1 0-0.5 0.4-1 1-1s1 0.4 1 1c-0.1 0.5-0.5 1-1 1z"/><path d="m112.6 67c-2.1 0-3.8 1.7-3.8 3.8s1.7 3.8 3.8 3.8 3.8-1.7 3.8-3.8-1.7-3.8-3.8-3.8zm1.4 3.5c-0.6 0-1.1-0.5-1.1-1.1s0.5-1.1 1.1-1.1 1.1 0.5 1.1 1.1-0.5 1.1-1.1 1.1z"/></g><g fill="#d5d7d8"><path d="m104.3 50.8c-4.8 3.5-7 8.9-6.3 16.5 1.7 17.5 9.1 48.8 11.7 59.7 0.9 0.3 1.8 0.6 2.7 0.9-1.6-6.6-9.3-38.8-12.7-63.5-0.9-6.6 1.7-10.5 4.6-13.6z"/><path d="m116.2 46.5c0.4 0 0.7-0.1 0.7-0.1-5.2-2.5-13.4-2.6-15.6-2.6-0.2 0.4-0.4 0.9-0.4 1.4-0.1 0.1 9.6-0.5 15.3 1.3z"/><path d="m106.8 41.1c-1.6-1.1-2.9-1.8-3.7-2.2-0.7 0.1-1.3 0.1-2 0.2 0 0 2.3 0.7 4.9 2h-0.2z"/></g><path d="m147.1 107.6c-1.7-0.4-8.3 4.3-10.8 6.1-0.1-0.5-0.2-0.9-0.3-1.1-0.3-1-6.7-0.4-8.2 1.2-4-1.9-12-5.6-12.1-3.3-0.3 3 0 15.5 1.6 16.4 1.2 0.7 8-3 11.4-4.9h0.1c2.1 0.5 6 0 7.4-0.9 0.2-0.1 0.3-0.3 0.4-0.5 3.1 1.2 9.8 3.6 11.2 3.1 1.8-0.5 1.4-15.6-0.7-16.1z" fill="#67bd47"/><path d="m128.8 122c-2.1-0.4-1.4-2.5-1.4-7.4-0.5 0.3-0.9 0.7-0.9 1.1 0 4.9-0.8 7.1 1.4 7.4 2.1 0.5 6 0 7.6-0.9 0.3-0.2 0.4-0.5 0.5-1-1.5 0.9-5.2 1.3-7.2 0.8z" fill="#43a347"/></g></g></g></svg>
|
After Width: | Height: | Size: 2.7 KiB |
2
privacytools.io/assets/img/svg/3rd-party/element.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.70556 0 0 .70556 -5.6444 -5.6444)" clip-rule="evenodd" fill="#0dbd8b" fill-rule="evenodd"><path d="m25.28 10.88c0-1.5906 1.2894-2.88 2.88-2.88 10.604 0 19.2 8.5961 19.2 19.2 0 1.5906-1.2894 2.88-2.88 2.88s-2.88-1.2894-2.88-2.88c0-7.4227-6.0173-13.44-13.44-13.44-1.5906 0-2.88-1.2894-2.88-2.88z"/><path d="m38.72 53.12c0 1.5906-1.2894 2.88-2.88 2.88-10.604 0-19.2-8.5961-19.2-19.2 0-1.5906 1.2894-2.88 2.88-2.88 1.5905 0 2.88 1.2894 2.88 2.88 0 7.4227 6.0173 13.44 13.44 13.44 1.5906 0 2.88 1.2894 2.88 2.88z"/><path d="m10.88 38.72c-1.5906 0-2.88-1.2894-2.88-2.88 0-10.604 8.5961-19.2 19.2-19.2 1.5906 0 2.88 1.2894 2.88 2.88 0 1.5905-1.2894 2.88-2.88 2.88-7.4227 0-13.44 6.0173-13.44 13.44 0 1.5906-1.2894 2.88-2.88 2.88z"/><path d="m53.12 25.28c1.5906 0 2.88 1.2894 2.88 2.88 0 10.604-8.5961 19.2-19.2 19.2-1.5906 0-2.88-1.2894-2.88-2.88 0-1.5905 1.2894-2.88 2.88-2.88 7.4227 0 13.44-6.0173 13.44-13.44 0-1.5906 1.2894-2.88 2.88-2.88z"/></g></svg>
|
After Width: | Height: | Size: 1.1 KiB |
2
privacytools.io/assets/img/svg/3rd-party/etag_stoppa.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><path d="m32.638 23.419-9.1858 9.2052-13.004 0.013762-9.2052-9.1858-0.013762-13.004 9.1858-9.2052 13.004-0.013762 9.2052 9.1858z" fill="#ad0006" stroke="#fff" stroke-linejoin="round" stroke-width="1.3229" style="paint-order:stroke fill markers"/><g fill="#fff" stroke-width=".40382" aria-label="ETAG"><path d="m2.3735 10.549h5.5368v2.5555h-2.2163v2.4214h2.0743v2.4293h-2.0743v2.8078h2.4371v2.5555h-5.7577z"/><path d="m15.561 10.549v2.5555h-1.9718v10.214h-3.3205v-10.214h-1.9639v-2.5555z"/><path d="m21.405 10.549 1.9008 12.769h-3.3994l-0.16563-2.2952h-1.191l-0.19718 2.2952h-3.4388l1.6879-12.769zm-1.7588 8.2106q-0.25239-2.169-0.50478-5.3554-0.50478 3.6597-0.63098 5.3554z"/><path d="m31.493 15.249h-3.3205v-1.1594q0-1.0963-0.09465-1.3724-0.09465-0.27605-0.44957-0.27605-0.3076 0-0.41802 0.23662-0.11042 0.23662-0.11042 1.2146v6.1284q0 0.85971 0.11042 1.1358 0.11042 0.26816 0.44168 0.26816 0.36281 0 0.48901-0.3076 0.13408-0.3076 0.13408-1.1989v-1.5143h-0.67041v-1.9403h3.8884v6.854h-2.0901l-0.3076-0.91492q-0.33915 0.59154-0.85971 0.89126-0.51267 0.29183-1.2146 0.29183-0.83604 0-1.5696-0.40225-0.72562-0.41014-1.1042-1.0096-0.37859-0.59943-0.47323-1.2541-0.09465-0.66253-0.09465-1.9797v-3.7937q0-1.8298 0.19718-2.658 0.19718-0.82816 1.1279-1.5143 0.93858-0.69408 2.4214-0.69408 1.4591 0 2.4214 0.59943t1.2541 1.4276q0.29183 0.82027 0.29183 2.3898z"/></g></svg>
|
After Width: | Height: | Size: 1.5 KiB |
2
privacytools.io/assets/img/svg/3rd-party/etesync.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><defs><filter id="filter4510-5" color-interpolation-filters="sRGB"><feFlood flood-color="rgb(0,0,0)" flood-opacity=".49804" result="flood"/><feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1"/><feGaussianBlur in="composite1" result="blur" stdDeviation="4"/><feOffset dx="0" dy="4" result="offset"/><feComposite in="SourceGraphic" in2="offset" result="composite2"/></filter><filter id="filter4498-9" color-interpolation-filters="sRGB"><feFlood flood-color="rgb(0,0,0)" flood-opacity=".49804" result="flood"/><feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1"/><feGaussianBlur in="composite1" result="blur" stdDeviation="4"/><feOffset dx="0" dy="4" result="offset"/><feComposite in="SourceGraphic" in2="offset" result="composite2"/></filter></defs><g transform="translate(0 -263.13)"><g transform="matrix(.072143 0 0 .072143 -44.234 303.31)"><path d="m616.42-553.5h460.75v460.75h-460.75z" fill="none" stroke-width="19.198"/><path d="m616.42-553.5h460.75v460.75h-460.75z" fill="none" stroke-width="19.198"/><path transform="matrix(2.4096 0 0 2.3916 493.87 -784.51)" d="m210.91 166.8v-37.52h-37.52l-26.48-26.48-26.48 26.48h-37.52v37.52l-26.48 26.48 26.48 26.48v37.52h37.52l26.48 26.48 26.48-26.48h37.52v-37.52l26.48-26.48z" fill="#ffc107" filter="url(#filter4498-9)" stroke-width="8"/><g transform="matrix(3.4337 0 0 3.196 364.57 -621.88)"><path d="m73.384 21.914h134.74v143.68h-134.74z" fill="none" stroke-width="5.7972"/><ellipse cx="140.78" cy="93.719" rx="11.3" ry="12.05" fill="#ffd740" stroke="#ffd740" stroke-linecap="round" stroke-linejoin="round" stroke-width="44.182"/><path transform="matrix(.71931 0 0 .73752 35.063 302.34)" d="m146.91-329.25v-17.45l-23.295 23.266 23.295 23.266v-17.45c19.276 0 34.942 15.647 34.942 34.9 0 5.8748-1.4559 11.459-4.0766 16.287l8.5026 8.4923c4.5425-7.1544 7.2214-15.647 7.2214-24.779 0-25.709-20.849-46.533-46.59-46.533zm0 81.433c-19.277 0-34.942-15.647-34.942-34.9 0-5.8748 1.4559-11.459 4.0766-16.287l-8.5026-8.4923c-4.5425 7.1544-7.2214 15.647-7.2214 24.779 0 25.709 20.849 46.533 46.59 46.533v17.45l23.295-23.266-23.295-23.266z" fill="#448aff" filter="url(#filter4510-5)" stroke-width="5.8202"/><path d="m73.384 21.914h134.74v143.68h-134.74z" fill="none" stroke-width="5.7972"/></g></g></g></svg>
|
After Width: | Height: | Size: 2.4 KiB |
2
privacytools.io/assets/img/svg/3rd-party/etherpad.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -263.13)"><g transform="matrix(.072143 0 0 .072143 -44.234 303.31)" stroke-linecap="round" stroke-linejoin="round"><g fill="none" stroke-width="14.66"><path d="m848.76-422.01 18.457 182.66m110.24 75.286-110.62-75.286-144.71 68.86" stroke="#0e300b"/><path d="m847.97-424.39-129.76 254.9 127.11 74.631 2.51-379.49-0.38271 49.19 130.01 261.09-132.13 67.706m-39.053-234.63 43.208 24.929 43.738-26.908m-129.01 79.91 85.275 50.969 86.416-46.192" stroke="#185014"/><path d="m781.41-483.32c9.5596-80.144 115.64-95.56 133.9-2.1599" stroke="#185014"/></g><ellipse cx="847.58" cy="-480.02" rx="8.7388" ry="8.9519" fill="#b3b3b3" stroke="#185014" stroke-width="19.547"/></g></g></svg>
|
After Width: | Height: | Size: 845 B |
2
privacytools.io/assets/img/svg/3rd-party/exifcleaner.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -263.13)"><g transform="matrix(.25 0 0 .25 -75.421 228.27)"><circle cx="369.42" cy="207.2" r="67.733" fill="#521737" stroke-width=".71866"/><path transform="matrix(.26458 0 0 .26458 301.69 139.47)" d="m265.99 65.18v0.0078c1.8901 2.438 3.0273 5.5806 3.0273 9.0215v195.24c19.426 3.3884 50.314 16.138 55.404 62.422l0.26367 2.377 1.9512 17.611h-2e-3l10.252 92.566h-161.81l64.785 67.07c5.4118 0.44356 10.702 0.40924 16.131 0.50781 6.0422 3e-4 12.082-0.21339 18.109-0.64062 8.5134-0.60344 16.992-1.6336 25.402-3.084 8.4107-1.4512 16.743-3.3219 24.967-5.6055 8.2243-2.2825 16.33-4.9742 24.285-8.0664 7.9553-3.0931 15.751-6.5833 23.357-10.455 7.6063-3.8716 15.013-8.1208 22.195-12.732 7.1823-4.6114 14.13-9.5793 20.816-14.885 6.6858-5.3055 13.102-10.942 19.225-16.889 6.1225-5.9464 11.945-12.195 17.443-18.723 5.4986-6.528 10.667-13.327 15.486-20.371 4.8192-7.0443 9.2831-14.324 13.375-21.814 4.0921-7.4904 7.8071-15.181 11.131-23.043 3.3233-7.8616 6.2497-15.885 8.7715-24.039 2.5223-8.154 4.6364-16.428 6.332-24.793 0.0435-0.28271 0.12174-0.53757 0.16407-0.82032zm-119.28 111.21c-3e-3 20.217 16.387 36.607 36.604 36.605zm36.604 36.605c-20.216-1e-3 -36.605 16.387-36.604 36.604 9.4e-4 -4.2e-4 50.205 51.017 50.205 51.017 12.099-18.158 28.866-28.067 41.949-30.349zm-36.604 36.604c1e-3 -20.216-16.387-36.605-36.604-36.604z" fill="#351228" stroke-width=".98462"/><g transform="matrix(.98462 0 0 .98462 4.6413 4.2297)" fill="#fff"><path d="m370.47 153.51c-1.9408 0-3.5026 1.6846-3.5026 3.777v54.445c0 2.0925 1.5618 3.777 3.5026 3.777s3.5026-1.6846 3.5026-3.777v-54.445c0-2.0924-1.5618-3.777-3.5026-3.777z" stroke-width=".62166"/><path d="m341.11 184.75a9.8353 9.8353 0 0 1-9.836 9.836 9.8353 9.8353 0 0 1 9.836 9.836 9.8353 9.8353 0 0 1 9.836-9.836 9.8353 9.8353 0 0 1-9.836-9.836z" fill="#fff" stroke-width=".63312"/><path d="m401.71 203.66a8.3455 8.3455 0 0 1-8.3461 8.3461 8.3455 8.3455 0 0 1 8.3461 8.3461 8.3455 8.3455 0 0 1 8.3461-8.3461 8.3455 8.3455 0 0 1-8.3461-8.3461z" fill="#fff" stroke-width=".53722"/><path d="m370.47 153.51v62c-1.9408 0-3.5026-1.6846-3.5026-3.777v-54.445c0-2.0924 1.5618-3.777 3.5026-3.777z" stroke-width=".62166"/></g><path d="m369.42 155.38v61.046c1.911 0 3.4488-1.6587 3.4488-3.7189v-53.608c0-2.0602-1.5378-3.7189-3.4488-3.7189z" fill="#dfdfe0" stroke-width=".61209"/><path d="m369.42 210.44c-3.3202 0-16.374 1.0601-18.108 16.828l-3.2974 29.78h42.811l-3.2974-29.78c-1.7341-15.768-14.788-16.828-18.108-16.828z" fill="#f8d057" stroke-width=".56531"/><path d="m351.31 227.27c1.7341-15.768 14.788-16.828 18.108-16.828v46.608h-21.406z" fill="#f8d057" stroke-width=".56531"/><path d="m351.24 227.9 18.178-3e-5 1e-5 4.6596h-18.694z" fill="#e97043" stroke-width=".25734"/><path d="m387.52 227.27c-1.7341-15.768-14.788-16.828-18.108-16.828v46.608h21.406z" fill="#f2b55a" stroke-width=".56531"/><path d="m387.59 227.9h-18.178v4.6596h18.694z" fill="#a15439" stroke-width=".25734"/></g></g></svg>
|
After Width: | Height: | Size: 3.0 KiB |
2
privacytools.io/assets/img/svg/3rd-party/fairemail.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="color-1" x2="0" gradientUnits="userSpaceOnUse"><stop stop-opacity=".3" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="matrix(.7697 0 0 .7697 -1.5394 -1.5394)" font-family="none" font-size="none" font-weight="none" stroke-miterlimit="10" text-anchor="none" style="mix-blend-mode:normal"><path d="m7 43c-1.1046 0-2-0.89543-2-2v-34c0-1.1046 0.89543-2 2-2h34c1.1046 0 2 0.89543 2 2v34c0 1.1046-0.89543 2-2 2z" fill="#039be5"/><path d="m31.816 16.184h-15.632c-1.0796 0-1.9442 0.87442-1.9442 1.954l-0.0098 11.724c0 1.0796 0.87442 1.954 1.954 1.954h15.632c1.0796 0 1.954-0.87442 1.954-1.954v-11.724c0-1.0796-0.87442-1.954-1.954-1.954zm0 3.908-7.8161 4.885-7.8161-4.885v-1.954l7.8161 4.885 7.8161-4.885z" fill="none" stroke-width="0"/><path d="m33.77 18.138v11.724c0 1.0796-0.87442 1.954-1.954 1.954h-15.632c-1.0796 0-1.954-0.87442-1.954-1.954l0.0098-11.724c0-1.0796 0.86465-1.954 1.9442-1.954h15.632c1.0796 0 1.954 0.87442 1.954 1.954zm-1.954 0-7.8161 4.885-7.8161-4.885v1.954l7.8161 4.885 7.8161-4.885z" fill="#fff" stroke-width="0"/><g fill="none"><path d="m2 24c0-12.15 9.8497-22 22-22s22 9.8497 22 22-9.8497 22-22 22-22-9.8497-22-22z"/><rect x="2" y="2" width="44" height="22"/><path d="m2 24v-22h44v22z"/><path d="m2 24v-22h44v22z"/><path d="m2 24v-22h44v22z"/><path d="m2 24v-22h44v22z"/></g></g></svg>
|
After Width: | Height: | Size: 1.5 KiB |
2
privacytools.io/assets/img/svg/3rd-party/fedora.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -263.13)"><g transform="matrix(.072143 0 0 .072143 -44.234 303.31)"><g transform="matrix(37.954 0 0 37.954 681.46 -488.59)" stroke-width=".37595"><path d="m10.569 4.3639c0-3.3835-2.782-6.1656-6.2032-6.1656s-6.1656 2.782-6.1656 6.1656v4.8122c0 0.7519 0.60152 1.391 1.391 1.391h4.7746c3.4211 0 6.2032-2.782 6.2032-6.2032" fill="#072b61"/><path d="m6.2077-0.33546c-1.6166 0-2.9324 1.3158-2.9324 2.8948v1.5414h-1.5414c-1.579 0-2.8948 1.2782-2.8948 2.8948s1.3158 2.8948 2.8948 2.8948c1.6166 0 2.9324-1.2782 2.9324-2.8948v-1.5414h1.5414c1.579 0 2.8948-1.2782 2.8948-2.8948 0-1.579-1.3158-2.8948-2.8948-2.8948zm0 1.3534c0.82709 0 1.5038 0.7143 1.5038 1.5414 0 0.86468-0.67671 1.5414-1.5038 1.5414h-1.3158c-0.15038 0-0.22557-0.11278-0.22557-0.22557v-1.3158c0-0.82709 0.67671-1.5414 1.5414-1.5414zm-4.4738 4.4362h1.3158c0.15038 0 0.22557 0.11278 0.22557 0.22557v1.3158c0 0.86468-0.67671 1.5414-1.5414 1.5414-0.82709 0-1.5414-0.67671-1.5414-1.5414 0-0.82709 0.71431-1.5414 1.5414-1.5414zm7.1054 3.6467v0.07519h0.11279v0.33835h0.0752v-0.33835h0.11278v-0.07519zm0.33836 0v0.41354h0.0752v-0.26316 0.03759l0.11278 0.22557 0.11279-0.22557v-0.07519 0.30076h0.0752v-0.41354h-0.0752l-0.0752 0.18798-0.0376 0.07519v-0.07519l-0.11278-0.18798z" fill="#0a57a4"/><path d="m3.2753 4.1008v-1.5414c0-1.579 1.3158-2.8948 2.8948-2.8948 0.26316 0 0.41354 0.03759 0.63911 0.07519 0.33836 0.11278 0.60152 0.37595 0.60152 0.67671 0 0.37595-0.26316 0.63912-0.67671 0.63912-0.18797 0-0.26316-0.03759-0.56392-0.03759-0.82709 0-1.5038 0.7143-1.5038 1.5414v1.3158c0 0.15038 0.0752 0.22557 0.18797 0.22557h1.0151c0.37595 0 0.67671 0.30076 0.67671 0.67671s-0.30076 0.67671-0.67671 0.67671h-1.203v1.5414c0 1.6166-1.3158 2.8948-2.9324 2.8948-0.22557 0-0.41355 0-0.63912-0.07519-0.30076-0.07519-0.56392-0.33836-0.56392-0.67671 0-0.37595 0.26316-0.63912 0.67671-0.63912 0.18797 0 0.26316 0.03759 0.52633 0.03759 0.86468 0 1.5414-0.67671 1.5414-1.5414v-1.3158c0-0.11278-0.0752-0.22557-0.22557-0.22557h-0.97747c-0.37595 0-0.67671-0.30076-0.67671-0.67671s0.30076-0.67671 0.67671-0.67671h1.203" fill="#fff"/></g></g></g></svg>
|
After Width: | Height: | Size: 2.2 KiB |
2
privacytools.io/assets/img/svg/3rd-party/firefox_browser.svg
vendored
Normal file
After Width: | Height: | Size: 13 KiB |
2
privacytools.io/assets/img/svg/3rd-party/firefox_multi_account_containers.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x2="500" y2="500" gradientUnits="userSpaceOnUse"><stop stop-color="#3186c7" offset="0"/><stop stop-color="#4c5eb0" offset="1"/></linearGradient></defs><g transform="scale(.067733)"><path d="m0 0h500v500h-500z" fill="url(#a)"/><path d="m393.32 106.68v-52.802c0-12.498-10.132-22.629-22.629-22.629-12.498 0-22.629 10.131-22.629 22.629v52.802h-52.802c-12.498 0-22.629 10.131-22.629 22.629 0 12.498 10.131 22.629 22.629 22.629h52.802v52.802c0 12.498 10.132 22.629 22.629 22.629 12.498 0 22.629-10.131 22.629-22.629v-52.802h52.802c12.498 0 22.629-10.131 22.629-22.629 0-12.498-10.132-22.629-22.629-22.629zm-362.07 194.89c0-15.982 12.868-28.938 28.938-28.938h138.24c15.982 0 28.938 12.868 28.938 28.938v138.24c0 15.982-12.868 28.938-28.938 28.938h-138.24c-15.982 0-28.938-12.868-28.938-28.938zm241.38 0c0-15.982 12.868-28.938 28.938-28.938h138.24c15.982 0 28.938 12.868 28.938 28.938v138.24c0 15.982-12.868 28.938-28.938 28.938h-138.24c-15.982 0-28.938-12.868-28.938-28.938zm-241.38-241.38c0-15.982 12.868-28.938 28.938-28.938h138.24c15.982 0 28.938 12.868 28.938 28.938v138.24c0 15.982-12.868 28.938-28.938 28.938h-138.24c-15.982 0-28.938-12.868-28.938-28.938z" fill="#ebf0f8" stroke-width="29.167"/></g></svg>
|
After Width: | Height: | Size: 1.3 KiB |
2
privacytools.io/assets/img/svg/3rd-party/firefox_send.svg
vendored
Normal file
After Width: | Height: | Size: 5.4 KiB |
2
privacytools.io/assets/img/svg/3rd-party/freenet.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -263.13)"><g transform="matrix(.072143 0 0 .072143 -44.234 303.31)"><g transform="matrix(6.1686 0 0 6.1686 310.87 -1171.1)"><path d="m80.03 122.66c14.46-15.6 24.29-8.67 7.5 2.23-5.34 3.47-3.95 4.48-0.36 3.93 5.07-0.77 7.84 0.2 9.07 1.16 2.94 2.3 4.41 0.59 5.4-1.16 1.97-3.47 8.61 0.3 3.75 3.93-3.8 2.83-3.27 6.02 0.18 7.86 6.39 3.4 20.73 10.14 18.57 17.32-0.88 2.93-2.47 5.69-6.07 1.96-6.75-6.97-11.24-12.92-26.79-15.35-10.04-1.58-20.13-4.21-29.82 0.71-4.56 2.42-10.3 3.98-11.52 1.12-1.59-3.73 6.53-6.8 14.38-7.55 5.1-0.49 9.67-3.83 2.68-5.53-8.61-2.65 1.28-10.2 7.5-8.4 4.05 1.18 4.45-1.06 5.53-2.23z" fill="#fff" stroke="#356ace" stroke-width="1.5"/></g></g></g></svg>
|
After Width: | Height: | Size: 843 B |
2
privacytools.io/assets/img/svg/3rd-party/friendica.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.866 33.866" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="linearGradient4021" x1="52.017" x2="42.868" y1="96" y2="41.838" gradientTransform="matrix(1 0 0 .5 0 48)" gradientUnits="userSpaceOnUse"><stop stop-opacity=".5" offset="0"/><stop stop-color="#818080" stop-opacity="0" offset="1"/></linearGradient><filter id="filter4055" x="-.03" y="-.12" width="1.06" height="1.24"><feGaussianBlur stdDeviation="1.2"/></filter><linearGradient id="linearGradient4011" x1="44.948" x2="54.103" y2="46.797" gradientTransform="matrix(1.3047 0 0 .82692 .070136 -1.2268)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity=".74375" offset="0"/><stop stop-color="#fff" stop-opacity="0" offset="1"/></linearGradient><filter id="filter4059" x="-.029878" y="-.122" width="1.0598" height="1.244"><feGaussianBlur stdDeviation="1.22"/></filter></defs><path d="m6.0959 0.67732c-3.0449 0.014592-5.4186 2.3883-5.4186 5.4186v21.674c0 3.0886 2.3737 5.4186 5.4186 5.4186h5.4186v-8.8052h10.837l-0.02845-8.1047-10.809 0.05688v-6.8532h10.837v-8.8052h-16.256z" fill="#ffc019"/><path d="m27.77 33.189c3.0449 0 5.4477-2.3591 5.4186-5.4186v-21.674c0.0263-3.0535-2.3934-5.4186-5.4186-5.4186h-5.4186v8.8052h-10.837v7.4505h10.837v7.4505h-10.837v8.8052h16.256z" fill="#1872a2"/><path d="m22.352 0.67732v8.8052h-10.837v7.4505m10.837 0v7.4505h-10.837v8.8052" fill="none" stroke="#000" stroke-width="1.3546"/><rect x=".67732" y=".67732" width="32.511" height="32.511" rx="5.4186" ry="5.4186" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3546"/><g><rect x=".67732" y=".67732" width="32.511" height="16.27" rx="5.1526" ry="5.1529" fill="url(#linearGradient3930)"/><rect transform="scale(1,-1)" x=".67732" y="-33.189" width="32.511" height="16.211" rx="5.1526" ry="5.134" fill="url(#linearGradient3904)"/><path transform="scale(.26458)" d="m19.92-1.2266c-3.0624 0-5.9462 0.44807-8.5312 1.2266h11.654c-12.158-2.2639e-15 -22.117 9.4299-22.973 21.371v1.2051c0 6.9705 8.8525 12.582 19.85 12.582h88.16c10.997 0 19.85-5.6115 19.85-12.582v-1.2559c-0.88054-11.917-10.828-21.32-22.969-21.32h11.65c-2.585-0.77849-5.4688-1.2266-8.5312-1.2266h-88.16z" fill="url(#linearGradient4011)" filter="url(#filter4059)"/><rect transform="matrix(.33081 0 0 .31148 1.0718 3.2433)" y="72" width="96" height="24" rx="14.008" ry="12" fill="url(#linearGradient4021)" filter="url(#filter4055)" opacity=".56746"/></g></svg>
|
After Width: | Height: | Size: 2.5 KiB |
2
privacytools.io/assets/img/svg/3rd-party/gnupg.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -263.13)"><g transform="matrix(.072143 0 0 .072143 -44.234 303.31)"><path d="m671.27-330.4h24.839v-74.77c0-83.82 67.977-151.8 151.8-151.8 83.822 0 151.79 67.977 151.79 151.8v74.032c-0.3588 0.25113-0.7158 0.49701-1.0676 0.73852l-0.2311 0.15574-0.026 0.0176-0.026 0.0148-0.026 0.0167-0.1146 0.0787-0.1357 0.0919-0.026 0.0183-0.1488 0.10062-0.01 5e-3 -0.061 0.0394-0.035 0.0218-0.07 0.0499-0.018 0.0114-0.09 0.0603-0.09 0.0612-0.1215 0.0814-0.061 0.0394-0.052 0.0324-0.043 0.0271-0.1366 0.0927-0.1322 0.0866-0.01 4e-3 -0.1716 0.11375-0.035 0.0245-0.2091 0.13738-0.018 0.0122-0.088 0.0569v2e-3l-0.035 0.0211-0.2739 0.17938-0.044 0.028-0.061 0.0394-0.026 0.0167-0.018 0.0132-0.141 0.0919-0.018 8e-3 -0.01 3e-3 -0.01 5e-3 -0.161 0.10413-0.035 0.0218-0.052 0.0333-0.052 0.0306-0.035 0.0236-0.088 0.0551-0.079 0.0508-0.01 3e-3 -0.088 0.0551-0.01 6e-3 -0.079 0.0472-0.026 0.0157-0.061 0.0394-0.044 0.0245-0.044 0.028-0.052 0.0342-0.035 0.0192-0.4612 0.28963-0.098 0.0595-0.026 0.0148-0.2468 0.15312-0.018 0.0122-0.2809 0.17063-0.01 4e-3 -0.018 0.0122-0.079 0.0455-0.01 3e-3 -0.079 0.049-0.01 5e-3 -0.07 0.0429-0.08 0.048-0.035 0.0227-0.1215 0.0726-0.061 0.0394-0.093 0.056-0.2712 0.15925-0.2713 0.15927-0.273 0.16011-0.273 0.161-0.5513 0.32201-0.2773 0.161-0.2783 0.16276-0.1155 0.0665-0.7272 0.42002-0.2826 0.16276-0.2853 0.16276-0.2852 0.16437-0.3754 0.21439-0.49 0.27738-0.2906 0.16461-1.1287 0.63438-0.052 0.0261-0.2975 0.1653-0.2976 0.16716-0.07 0.0368-0.3964 0.21879-0.8899 0.48915-0.4183 0.2292c-0.427 0.23189-0.8584 0.46554-1.2942 0.69916l-0.1111 0.0604-0.203 0.10859-0.6335 0.3369-0.3185 0.1697-0.052 0.028-0.5854 0.30889v2e-3l-0.3238 0.16878-0.093 0.0482-0.5582 0.29225-0.3272 0.1697-0.3002 0.15489c-0.4086 0.21184-0.8217 0.42351-1.2382 0.63528l-0.3404 0.17317c-0.4891 0.24764-0.9835 0.49703-1.4831 0.74554l-0.01 2e-3c-0.477 0.23714-0.9582 0.47515-1.4448 0.71317l-0.4829 0.23624c-0.5285 0.25638-1.0615 0.51541-1.6013 0.77353-30.135 14.401-78.478 29.723-170.25 36.311-65.745 4.7234-105.6 33.661-131.6 68.583v-119.16zm94.759 0h163.75v-74.77c0-45.214-36.664-81.877-81.876-81.877-45.211 0-81.876 36.664-81.876 81.877zm212.12 11.793c-0.49 0.24763-0.9827 0.49615-1.4832 0.74553m-59.997-202.38c-19.466-11.632-42.223-18.324-66.54-18.324-66.658 0-121.6 50.222-129.08 114.88 19.541-61.136 76.823-105.42 144.43-105.42 17.96 0 35.192 3.1326 51.183 8.8693zm107.87 218.46v214.25h-302.24c33.318-18.524 58.148-16.638 99.274-15.337 56.004 1.7711 117.89-21.69 148.32-52.755 30.438-31.069-2.7546-7.3511-37.21 1.3896-34.46 8.7354-101.14 9.6656-145.71-2.0502 140.38 1.9137 195.01-43.497 226.04-84.165 31.024-40.668-13.419-7.0606-42.21 6.9591-28.789 14.033-79.001 24.058-134.21 16.747 83.576-0.17318 147.17-41.938 187.95-85.04z" clip-rule="evenodd" fill="#0093dd" fill-rule="evenodd" image-rendering="optimizeQuality" shape-rendering="geometricPrecision" stroke-width="8.7503"/></g></g></svg>
|
After Width: | Height: | Size: 3.0 KiB |
2
privacytools.io/assets/img/svg/3rd-party/grapheneos-dark.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -263.13)"><g transform="matrix(.072143 0 0 .072143 -44.234 303.31)"><g transform="matrix(.17755 0 0 .17755 641.74 -556.97)" clip-rule="evenodd" fill="#fff" fill-rule="evenodd" image-rendering="optimizeQuality" shape-rendering="geometricPrecision"><path class="fil0" d="m605 798 381-217c-7-21-12-43-12-67 0-92 67-168 155-184v-330h64v330c88 16 155 92 155 184 0 24-5 46-13 67l382 217c14-16 31-30 50-42 80-46 180-26 237 42l286-165 32 56-286 165c31 84-2 180-82 226-18 10-36 17-55 21v442c19 4 37 11 55 21 80 46 113 142 82 226l286 165-32 56-286-165c-57 68-157 88-237 42-19-12-36-26-50-42-127 72-254 145-382 217 8 21 13 43 13 67 0 92-67 168-155 184v330h-64v-330c-88-16-155-92-155-184 0-24 5-46 12-67l-381-217c-14 16-31 30-50 42-80 46-180 26-237-42l-286 165-32-56 286-165c-31-84 2-180 82-226 18-10 36-17 55-21v-442c-19-4-37-11-55-21-80-46-113-142-82-226l-286-165 32-56 286 165c57-68 157-88 237-42 19 12 36 26 50 42zm1080 992c-18-50-15-108 14-157 30-52 81-84 136-92v-438c-55-8-106-40-136-92-29-49-32-107-14-157l-382-218c-35 40-85 65-142 65s-107-25-142-65l-382 218c18 50 15 108-14 157-30 52-81 84-136 92v438c55 8 106 40 136 92 29 49 32 107 14 157l382 218c35-40 85-65 142-65s107 25 142 65z" fill="#fff"/></g></g></g></svg>
|
After Width: | Height: | Size: 1.4 KiB |
2
privacytools.io/assets/img/svg/3rd-party/grapheneos.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -263.13)"><g transform="matrix(.072143 0 0 .072143 -44.234 303.31)"><g transform="matrix(.17755 0 0 .17755 641.74 -556.97)" clip-rule="evenodd" fill="#1b1b1b" fill-rule="evenodd" image-rendering="optimizeQuality" shape-rendering="geometricPrecision"><path class="fil0" d="m605 798 381-217c-7-21-12-43-12-67 0-92 67-168 155-184v-330h64v330c88 16 155 92 155 184 0 24-5 46-13 67l382 217c14-16 31-30 50-42 80-46 180-26 237 42l286-165 32 56-286 165c31 84-2 180-82 226-18 10-36 17-55 21v442c19 4 37 11 55 21 80 46 113 142 82 226l286 165-32 56-286-165c-57 68-157 88-237 42-19-12-36-26-50-42-127 72-254 145-382 217 8 21 13 43 13 67 0 92-67 168-155 184v330h-64v-330c-88-16-155-92-155-184 0-24 5-46 12-67l-381-217c-14 16-31 30-50 42-80 46-180 26-237-42l-286 165-32-56 286-165c-31-84 2-180 82-226 18-10 36-17 55-21v-442c-19-4-37-11-55-21-80-46-113-142-82-226l-286-165 32-56 286 165c57-68 157-88 237-42 19 12 36 26 50 42zm1080 992c-18-50-15-108 14-157 30-52 81-84 136-92v-438c-55-8-106-40-136-92-29-49-32-107-14-157l-382-218c-35 40-85 65-142 65s-107-25-142-65l-382 218c18 50 15 108-14 157-30 52-81 84-136 92v438c55 8 106 40 136 92 29 49 32 107 14 157l382 218c35-40 85-65 142-65s107 25 142 65z" fill="#1b1b1b"/></g></g></g></svg>
|
After Width: | Height: | Size: 1.4 KiB |
2
privacytools.io/assets/img/svg/3rd-party/https_everywhere.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -263.13)"><g transform="matrix(.072143 0 0 .072143 -44.234 303.31)" stroke-width="3.6675"><rect x="613.15" y="-556.97" width="388.28" height="388.28" fill="#0097ff"/><path d="m1001.4-556.97v469.44h81.143v-388.3z" fill="#045e9b"/><path d="m613.15-168.67 81.143 81.143h388.3l-81.143-81.143z" fill="#034377"/><path d="m696.4-274.44 30.005-60.267c24.039 23.187 109.46 56.298 113.23 26.665 4.1694-32.83-127.03-10.212-127.03-97.341 0-101.61 154.5-92.2 211.03-50.19l-29.704 60.476c-17.402-9.9096-93.418-43.606-98.21-20.148-7.3441 35.948 134.67 6.7456 125.06 111.33-8.5949 93.48-170.35 77.324-224.38 29.476z" fill="#fff"/></g></g></svg>
|
After Width: | Height: | Size: 801 B |
2
privacytools.io/assets/img/svg/3rd-party/i2p-dark.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -263.13)"><g transform="matrix(.072143 0 0 .072143 -44.234 303.31)"><g transform="matrix(4.2693 0 0 4.2693 375.06 -875.07)"><g fill="#fff"><path d="m55.768 116.33h5.6254v26.531h-5.6254z"/><path d="m83.567 142.86h-18.761v-3.9469l6.7371-6.8105c1.9948-2.0436 3.2979-3.4605 3.9102-4.2498 0.61183-0.78977 1.0522-1.5205 1.3217-2.1937 0.26898-0.67315 0.4037-1.3705 0.4037-2.0928 0-1.0769-0.29639-1.8787-0.8901-2.405-0.59371-0.52589-1.3858-0.78929-2.3772-0.78929-1.0406 0-2.0501 0.23877-3.0289 0.71589-0.97976 0.47756-2.0013 1.1568-3.0661 2.0376l-3.0838-3.6528c1.3217-1.1261 2.4167-1.9214 3.2859-2.3865 0.86873-0.46502 1.8174-0.8232 2.8454-1.0741 1.0281-0.25087 2.1783-0.3763 3.4512-0.3763 1.6766 0 3.1576 0.30615 4.4426 0.91798 1.285 0.61229 2.2824 1.4685 2.9922 2.57 0.70938 1.1015 1.0648 2.3623 1.0648 3.7815 0 1.2367-0.21742 2.3958-0.65178 3.4791-0.43437 1.0829-1.1075 2.1936-2.0195 3.3318-0.91147 1.1382-2.5179 2.76-4.8189 4.8644l-3.4512 3.2496v0.2569h11.694z"/><path d="m92.214 128.81h1.8508c1.73 0 3.0243-0.34145 3.8837-1.0253 0.85851-0.68337 1.2882-1.6785 1.2882-2.9853 0-1.3184-0.36003-2.2922-1.0796-2.9216-0.72008-0.62854-1.8485-0.94352-3.3843-0.94352h-2.5588zm12.703-4.2103c0 2.8557-0.89243 5.0391-2.6768 6.5513-1.7848 1.5126-4.3223 2.2684-7.6128 2.2684h-2.4134v9.4362h-5.6254v-26.531h8.4746c3.218 0 5.6644 0.69266 7.3406 2.078 1.6752 1.3853 2.5133 3.4508 2.5133 6.1968"/></g><path d="m121.18 137.1c0-3.4494-2.7962-6.2456-6.2456-6.2456-3.4494 0-6.2456 2.7962-6.2456 6.2456 0 3.4494 2.7962 6.2456 6.2456 6.2456 3.4494 0 6.2456-2.7962 6.2456-6.2456" fill="#ffc434"/><path d="m121.18 122.25c0-3.4494-2.7962-6.2456-6.2456-6.2456-3.4494 0-6.2456 2.7962-6.2456 6.2456 0 3.4494 2.7962 6.2456 6.2456 6.2456 3.4494 0 6.2456-2.7962 6.2456-6.2456" fill="#60ab60"/><path d="m136.03 137.1c0-3.4494-2.7962-6.2456-6.2456-6.2456-3.4494 0-6.2456 2.7962-6.2456 6.2456 0 3.4494 2.7962 6.2456 6.2456 6.2456 3.4494 0 6.2456-2.7962 6.2456-6.2456" fill="#e15647"/><path d="m136.03 122.25c0-3.4494-2.7962-6.2456-6.2456-6.2456-3.4494 0-6.2456 2.7962-6.2456 6.2456 0 3.4494 2.7962 6.2456 6.2456 6.2456 3.4494 0 6.2456-2.7962 6.2456-6.2456" fill="#ffc434"/><path d="m150.88 137.1c0-3.4494-2.7962-6.2456-6.2456-6.2456-3.4494 0-6.2456 2.7962-6.2456 6.2456 0 3.4494 2.7962 6.2456 6.2456 6.2456 3.4494 0 6.2456-2.7962 6.2456-6.2456" fill="#ffc434"/><path d="m150.88 122.25c0-3.4494-2.7962-6.2456-6.2456-6.2456-3.4494 0-6.2456 2.7962-6.2456 6.2456 0 3.4494 2.7962 6.2456 6.2456 6.2456 3.4494 0 6.2456-2.7962 6.2456-6.2456" fill="#60ab60"/><path d="m165.73 137.1c0-3.4494-2.7962-6.2456-6.2456-6.2456-3.4494 0-6.2456 2.7962-6.2456 6.2456 0 3.4494 2.7962 6.2456 6.2456 6.2456 3.4494 0 6.2456-2.7962 6.2456-6.2456" fill="#60ab60"/><path d="m165.73 122.25c0-3.4494-2.7962-6.2456-6.2456-6.2456-3.4494 0-6.2456 2.7962-6.2456 6.2456 0 3.4494 2.7962 6.2456 6.2456 6.2456 3.4494 0 6.2456-2.7962 6.2456-6.2456" fill="#e15647"/></g></g></g></svg>
|
After Width: | Height: | Size: 3.0 KiB |
2
privacytools.io/assets/img/svg/3rd-party/i2p.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -263.13)"><g transform="matrix(.072143 0 0 .072143 -44.234 303.31)"><g transform="matrix(4.2693 0 0 4.2693 375.06 -875.07)"><g fill="#231f20"><path d="m55.768 116.33h5.6254v26.531h-5.6254z"/><path d="m83.567 142.86h-18.761v-3.9469l6.7371-6.8105c1.9948-2.0436 3.2979-3.4605 3.9102-4.2498 0.61183-0.78977 1.0522-1.5205 1.3217-2.1937 0.26898-0.67315 0.4037-1.3705 0.4037-2.0928 0-1.0769-0.29639-1.8787-0.8901-2.405-0.59371-0.52589-1.3858-0.78929-2.3772-0.78929-1.0406 0-2.0501 0.23877-3.0289 0.71589-0.97976 0.47756-2.0013 1.1568-3.0661 2.0376l-3.0838-3.6528c1.3217-1.1261 2.4167-1.9214 3.2859-2.3865 0.86873-0.46502 1.8174-0.8232 2.8454-1.0741 1.0281-0.25087 2.1783-0.3763 3.4512-0.3763 1.6766 0 3.1576 0.30615 4.4426 0.91798 1.285 0.61229 2.2824 1.4685 2.9922 2.57 0.70938 1.1015 1.0648 2.3623 1.0648 3.7815 0 1.2367-0.21742 2.3958-0.65178 3.4791-0.43437 1.0829-1.1075 2.1936-2.0195 3.3318-0.91147 1.1382-2.5179 2.76-4.8189 4.8644l-3.4512 3.2496v0.2569h11.694z"/><path d="m92.214 128.81h1.8508c1.73 0 3.0243-0.34145 3.8837-1.0253 0.85851-0.68337 1.2882-1.6785 1.2882-2.9853 0-1.3184-0.36003-2.2922-1.0796-2.9216-0.72008-0.62854-1.8485-0.94352-3.3843-0.94352h-2.5588zm12.703-4.2103c0 2.8557-0.89243 5.0391-2.6768 6.5513-1.7848 1.5126-4.3223 2.2684-7.6128 2.2684h-2.4134v9.4362h-5.6254v-26.531h8.4746c3.218 0 5.6644 0.69266 7.3406 2.078 1.6752 1.3853 2.5133 3.4508 2.5133 6.1968"/></g><path d="m121.18 137.1c0-3.4494-2.7962-6.2456-6.2456-6.2456-3.4494 0-6.2456 2.7962-6.2456 6.2456 0 3.4494 2.7962 6.2456 6.2456 6.2456 3.4494 0 6.2456-2.7962 6.2456-6.2456" fill="#ffc434"/><path d="m121.18 122.25c0-3.4494-2.7962-6.2456-6.2456-6.2456-3.4494 0-6.2456 2.7962-6.2456 6.2456 0 3.4494 2.7962 6.2456 6.2456 6.2456 3.4494 0 6.2456-2.7962 6.2456-6.2456" fill="#60ab60"/><path d="m136.03 137.1c0-3.4494-2.7962-6.2456-6.2456-6.2456-3.4494 0-6.2456 2.7962-6.2456 6.2456 0 3.4494 2.7962 6.2456 6.2456 6.2456 3.4494 0 6.2456-2.7962 6.2456-6.2456" fill="#e15647"/><path d="m136.03 122.25c0-3.4494-2.7962-6.2456-6.2456-6.2456-3.4494 0-6.2456 2.7962-6.2456 6.2456 0 3.4494 2.7962 6.2456 6.2456 6.2456 3.4494 0 6.2456-2.7962 6.2456-6.2456" fill="#ffc434"/><path d="m150.88 137.1c0-3.4494-2.7962-6.2456-6.2456-6.2456-3.4494 0-6.2456 2.7962-6.2456 6.2456 0 3.4494 2.7962 6.2456 6.2456 6.2456 3.4494 0 6.2456-2.7962 6.2456-6.2456" fill="#ffc434"/><path d="m150.88 122.25c0-3.4494-2.7962-6.2456-6.2456-6.2456-3.4494 0-6.2456 2.7962-6.2456 6.2456 0 3.4494 2.7962 6.2456 6.2456 6.2456 3.4494 0 6.2456-2.7962 6.2456-6.2456" fill="#60ab60"/><path d="m165.73 137.1c0-3.4494-2.7962-6.2456-6.2456-6.2456-3.4494 0-6.2456 2.7962-6.2456 6.2456 0 3.4494 2.7962 6.2456 6.2456 6.2456 3.4494 0 6.2456-2.7962 6.2456-6.2456" fill="#60ab60"/><path d="m165.73 122.25c0-3.4494-2.7962-6.2456-6.2456-6.2456-3.4494 0-6.2456 2.7962-6.2456 6.2456 0 3.4494 2.7962 6.2456 6.2456 6.2456 3.4494 0 6.2456-2.7962 6.2456-6.2456" fill="#e15647"/></g></g></g></svg>
|
After Width: | Height: | Size: 3.0 KiB |
1
privacytools.io/assets/img/svg/3rd-party/invidious.svg
vendored
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 31 31" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g><path d="M14,0.609c-3.927,0.345 -7.717,2.21 -10.235,5.037c-2.488,2.792 -3.765,6.08 -3.765,9.703c-0.005,2.361 0.507,4.479 1.581,6.566c0.74,1.439 1.555,2.544 2.736,3.719c0.871,0.867 1.338,1.252 2.336,1.916c2.102,1.403 4.585,2.29 7.114,2.538c0.815,0.081 2.573,0.071 3.374,-0.02c4.631,-0.532 8.69,-2.99 11.213,-6.8c1.55,-2.341 2.366,-5.041 2.366,-7.869c0,-1.358 -0.111,-2.27 -0.431,-3.541c-0.476,-1.916 -1.484,-3.942 -2.741,-5.528c-0.79,-0.993 -2.275,-2.356 -3.369,-3.096c-2.052,-1.378 -4.53,-2.295 -6.987,-2.579c-0.659,-0.076 -2.544,-0.106 -3.192,-0.046Zm2.406,0.705c2.671,0.197 5.128,1.028 7.271,2.457c0.892,0.593 1.388,1.003 2.209,1.824c1.596,1.586 2.625,3.207 3.365,5.295c0.263,0.75 0.567,2.022 0.663,2.812c0.097,0.76 0.087,2.701 -0.02,3.466c-0.517,3.698 -2.478,7.002 -5.533,9.302c-1.682,1.267 -3.628,2.154 -5.751,2.63c-1.763,0.39 -3.972,0.441 -5.826,0.127c-6.152,-1.039 -11.031,-5.863 -11.907,-11.776c-0.284,-1.91 -0.152,-4.058 0.354,-5.816c0.765,-2.635 2.164,-4.814 4.307,-6.719c2.868,-2.543 6.931,-3.891 10.868,-3.602Z" style="fill-rule:nonzero;"/><path d="M14.086,7.095c-0.629,0.329 -0.623,1.292 0.015,1.616c0.436,0.223 0.993,0.081 1.251,-0.314c0.294,-0.441 0.132,-1.069 -0.339,-1.307c-0.258,-0.132 -0.669,-0.132 -0.927,0.005Z" style="fill-rule:nonzero;"/><path d="M14.567,9.937c-0.061,0.081 -0.319,0.841 -0.517,1.536c-0.152,0.527 -0.511,1.773 -0.836,2.862c-0.101,0.35 -0.294,1.009 -0.43,1.47c-0.132,0.461 -0.325,1.119 -0.431,1.469c-0.101,0.35 -0.294,1.008 -0.431,1.469c-0.132,0.462 -0.324,1.12 -0.43,1.47c-0.102,0.349 -0.289,0.988 -0.411,1.419c-0.299,1.048 -0.471,1.514 -0.583,1.57c-0.05,0.031 -0.177,0.051 -0.283,0.051c-0.37,0 -0.426,0.04 -0.411,0.273l0.015,0.208l1.156,0.015l1.155,0.011l-0.015,-0.239l-0.015,-0.243l-0.37,-0.015c-0.335,-0.015 -0.375,-0.025 -0.426,-0.137c-0.066,-0.142 0,-0.527 0.188,-1.14c0.065,-0.208 0.238,-0.79 0.38,-1.292c0.141,-0.501 0.334,-1.165 0.43,-1.469c0.091,-0.309 0.284,-0.968 0.431,-1.47c0.142,-0.501 0.334,-1.165 0.431,-1.469c0.091,-0.309 0.283,-0.968 0.43,-1.469c0.431,-1.505 0.623,-2.123 0.664,-2.174c0.025,-0.025 0.086,0.056 0.142,0.177c0.051,0.122 0.973,1.992 2.042,4.15c1.069,2.159 2.265,4.57 2.65,5.361l0.704,1.429l0.851,0c0.466,0 0.851,-0.021 0.851,-0.041c0,-0.02 -0.38,-0.801 -0.841,-1.733c-2.979,-5.994 -4.909,-9.921 -5.234,-10.64c-0.147,-0.319 -0.349,-0.765 -0.451,-0.988c-0.223,-0.481 -0.293,-0.557 -0.405,-0.421Z" style="fill-rule:nonzero;"/></g></svg>
|
After Width: | Height: | Size: 2.8 KiB |
2
privacytools.io/assets/img/svg/3rd-party/ivpn.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="384" height="128" version="1.1" viewBox="0 0 101.6 33.867" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -263.13)"><g transform="matrix(.072143 0 0 .072143 -44.234 303.31)"><g id="Designs" transform="matrix(16.188 0 0 16.188 613.15 -556.97)" fill="none" fill-rule="evenodd"><g id="_Assets" transform="translate(-48,-1754)" fill="#f34"><g id="ivpn-logo" transform="translate(48,1754)"><path d="m6.9867 0h6.2484c0.07765 0 0.15155 0.034519 0.20174 0.094486 0.05068 0.059715 0.07241 0.13883 0.05942 0.21644l-4.5997 28.069c-0.020224 0.12346-0.12284 0.21618-0.24643 0.22324l-6.8703 0.39584c-0.0049935 2.52e-4 -0.0097373 5.04e-4 -0.01498 5.04e-4 -0.074902 0-0.14681-0.032-0.19699-0.08869-0.05393-0.06072-0.077649-0.14261-0.064166-0.22274l3.8812-23.463c-0.08136-3.4959-4.3574-4.3411-4.8792-4.4719-0.56307-0.14146-0.50388-0.75335-0.50388-0.75335zm33.476 0.12655c-0.047197-0.078505-0.13132-0.12655-0.22204-0.12655h-6.7405c-0.09684 0-0.18512 0.054483-0.23011 0.14091l-9.3019 17.994-3.1663-17.919c-0.022253-0.12556-0.12961-0.21669-0.2553-0.21669h-6.7868c-0.07703 0-0.15064 0.034919-0.19979 0.095346-0.04915 0.059932-0.06945 0.13943-0.05527 0.21645l5.0251 26.948c0.02323 0.12457 0.13058 0.21397 0.25481 0.21397 0.0046 0 0.0098-2.47e-4 0.01467-4.95e-4l7.8344-0.4532c0.09121-0.0052 0.17338-0.05869 0.21544-0.14091l13.622-26.495c0.04206-0.081725 0.03888-0.1793-0.0081-0.2578zm20.994 5.6861c-0.087067-0.81396-0.27194-1.5371-0.54983-2.1501-0.27885-0.61303-0.62974-1.1384-1.0427-1.5612-0.4079-0.41575-0.83608-0.76233-1.2781-1.0334-1.0708-0.62009-2.3434-0.97909-3.7985-1.068h-12.877c-0.12356 0-0.22948 0.091333-0.24975 0.21579l-4.1575 25.431c-0.01288 0.07745 0.01002 0.15661 0.06131 0.2153 0.04795 0.0548 0.11665 0.08573 0.18845 0.08573 5e-3 0 0.0093-2.43e-4 0.01431-4.87e-4l6.4737-0.37727c0.11832-0.0068 0.21612-0.09669 0.23544-0.21603l0.77382-4.7919 6.3017-4.87e-4c1.4336-0.08792 2.7869-0.44473 4.022-1.0602 1.0684-0.53095 2.1106-1.3861 3.0984-2.5408 0.99662-1.1657 1.6915-2.8245 2.0636-4.9315l0.59182-3.4083c0.17151-1.0539 0.21516-1.9986 0.12857-2.8077zm-7.4661 6.0769c-0.07705 0.39237-0.2185 0.73554-0.42317 1.0232-0.17747 0.25841-0.41744 0.48954-0.71252 0.68609-0.28028 0.18681-0.66696 0.28131-1.149 0.28131h-5.4024l1.1426-7.2421h5.484c0.46825 0 0.80937 0.094256 1.0136 0.27911 0.22304 0.20264 0.38524 0.43134 0.4797 0.67124 0.09923 0.28058 0.13692 0.62253 0.1145 0.98981zm32.753-11.89h-6.5505c-0.1253 0-0.23269 0.096229-0.25325 0.22736l-2.3337 14.831-5.0595-14.879c-0.037008-0.10752-0.13328-0.17963-0.24164-0.17963h-6.5505c-0.1253 0-0.23269 0.096229-0.25325 0.22736l-3.9972 25.403c-0.01306 0.0816 0.0099 0.165 0.06216 0.22684 0.04862 0.05774 0.11828 0.09033 0.19085 0.09033 0.0051 0 6.6654-0.40339 6.6654-0.40339 0.11998-0.0072 0.21915-0.10162 0.23874-0.22736l1.6709-10.72 3.5291 10.422c0.03846 0.11394 0.14174 0.18296 0.25616 0.17988l8.8813-0.53811c0.11973-0.0072 0.21891-0.10136 0.2385-0.22736l3.7596-24.117c0.01258-0.079036-0.0085-0.15961-0.05757-0.22043-0.048618-0.061073-0.12046-0.096229-0.19568-0.096229z"/></g></g></g></g></g></svg>
|
After Width: | Height: | Size: 3.0 KiB |
2
privacytools.io/assets/img/svg/3rd-party/jami.svg
vendored
Normal file
After Width: | Height: | Size: 17 KiB |
2
privacytools.io/assets/img/svg/3rd-party/jitsi.svg
vendored
Normal file
After Width: | Height: | Size: 8.8 KiB |
2
privacytools.io/assets/img/svg/3rd-party/joplin.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.866 33.866" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="linearGradient26" x2="1" gradientTransform="matrix(-4387.9 4387.9 4387.9 4387.9 4754 366.05)" gradientUnits="userSpaceOnUse"><stop stop-color="#004caf" offset="0"/><stop stop-color="#1f95f8" offset="1"/></linearGradient></defs><g transform="matrix(.066145 0 0 -.066145 3.2e-7 33.866)"><g transform="scale(.1)"><g clip-path="url(#clipPath20)"><path d="m3873.9 0h-2627.8c-685.36 0-1246.1 560.75-1246.1 1246.1v2627.8c0 685.37 560.75 1246.1 1246.1 1246.1h2627.8c685.36 0 1246.1-560.75 1246.1-1246.1v-2627.8c0-685.36-560.75-1246.1-1246.1-1246.1" fill="url(#linearGradient26)"/></g><path d="m3961.6 4435.2h-1391.4c-13.15 0-23.78-10.64-23.78-23.77v-441.84c0-14.87 12.04-26.92 26.92-26.92h190.77c77.16 0 139.73-59.35 146.43-134.77v-2090.6h-0.05c0.48-16.84-0.19-33.4-1.83-49.71-0.18-2.38-0.5-4.73-0.79-7.09-1.1-9.53-2.32-19.01-4.17-28.29-1.01-5.29-2.44-10.44-3.71-15.65-1.71-6.93-3.09-13.97-5.22-20.75-12.58-40.27-32.47-77.62-59.98-110.5-1.01-1.17-2.26-2.25-3.26-3.41-8.39-9.72-17.2-19.19-26.95-28.06-9.84-8.95-20.26-17.27-31.21-25-77.84-55.14-182.61-79.4-299.67-68.2-149.26 14.03-297.34 81.72-417.03 190.62-119.67 108.89-194.08 243.62-209.48 379.41-13.85 121.48 22.55 228.38 102.42 301.05 0.21 0.16 0.4 0.31 0.56 0.48 3.09 2.77 6.49 5.2 9.67 7.87 57.16 47.89 131.67 76.91 216.7 84.91 0.96 0.09 1.88 0.24 2.79 0.32 8.95 0.79 18.07 1.15 27.27 1.49 4.81 0.16 9.56 0.5 14.44 0.54 1.62 0.02 3.16 0.19 4.78 0.19 2.9 0 5.91-0.38 8.81-0.42 13.4-0.21 26.9-0.76 40.67-1.94 1.74-0.14 3.4-0.08 5.19-0.24 1.27-0.13 2.53-0.41 3.8-0.54 78-7.82 155.23-31.11 228.52-66.4 1.53-0.07 3.3-0.54 5.51-1.76 22.34-12.34 26.62 0.9 27.28 9.65v665.06c0 19.05-13.25 35.9-31.83 39.99-394.76 86.88-782.08-3.55-1055.4-252.34-238.75-217.18-354.24-530.58-316.82-859.79 33.39-293.23 183.91-574.94 423.88-793.33 233.89-212.79 531.69-345.86 838.88-374.8 42.33-3.918 84.86-5.938 126.36-5.938 293.38 0 565.61 100.6 766.54 283.38 190.34 173.3 304.35 411.27 321.08 670.16l1.55 1697.9h0.17v453.97h0.06v7.92c1.72 80.12 67.05 144.58 147.61 144.58h190.77c14.86 0 26.92 12.05 26.92 26.92v441.84c0 13.13-10.63 23.77-23.78 23.77" fill="#fff"/></g></g></svg>
|
After Width: | Height: | Size: 2.2 KiB |
2
privacytools.io/assets/img/svg/3rd-party/k9mail.svg
vendored
Normal file
After Width: | Height: | Size: 10 KiB |
2
privacytools.io/assets/img/svg/3rd-party/keepassxc.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128" height="128" version="1.1" viewBox="0 0 33.866 33.866" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="linearGradient5199" x1="53.239" x2="53.239" y1="12.753" y2="86.357" gradientUnits="userSpaceOnUse"><stop stop-color="#226e23" offset="0"/><stop stop-color="#63ab3a" offset="1"/></linearGradient></defs><g transform="matrix(.25 0 0 .25 1.856 -31.277)"><g transform="matrix(1.426 0 0 1.426 -10.989 121.55)"><circle cx="50" cy="50" r="45.934" fill="#fff" fill-rule="evenodd" opacity=".871" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".78431" stroke-width="3.1319"/><circle cx="50" cy="50" r="42.321" fill="none"/><path d="m50 6.3242a43.676 43.676 0 0 0-43.676 43.676 43.676 43.676 0 0 0 43.676 43.676 43.676 43.676 0 0 0 43.676-43.676 43.676 43.676 0 0 0-43.676-43.676zm0 6.7109c2.2642 0.0083 4.5234 0.2249 6.748 0.64648 0.10716 0.48368 0.16797 0.98402 0.16797 1.5 0 3.8226-3.0973 6.918-6.918 6.916-3.8207 0.0022-6.916-3.0914-6.916-6.9141 0-0.5181 0.06204-1.0203 0.16992-1.5059 2.2248-0.42016 4.4839-0.6357 6.748-0.64258zm-18.994 5.2988c-0.24053 1.2192-0.37133 2.4741-0.37109 3.7637 0 7.7197 4.5284 14.368 11.064 17.48v35.09l8.2988 8.2988 8.3008-8.3008-0.47656-7.3496 3.9141-3.9121-3.9141-3.9121 5.8711-5.8672-5.8711-5.8711 0.47656-8.1777c6.538-3.1106 11.066-9.7589 11.066-17.479 0-1.287-0.1334-2.541-0.37305-3.7578 11.132 6.6675 17.954 18.684 17.973 31.66-5.4e-4 20.415-16.55 36.964-36.965 36.965-20.415-5.52e-4 -36.964-16.55-36.965-36.965 0.01555-12.978 6.8371-24.997 17.971-31.666zm13.459 25.898h2.7676v27.666h-2.7656l-2e-3 -27.664v-2e-3z" fill="#f9f9f9" fill-rule="evenodd"/><path d="m56.748 13.682c0.10716 0.48368 0.16838 0.98465 0.16838 1.5006 0 3.8227-3.0974 6.9179-6.918 6.9159-3.8207 0.0022-6.9159-3.0912-6.9159-6.9138 0-0.5181 0.0626-1.0214 0.17048-1.5069 2.2248-0.42016 4.4835-0.63504 6.7476-0.64192 2.2642 0.0083 4.5229 0.22456 6.7476 0.64614zm-26.113 8.4166c0 7.7197 4.5282 14.367 11.064 17.479v35.091l8.2987 8.2987 8.3008-8.3008-0.47566-7.3495 3.9126-3.9126-3.9126-3.9126 5.8699-5.8678-5.8699-5.8699 0.47565-8.1788c6.538-3.1106 11.066-9.7575 11.066-17.477 0-1.287-0.13288-2.5421-0.37253-3.7589 11.132 6.6675 17.954 18.684 17.972 31.661-5.4e-4 20.415-16.55 36.964-36.964 36.964-20.415-5.5e-4 -36.964-16.55-36.964-36.964 0.0155-12.978 6.8361-24.998 17.97-31.667-0.24053 1.2192-0.37066 2.4757-0.37042 3.7652zm13.83 22.135h2.7676v27.666h-2.7655l-2e-3 -27.664v-2e-3z" fill="url(#linearGradient5199)" opacity=".94"/></g></g></svg>
|
After Width: | Height: | Size: 2.5 KiB |
2
privacytools.io/assets/img/svg/3rd-party/kolab_now-dark.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="384" height="128" version="1.1" viewBox="0 0 101.6 33.867" xmlns="http://www.w3.org/2000/svg"><g stroke-width=".067619"><g fill="#f3a628"><path class="st0" d="m-5.0944e-4 11.111c0-0.2299 0.17581-0.43276 0.43277-0.43276h0.52066c0.2299 0 0.43276 0.1961 0.43276 0.43276v5.0647l5.5853-5.3149c0.07443-0.08791 0.2299-0.17581 0.3381-0.17581h0.87904c0.32458 0 0.50039 0.35838 0.21638 0.62886l-5.653 5.2811 5.9234 6.0654c0.12847 0.12848 0.08794 0.55448-0.30428 0.55448h-0.91285c-0.12849 0-0.28401-0.07438-0.32458-0.12848l-5.7476-5.9978v5.6935c0 0.2299-0.1961 0.43276-0.43276 0.43276h-0.52066c-0.25019 0-0.43277-0.1961-0.43277-0.43276z"/><path class="st0" d="m25.106 11.017c0-0.17581 0.142-0.3381 0.3381-0.3381h0.69647c0.17581 0 0.3381 0.16229 0.3381 0.3381v10.988h5.1526c0.1961 0 0.3381 0.16229 0.3381 0.3381v0.52067c0 0.17581-0.142 0.3381-0.3381 0.3381h-6.1939c-0.19609 0-0.3381-0.16229-0.3381-0.3381v-11.847z"/><path class="st0" d="m32.734 22.742 5.4433-12.043c0.05405-0.1082 0.142-0.1961 0.30428-0.1961h0.17581c0.16229 0 0.25018 0.08791 0.30428 0.1961l5.4028 12.043c0.10821 0.22991-0.03378 0.46657-0.30428 0.46657h-0.71676c-0.16229 0-0.27047-0.10818-0.30428-0.1961l-1.3253-2.955h-6.3494l-1.3051 2.955c-0.03378 0.0879-0.142 0.1961-0.30428 0.1961h-0.71676c-0.27047 0-0.41248-0.23667-0.30428-0.46657zm8.4997-3.7934c-0.87905-1.9474-1.7378-3.9219-2.6101-5.8693h-0.142l-2.6101 5.8693z"/><path class="st0" d="m46.312 11.017c0-0.17581 0.142-0.3381 0.33809-0.3381h3.9219c2.1841 0 3.6717 1.4132 3.6717 3.2931 0 1.3794-0.91286 2.3802-1.7513 2.8603 0.94667 0.39219 2.1503 1.2712 2.1503 2.9144 0 2.0015-1.5958 3.4553-3.9016 3.4553h-4.0774c-0.1961 0-0.3381-0.16229-0.3381-0.3381v-11.847zm4.5643 10.988c1.305 0 2.2517-0.98724 2.2517-2.272 0-1.2712-1.163-2.2044-2.556-2.2044h-2.955v4.4764zm-0.3043-5.7071c1.3794 0 2.1503-0.98724 2.1503-2.2382 0-1.2915-0.77086-2.1503-2.1503-2.1503h-2.9144v4.3817h2.9144z"/></g><g fill="#e8e8e8"><path class="st1" d="m59.437 10.821c0-0.17581 0.16229-0.32457 0.3381-0.32457h0.44629l8.0737 10.055h0.03381v-9.5343c0-0.17581 0.142-0.3381 0.3381-0.3381h0.62886c0.17581 0 0.3381 0.16229 0.3381 0.3381v12.043c0 0.17581-0.16229 0.32457-0.3381 0.32457h-0.32457l-8.209-10.251h-0.02027v9.7372c0 0.17581-0.142 0.3381-0.3381 0.3381h-0.62886c-0.1758 0-0.33809-0.16228-0.33809-0.3381z"/><path class="st1" d="m78.803 10.503c3.5771 0 6.4441 2.8806 6.4441 6.4576s-2.8603 6.4238-6.4441 6.4238-6.4238-2.8468-6.4238-6.4238c0-3.5771 2.84-6.4576 6.4238-6.4576zm0 11.63c2.8468 0 5.1864-2.3261 5.1864-5.1729s-2.3464-5.2067-5.1864-5.2067-5.1729 2.3599-5.1729 5.2067 2.3261 5.1729 5.1729 5.1729z"/><path class="st1" d="m86.748 11.111c-0.07438-0.25019 0.07438-0.43276 0.32457-0.43276h0.75057c0.142 0 0.284 0.12848 0.32457 0.25019l2.4884 9.2706h0.07438l2.9888-9.5005c0.0338-0.1082 0.142-0.1961 0.30429-0.1961h0.32457c0.142 0 0.27048 0.08791 0.30429 0.1961l3.0429 9.5005h0.0744l2.4343-9.2706c0.0338-0.12848 0.17581-0.25019 0.32457-0.25019h0.75057c0.25019 0 0.3922 0.17581 0.32457 0.43276l-3.3809 12.023c-0.0338 0.142-0.17581 0.25019-0.32457 0.25019h-0.284c-0.12848 0-0.25019-0.08791-0.30429-0.1961l-3.097-9.6831h-0.0879l-3.0429 9.6831c-0.05409 0.10818-0.17581 0.1961-0.30428 0.1961h-0.284c-0.142 0-0.284-0.1082-0.32457-0.25019z"/></g><path class="st0" d="m17.391 23.121c-0.27047 0-0.52066-0.18257-0.58828-0.45981-0.08119-0.32457 0.11496-0.6559 0.44628-0.73705 2.3126-0.57476 3.9287-2.6507 3.9287-5.0309 0-2.8603-2.3261-5.1864-5.1864-5.1864s-5.1864 2.3261-5.1864 5.1864c0 2.387 1.6161 4.4561 3.9287 5.0309 0.32458 0.08114 0.52743 0.41248 0.44629 0.73705-0.08118 0.32457-0.41248 0.52743-0.73705 0.44629-2.8535-0.71-4.8483-3.2728-4.8483-6.2142 0-3.5297 2.8738-6.4103 6.4103-6.4103s6.4103 2.8738 6.4103 6.4103c0 2.9482-1.9948 5.5042-4.8483 6.2142-0.07443 0.0068-0.12172 0.01352-0.17581 0.01352z" fill="#f3a628"/></g></svg>
|
After Width: | Height: | Size: 3.8 KiB |
2
privacytools.io/assets/img/svg/3rd-party/kolab_now.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="384" height="128" version="1.1" viewBox="0 0 101.6 33.867" xmlns="http://www.w3.org/2000/svg"><g stroke-width=".067619"><g fill="#f3a628"><path class="st0" d="m-5.0944e-4 11.111c0-0.2299 0.17581-0.43276 0.43277-0.43276h0.52066c0.2299 0 0.43276 0.1961 0.43276 0.43276v5.0647l5.5853-5.3149c0.07443-0.08791 0.2299-0.17581 0.3381-0.17581h0.87904c0.32458 0 0.50039 0.35838 0.21638 0.62886l-5.653 5.2811 5.9234 6.0654c0.12847 0.12848 0.08794 0.55448-0.30428 0.55448h-0.91285c-0.12849 0-0.28401-0.07438-0.32458-0.12848l-5.7476-5.9978v5.6935c0 0.2299-0.1961 0.43276-0.43276 0.43276h-0.52066c-0.25019 0-0.43277-0.1961-0.43277-0.43276z"/><path class="st0" d="m25.106 11.017c0-0.17581 0.142-0.3381 0.3381-0.3381h0.69647c0.17581 0 0.3381 0.16229 0.3381 0.3381v10.988h5.1526c0.1961 0 0.3381 0.16229 0.3381 0.3381v0.52067c0 0.17581-0.142 0.3381-0.3381 0.3381h-6.1939c-0.19609 0-0.3381-0.16229-0.3381-0.3381v-11.847z"/><path class="st0" d="m32.734 22.742 5.4433-12.043c0.05405-0.1082 0.142-0.1961 0.30428-0.1961h0.17581c0.16229 0 0.25018 0.08791 0.30428 0.1961l5.4028 12.043c0.10821 0.22991-0.03378 0.46657-0.30428 0.46657h-0.71676c-0.16229 0-0.27047-0.10818-0.30428-0.1961l-1.3253-2.955h-6.3494l-1.3051 2.955c-0.03378 0.0879-0.142 0.1961-0.30428 0.1961h-0.71676c-0.27047 0-0.41248-0.23667-0.30428-0.46657zm8.4997-3.7934c-0.87905-1.9474-1.7378-3.9219-2.6101-5.8693h-0.142l-2.6101 5.8693z"/><path class="st0" d="m46.312 11.017c0-0.17581 0.142-0.3381 0.33809-0.3381h3.9219c2.1841 0 3.6717 1.4132 3.6717 3.2931 0 1.3794-0.91286 2.3802-1.7513 2.8603 0.94667 0.39219 2.1503 1.2712 2.1503 2.9144 0 2.0015-1.5958 3.4553-3.9016 3.4553h-4.0774c-0.1961 0-0.3381-0.16229-0.3381-0.3381v-11.847zm4.5643 10.988c1.305 0 2.2517-0.98724 2.2517-2.272 0-1.2712-1.163-2.2044-2.556-2.2044h-2.955v4.4764zm-0.3043-5.7071c1.3794 0 2.1503-0.98724 2.1503-2.2382 0-1.2915-0.77086-2.1503-2.1503-2.1503h-2.9144v4.3817h2.9144z"/></g><g fill="#575756"><path class="st1" d="m59.437 10.821c0-0.17581 0.16229-0.32457 0.3381-0.32457h0.44629l8.0737 10.055h0.03381v-9.5343c0-0.17581 0.142-0.3381 0.3381-0.3381h0.62886c0.17581 0 0.3381 0.16229 0.3381 0.3381v12.043c0 0.17581-0.16229 0.32457-0.3381 0.32457h-0.32457l-8.209-10.251h-0.02027v9.7372c0 0.17581-0.142 0.3381-0.3381 0.3381h-0.62886c-0.1758 0-0.33809-0.16228-0.33809-0.3381z"/><path class="st1" d="m78.803 10.503c3.5771 0 6.4441 2.8806 6.4441 6.4576s-2.8603 6.4238-6.4441 6.4238-6.4238-2.8468-6.4238-6.4238c0-3.5771 2.84-6.4576 6.4238-6.4576zm0 11.63c2.8468 0 5.1864-2.3261 5.1864-5.1729s-2.3464-5.2067-5.1864-5.2067-5.1729 2.3599-5.1729 5.2067 2.3261 5.1729 5.1729 5.1729z"/><path class="st1" d="m86.748 11.111c-0.07438-0.25019 0.07438-0.43276 0.32457-0.43276h0.75057c0.142 0 0.284 0.12848 0.32457 0.25019l2.4884 9.2706h0.07438l2.9888-9.5005c0.0338-0.1082 0.142-0.1961 0.30429-0.1961h0.32457c0.142 0 0.27048 0.08791 0.30429 0.1961l3.0429 9.5005h0.0744l2.4343-9.2706c0.0338-0.12848 0.17581-0.25019 0.32457-0.25019h0.75057c0.25019 0 0.3922 0.17581 0.32457 0.43276l-3.3809 12.023c-0.0338 0.142-0.17581 0.25019-0.32457 0.25019h-0.284c-0.12848 0-0.25019-0.08791-0.30429-0.1961l-3.097-9.6831h-0.0879l-3.0429 9.6831c-0.05409 0.10818-0.17581 0.1961-0.30428 0.1961h-0.284c-0.142 0-0.284-0.1082-0.32457-0.25019z"/></g><path class="st0" d="m17.391 23.121c-0.27047 0-0.52066-0.18257-0.58828-0.45981-0.08119-0.32457 0.11496-0.6559 0.44628-0.73705 2.3126-0.57476 3.9287-2.6507 3.9287-5.0309 0-2.8603-2.3261-5.1864-5.1864-5.1864s-5.1864 2.3261-5.1864 5.1864c0 2.387 1.6161 4.4561 3.9287 5.0309 0.32458 0.08114 0.52743 0.41248 0.44629 0.73705-0.08118 0.32457-0.41248 0.52743-0.73705 0.44629-2.8535-0.71-4.8483-3.2728-4.8483-6.2142 0-3.5297 2.8738-6.4103 6.4103-6.4103s6.4103 2.8738 6.4103 6.4103c0 2.9482-1.9948 5.5042-4.8483 6.2142-0.07443 0.0068-0.12172 0.01352-0.17581 0.01352z" fill="#f3a628"/></g></svg>
|
After Width: | Height: | Size: 3.8 KiB |
1
privacytools.io/assets/img/svg/3rd-party/lbrytv.svg
vendored
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 31 31" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g><path d="M30.082,11.129l0,1.526l-15.02,9.23l-11.318,-5.551l0.022,-0.855l11.253,5.54l14.305,-8.786l0,-0.628l-13.504,-6.514l-15.063,9.317l0,4.166l14.262,7.055l14.889,-9.133l0.422,0.649l-15.268,9.35l-15.062,-7.445l0,-5.064l15.777,-9.761l14.305,6.904Z" style="fill:#222;fill-rule:nonzero;"/><path d="M29.887,18.163l0.216,-1.364l-1.32,-0.227l0.087,-0.53l1.85,0.314l-0.303,1.893l-0.53,-0.086Z" style="fill:#222;fill-rule:nonzero;"/></g></svg>
|
After Width: | Height: | Size: 879 B |