Base64 image source

SVG

<img src="data:image/svg+xml;base64,{!! base64_encode(file_get_contents(public_path('images/logo.svg'))) !!}" height="80" />

PNG

<img src="data:image/png;base64,{!! base64_encode(file_get_contents(public_path('/images/logo.png'))) !!}" height="80" />