tabler / tabler-icons

A set of over 5400 free MIT-licensed high-quality SVG icons for you to use in your web projects.
https://tabler.io/icons
MIT License
17.82k stars 886 forks source link

[Icon Request]: Java Logo #739

Open 0xflotus opened 1 year ago

0xflotus commented 1 year ago

Can you please add the brand-java icon to the icon set?

sxflynn commented 7 months ago

+1 for the request. In the meantime, I'm just using IconCoffee

r4g309 commented 6 months ago

I took the liberty of creating an SVG of the Java icon. It's not the best, but I did what I could. I hope it can be useful to someone.

<svg
  xmlns="http://www.w3.org/2000/svg"
  width="16"
  height="16"
  viewBox="0 0 400 400"
  stroke-width="1.5"
  stroke="currentColor"
  fill="#000"
  stroke-linecap="round"
  stroke-linejoin="round"
>
  <path
    d="m 307.34064,236.13566 c 15.82944,38.12631 -56.47555,57.22037 -56.47555,57.22037 0,0 41.25939,-22.73083 43.00083,-43.73237 2.6271,-31.68232 -34.73908,-26.40576 -34.73908,-26.40576 0,0 36.07305,-16.32409 48.2138,12.91776 z M 71.384835,250.42119 c 63.020095,12.1861 162.160915,-3.89987 162.160915,-3.89987 l 14.69844,-10.12392 c -67.14391,12.10747 -168.986732,11.60445 -162.78169,1.5651 4.452814,-7.20436 37.02013,-14.04804 34.71709,-15.39894 -4.7191,-2.7681 -97.07983,18.52082 -48.794755,27.85763 z m 30.660205,40.86908 c 74.59843,15.70956 131.28881,-6.33339 131.28881,-6.33339 0,0 -10.51064,-4.7423 -15.05885,-8.9475 -145.803457,19.50141 -111.83868,-9.04259 -111.83868,-9.04259 -11.250003,0 -32.299881,18.44625 -4.39128,24.32348 z m 12.9738,17.39069 c 0,0 -29.569893,7.25545 -9.50571,20.48071 19.45958,12.82674 78.76874,14.22568 122.02736,-2.53794 -10.17253,-5.10138 -17.65456,-11.53459 -20.84299,-10.8955 -30.42039,6.09751 -105.2054,10.41457 -91.67866,-7.04727 z m 164.79067,48.94556 c 2.35038,-0.99339 20.50299,-9.87974 7.31549,-17.46402 0,0 8.05255,10.10435 -19.31283,15.61047 C 211.52053,367.09927 64.669365,369.63295 51.2,353.525 42.987941,343.70424 85.91875,337.10625 85.91875,337.10625 67.211947,334.21469 8.6978672,351.24984 30.741495,363.77608 55.607366,377.90605 211.02163,386.69992 279.80951,357.62652 Z M 222.45,392.45 c -84.88357,5.35281 -118.10789,0.96588 -142.61875,-8.61562 0,0 73.51792,8.95035 147.86087,1.57393 58.81135,-5.83536 81.70364,-25.97771 81.70364,-25.97771 0,0 -5.64819,27.89273 -86.94576,33.0194 z"
  ></path>
  <path
    d="m 117.33692,149.76262 c -2.17342,16.14507 29.56389,48.79792 49.28933,70.9516 4.21476,4.7336 -34.4847,-46.18849 -29.22322,-65.33371 12.80365,-46.58929 105.7823,-74.790181 70.45476,-144.216218 13.57172,70.741698 -84.06494,90.640988 -90.52087,138.598328 z M 197.2,114.1 c -45.82534,31.53712 -25.79116,60.48573 -9.33553,82.93934 7.64446,10.43083 8.0389,18.95886 -5.33394,37.09085 5.94019,-5.9402 52.33087,-17.85735 14.42886,-67.08775 C 169.4557,131.31828 246.80719,98.026476 251.48522,90.176912 251.74184,89.219191 217.19143,100.34184 197.2,114.1 Z"
  ></path>
</svg>
daychongyang commented 3 months ago

+1 for the request.