Mint-Y icon #16889

Open
opened 2026-02-22 03:30:40 -05:00 by deekerman · 0 comments
Owner

Originally created by @C-Yassin on GitHub (May 20, 2025).

Suggestion

Specifics:
qBittorrent v4.6.3
OS: Linux Mint 22.1 x86_64

I love using qBittorrent, but the correct Mint-Y icon is a bit off(all due respect to the original creators)

Use case

i have a new icon for the Mint-Y them, that i made

Extra info/examples/attachments

i have a new icon for the Mint-Y them, that i made
here's the icon

SVG icon url:
https://gofile.io/d/A18KXM

SVG icon contents:

<svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192">
  <defs>
    <linearGradient id="bgGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#b9e2fc"/>
      <stop offset="100%" stop-color="#74c0e3"/>
    </linearGradient>
  </defs>

  <!-- Rounded background -->
  <rect x="0" y="0" width="192" height="192" rx="30" ry="30" fill="url(#bgGrad)" />

<rect x="1" y="1" width="190" height="190" rx="30" ry="30"
  fill="url(#bgGrad)"
  stroke="#72B4F5" stroke-width="2" />

  <!-- Spiral-style arcs -->
  <g transform="translate(-2040, -2482) scale(5)">
<path fill="#DAEFFF" d="m416.51125 503.96117c-3.645 3.65517-5.64798 8.53043-5.63781 13.73613.0152 10.85875 8.14696 15.80603 18.1323 15.30028l.11973-.10815c-8.84562 0-14.86122-6.32065-14.87647-15.20185-.005-4.3008 1.64203-8.32751 4.65157-11.34214 3.0248-3.02988 7.08158-4.70241 11.42305-4.70241v-3.37557c-5.24636 0-10.14704 2.0233-13.81238 5.69373"/><path fill="#c8e8ff" d="m426.59451 503.35086c-3.88394 1.04724-7.08666 3.48232-9.01846 6.85789-4.05679 7.09175-1.9013 15.74927 5.12435 20.58386 5.40001 4.74257 14.71367.67754 16.83911-1.08381-.17793.0457-5.75158 4.60186-14.92256-1.69683-5.5463-3.81276-7.27475-10.59441-4.10762-16.12546 1.48444-2.5876 3.95511-4.46348 6.96466-5.27178 3.0858-.83373 6.27835-.42703 8.99304 1.13874l1.68779-2.9282c-3.49758-2.01823-7.6052-2.54185-11.56031-1.47427"/><path fill="#ffffff" d="m425.7034 508.96637c-3.37048 1.94705-5.25653 5.49039-5.25653 9.13031 0 1.68778.42195 3.39082 1.27092 4.96676l-.0102.0102c0 .005.0305.0559.0407.0763h-.005s.0203.0305.0356.0559c.0203.0407.0712.13218.0763.13726.5287.90998 2.56726 3.97544 7.03582 5.60223 5.41611 1.97683 7.23934 1.82836 9.76869 1.37607 2.7532-1.57322 4.22759-2.97515 4.22759-2.97515-2.89677.31368-7.00282.55615-12.84228-1.57316-3.51792-1.28109-4.9871-3.61959-5.25654-4.10254s-.0102-.0153-.0102-.0203c-.64563-1.12349-.95574-2.34866-.95574-3.55858 0-2.47067 1.28109-4.87526 3.56875-6.2021 1.6522-.95065 3.57892-1.20483 5.4243-.71171 1.84029.49311 3.38065 1.67761 4.33638 3.32981l2.97904-1.58611-.0559-.10167c-1.40309-2.43509-3.67042-4.17371-6.38511-4.90576-2.71469-.72697-5.55139-.35078-7.98648 1.05232"/></g>

</svg>
Originally created by @C-Yassin on GitHub (May 20, 2025). ### Suggestion Specifics: qBittorrent v4.6.3 OS: Linux Mint 22.1 x86_64 I love using qBittorrent, but the correct Mint-Y icon is a bit off(all due respect to the original creators) ### Use case i have a new icon for the Mint-Y them, that i made ### Extra info/examples/attachments i have a new icon for the Mint-Y them, that i made here's the icon SVG icon url: https://gofile.io/d/A18KXM SVG icon contents: ``` <svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192"> <defs> <linearGradient id="bgGrad" x1="0%" y1="0%" x2="0%" y2="100%"> <stop offset="0%" stop-color="#b9e2fc"/> <stop offset="100%" stop-color="#74c0e3"/> </linearGradient> </defs> <!-- Rounded background --> <rect x="0" y="0" width="192" height="192" rx="30" ry="30" fill="url(#bgGrad)" /> <rect x="1" y="1" width="190" height="190" rx="30" ry="30" fill="url(#bgGrad)" stroke="#72B4F5" stroke-width="2" /> <!-- Spiral-style arcs --> <g transform="translate(-2040, -2482) scale(5)"> <path fill="#DAEFFF" d="m416.51125 503.96117c-3.645 3.65517-5.64798 8.53043-5.63781 13.73613.0152 10.85875 8.14696 15.80603 18.1323 15.30028l.11973-.10815c-8.84562 0-14.86122-6.32065-14.87647-15.20185-.005-4.3008 1.64203-8.32751 4.65157-11.34214 3.0248-3.02988 7.08158-4.70241 11.42305-4.70241v-3.37557c-5.24636 0-10.14704 2.0233-13.81238 5.69373"/><path fill="#c8e8ff" d="m426.59451 503.35086c-3.88394 1.04724-7.08666 3.48232-9.01846 6.85789-4.05679 7.09175-1.9013 15.74927 5.12435 20.58386 5.40001 4.74257 14.71367.67754 16.83911-1.08381-.17793.0457-5.75158 4.60186-14.92256-1.69683-5.5463-3.81276-7.27475-10.59441-4.10762-16.12546 1.48444-2.5876 3.95511-4.46348 6.96466-5.27178 3.0858-.83373 6.27835-.42703 8.99304 1.13874l1.68779-2.9282c-3.49758-2.01823-7.6052-2.54185-11.56031-1.47427"/><path fill="#ffffff" d="m425.7034 508.96637c-3.37048 1.94705-5.25653 5.49039-5.25653 9.13031 0 1.68778.42195 3.39082 1.27092 4.96676l-.0102.0102c0 .005.0305.0559.0407.0763h-.005s.0203.0305.0356.0559c.0203.0407.0712.13218.0763.13726.5287.90998 2.56726 3.97544 7.03582 5.60223 5.41611 1.97683 7.23934 1.82836 9.76869 1.37607 2.7532-1.57322 4.22759-2.97515 4.22759-2.97515-2.89677.31368-7.00282.55615-12.84228-1.57316-3.51792-1.28109-4.9871-3.61959-5.25654-4.10254s-.0102-.0153-.0102-.0203c-.64563-1.12349-.95574-2.34866-.95574-3.55858 0-2.47067 1.28109-4.87526 3.56875-6.2021 1.6522-.95065 3.57892-1.20483 5.4243-.71171 1.84029.49311 3.38065 1.67761 4.33638 3.32981l2.97904-1.58611-.0559-.10167c-1.40309-2.43509-3.67042-4.17371-6.38511-4.90576-2.71469-.72697-5.55139-.35078-7.98648 1.05232"/></g> </svg> ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/qBittorrent#16889
No description provided.