How to add img into a plugin?

<?php
    echo '<img src="' . plugins_url( 'img/image.png', __FILE__ ) . '" > ';
?>

here is the link how to add images or any other files from plugin folder

http://codex.wordpress.org/Function_Reference/plugins_url