I'm searching a way to make those svg path, but without luck for now. I was searching on the internet for a long time ... I know that css can do this but if someone knows how to build them with SVG it would be really nice.
Thank you
I'm searching a way to make those svg path, but without luck for now. I was searching on the internet for a long time ... I know that css can do this but if someone knows how to build them with SVG it would be really nice.
Thank you
Copyright © 2021 Jogjafile Inc.


You should learn about SVG path commands.
https://www.w3.org/TR/SVG2/paths.html#PathData
For example, you can define such shapes by list of some path commands.