Get the image file src (url)
$fid = 1;//The file ID
$file = \Drupal\file\Entity\File::load($fid);
$path = $file->getFileUri();
$file = \Drupal\file\Entity\File::load($fid);
$path = $file->getFileUri();