FortAwesome / Font-Awesome

The iconic SVG, font, and CSS toolkit
https://fontawesome.com
Other
73.7k stars 12.19k forks source link

Icon Request: dolibarr-logo #15397

Open dolibarr95 opened 5 years ago

dolibarr95 commented 5 years ago

Hi ! What can it be used for? Add an (active) open source project (ERP/CRM) icon Dolibarr (https://github.com/Dolibarr/dolibarr).

Example image (optional) dolibarr_256x256

Icon request checklist

Tks for reading.

dolibarr95 commented 5 years ago

Tks for labeling !

wdammak commented 5 years ago

`

`

wdammak commented 5 years ago

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"> <g transform="translate(0.000000,256.000000) scale(0.100000,-0.100000)" fill="#000000" stroke="none"> <path d="M0 1280 l0 -1280 1280 0 1280 0 0 1280 0 1280 -1280 0 -1280 0 0 -1280z m1335 810 c144 -17 252 -47 365 -101 91 -45 115 -63 195 -143 69 -69 101 -110 133 -173 76 -147 105 -325 83 -498 -27 -202 -88 -333 -219 -469 -172 -176 -379 -256 -668 -256 l-124 0 0 245 0 245 88 0 c300 1 456 158 412 419 -14 84 -51 147 -112 188 -78 54 -128 65 -305 70 l-163 5 0 -581 0 -581 -250 0 -250 0 0 820 0 820 363 0 c199 0 403 -5 452 -10z"/> </g> </svg>

easy with 100% css <i class="fa fa-dolibarr fa-5x"></i>

.fa-dolibarr{ color: #235481; background: currentColor; height: 150px; width: 150px; position: relative; } .fa-dolibarr:before{ content: ''; position: absolute; left: 19%; top: 17%; width: 25%; height: 25%; border: solid 30px white; border-radius: 0% 200% 200% 0% / 0% 180% 180% 0%; } .fa-dolibarr:after{ content: ''; position: absolute; left: 19%; top: 17%; width: 5px; height: 25%; border-bottom: solid 60px currentColor; margin-left: 30px; }

rendering: http://jsfiddle.net/zv4t6ha1/

wdammak commented 5 years ago

Better svg `

`

dolibarr95 commented 1 year ago

Hello !! What about this logo? Dolibarr is an open source project 😇