Open Automator and create a new Quick Action, search and double click to choose “Run AppleScript”, enter the following contents in the script editor area, and save it as “Launch iTerm”
if application "iTerm" is running then
tell application "iTerm"
create window with default profile
end tell
else
tell application "iTerm"
activate
end tell
end if
Set its shortcut in Keyboard → Shortcuts → services → General → Launch iTerm. Example: Command + Option + T