pepijn2015 Hi
You can try this way:
1/ Copy file: /plugins/system/t4/themes/base/html/layouts/t4/index.php
and paste into this directly in template folder: /templates/ja_atoms/html/layouts/t4/
2/ Edit this file: /templates/ja_atoms/html/layouts/t4/index.php
and add this code to define icon:
<link rel="icon" type="image/png" sizes="32x32" href="/templates/ja_atoms/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/templates/ja_atoms/favicon-16x16.png">
change the path and favicons above to your desired ones.