Oh My SVG is a free and open source SVG file compressor application for Linux. It is released under GNU General Public License v3.0. Using Oh My SVG, you can export un-optimized SVG files into smaller sizes. It is based on SVGO and you can fine tune the SVG file by removing information that is not required for rendering. You can preview and tweak the feature parameters and precision to obtain a satisfactory result before saving.
How to Install Oh My SVG on Ubuntu
To install Oh My SVG application on your Linux system, run below Oh My SVG flatpak install command on your terminal (ctrl+alt+t) application.
flatpak install flathub re.sonny.OhMySVG
And open it using Show Apps Ubuntu dock menu or via below command in the terminal app
flatpak run re.sonny.OhMySVG
Note: If you don’t have then install flatpak and flathub on your system, using below commands and restart it after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
You can also uninstall Oh My SVG using below command.
flatpak uninstall re.sonny.OhMySVG
[OR]
sudo flatpak uninstall re.sonny.OhMySVG