Add a image that links to profile

// This is an example how you could add an image that will link to the users profile. // I would advise wrapping it in an if statement to check if the user is logged in. // Adjust accordingly

<a href="<?php echo bp_loggedin_user_domain(); ?>"><img src="<?php bloginfo('url'); ?>/wp-content/themes/your-theme/image-name.png"></a>

#profile