SVG with PNG fallback

because IE is still out there

< object id="logo" data="< ? php echo get_template_directory_uri(); ?>/images/logo.svg”  type=”image/svg+xml”>

< img id="logo" src="< ? php echo get_template_directory_uri(); ?>/images/logo.png” title=”logo” alt=”logo”/>

< /object>