Hi,
for using your prop together with another string it should look like this:
<meta name="..." content={props.faviconPath + 'ms-icon-144x144.png'} />
And if you are using Neos > 7.0 you can use the StaticResource Eel Helper to load the icon from your sitepackage.
example:
<link rel="stylesheet" href={StaticResource.uri('Neos.Demo', 'Public/Styles/Main.css')} media="all" />