Inkscape is free and open sourced vector graphics tool which can be used as replacement to Adobe Illustrator. We’ll be using Inkscape to draw simple logo like shown below in this blog post:
Use Create and edit text object (T)
tool to create a letter like shown below and select font for it of your choice. I chose Noto Serif Display
in this case but you can choose any preferred font available on your system.
After creating the letter simply duplicate it either by right clicking when in select tool and click duplicate
or use Ctrl + D
keyboard shortcut. Then edit the duplicated letter to some other letter and select a different color for it.
Now adjust the letters on top of another. Make sure to have at least 2 overlapping regions in both letters like shown below:
Now select both letters by Ctrl + A
and duplicate both letters. Once duplicated, we’ll select from Path -> Intersection (Ctrl + *)
This will give us the intersecting region of both letters as shown below:
Snapping tool options will help use place the intersecting region of letter on to the original letters easily. Enable snapping options as show:
Now that we’ve the intersecting region of the letters, just select a distinct color for it and place it on to our original letters as shown below:
Now with intersecting region placed on to the original letters and the intersecting region selected go to Path -> Break Apart (Shift + Ctrl + K)
. This action will separate out intersecting regions in to different parts as shown below:
Its time to lock the letters in between. To achieve that select a intersecting region and one of the letter (R in this case) and go to Path -> Difference (Ctrl + -)
. Repeat this step to all the remaining intersecting regions.
Now that we’ve our letters interlocked, we can select each of the letter and color them as per our liking.
I chose linear gradient fill for both letters as below:
Linear gradient fill stop 1:
Color | Value |
---|---|
Red | 0 |
Green | 159 |
Blue | 253 |
Alpha | 100 |
Linear gradient fill stop 2:
Color | Value |
---|---|
Red | 42 |
Green | 42 |
Blue | 125 |
Alpha | 100 |
Linear gradient fill stop 1:
Color | Value |
---|---|
Red | 255 |
Green | 221 |
Blue | 45 |
Alpha | 100 |
Linear gradient fill stop 2:
Color | Value |
---|---|
Red | 237 |
Green | 83 |
Blue | 135 |
Alpha | 100 |
This will give us the final result as shown below:
Now that we’ve the vector graphic logo, we can save it as .svg file or we can export creation to a png or jpeg file image.
I hope you found this informative. Thank you for reading…
~Sudu