I needed the logo of an organization within a fragment and perhaps you can embed it somewhere in the fragments library
<div class="fragment_1301">
[#assign org = user.getOrganizations() /]
[#if org?has_content ]
[#assign logoid = org[0].getLogoId() /]
<img src="/image/layout_set_logo?img_id=${logoid}"/>
[/#if]
</div>