For our snug dance venue in the Prinzenallee 58, Berlin I've built a website with Astro.
With it came a logo and a mascot created using the free and open-source vector editor
Inkscape .
I'll shortly walk you through the design process of the logo and mascot which you can also
see on the Forró Da Capita website
Logo
I stole the inspiration for the letters from the cover design of the wonderful Bob Fosse
movie Cabaret and constructed
the missing letters from the 61/2 available ones.
The final logo has to be exported as a plain SVG. The SVG code is cluttered with metadata,
and unnecessary precision that can be removed with a SVG minifier.
I liked the Devina SVG minifier best.
Check what you can remove without breaking your SVG. I didn't merge path because I wanted each
letter to be seperate. The minifier shows you the bytes saved and the visual difference between
the original and the minified SVG.
The final SVG path are equipped with some selected attributes to add color, a css glow,
and a stroke. The stroke is transparent and pretty fat, to apply the glow on hover and not
miss the mouse.
I wanted custom icons that have something in common, which turned out to be the accent
color and little movement on hover. I've drawn them with Inkscape. They look a lot like
the usual suspects, found for example at Iconify , but tailored to my needs.
For example the google map icon is a combination different icons, where the upper part
hops a little and the lower part turns into the accent color on hover. As long as you keep
the paths of the SVG separate you can apply different effects to each path.
In the SVG code below you'll find a shake-vertical class which moves the upper pin of the
map icon and and another path that has the tailwind CSS classes group-hover:fill-accent transition-colors duration-900 origin-center applied which turns the map red. I used tailwind CSS here but you can always use normal
CSS.
This is the guy that kicked the project of, but he fall out of favor for more elegant
designs. I still hold him dear for giving me a challenge with many layers and detailed
paths in Inkscape.
He is the prince of a well-known cookie brand, called Prinzenrolle. I gave him a
traditional hat from the Northeast of Brazil and changed his boots for flip-flops, which
instantly turned him into a Forró believer.
This is an old and one-dimensional mascot, which made him easier to redraw but he also has
more character than his predecessors. The banner he carries is a newer one from the same
brand with insignia adapted to his new hobby.
The most important Inkscape skill for this were working with paths and these specific
routines: