This is a Plymouth theme with a logo animation.
Open the odp file in LibreOffice Impress and export it as images using this extension
Rename the files (from animation - 01.png to animation-01.png …):
i=0; for f in animation*.png; do printf -v n "%02d" "$i"; sudo mv "$f" "animation-$n.png"; ((i++)); done
Install the theme:
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/sglbl-logo-animation/sglbl-logo-animation.plymouth 100
Select the theme:
sudo update-alternatives --config default.plymouth
Update the initramfs:
sudo update-initramfs -u