I tried looking for a quick lock button on my mac just like (Windows +L) on my PC and I couldn’t find anything decent. Finally found a terminal command that would suspend the mac. Using the apple script editor you can make this in to a custom app.
/System/Library/CoreServices/"Menu Extras"/User.menu/ Contents/Resources/CGSession –suspend
(All in one line)