What format is your logo - jpeg, gif, png, svg?

Someone have the default node icons .svg? :coffee:
node-sprite.png
This is in progress now...
stir_the_pot-gif.101197
 
How are you svg users generating the svg?
I used Illustrator for the text, the logo I already had as an EPS... effects (like the glow above the lettering and the drop-shadow I coded by hand (text editor). The close button I coded that by hand as well (really just placing a few circles and adding shadow):
upload_2015-6-18_12-16-4.webp
Code:
<circle cx="229" cy="45" r="13" fill="#fff" filter="url(#shadow)" />
<circle cx="229" cy="45" r="11" fill="#426a57"/>
<path fill="#fff" d="M225,50.399l-1.403-1.403l4.164-4.163l-4.164-4.163l1.403-1.403l4.163,4.163l4.164-4.163l1.402,1.403l-4.163,4.163l4.115,4.116l-1.401,1.403l-4.117-4.116L225,50.399z" filter="url(#shadow)"/>

Line 1 = white circle
Line 2 = inner green circle
Line 3 = the white X

The #shadow filter was already defined in the file, so just reusing the same filter... done. :)
 
I just tried and the output is very bad. (n)
Hey Roldan, what do you mean? the svg is awesome! if you've used fiverr and you're not satisfied with the results that guys always offer free changes / modifications in the file to suit your need / requirements.
 
Hey Roldan, what do you mean? the svg is awesome! if you've used fiverr and you're not satisfied with the results that guys always offer free changes / modifications in the file to suit your need / requirements.
I got one now :D
logo.svg
 
In my opinion your logo have an awesome optimization.
There are a lot of gradients, shadows and details. That increase the size.
25KB is a very good result. very small size with a lot of quality.
What tool/s have you used to compress it?
 
  • Like
Reactions: rdn
Top Bottom