#DailyBloggingChallenge (276/300)
To extract the icon copy the outer #HTML (clip) of the embedded #SVG and save it in such a file.
Via the #terminal
```
echo '<clip>' > icon.svg
```
Open the newly created SVG with #Inkscape and modified as desired and extract as #PNG (alpha values required). Optionally instead WEBP or AVIF can be used.
#DailyBloggingChallenge (275/300)
Let's we want to create a shortcut to #Odysee using #Firefox and #Alacarte. Then the command is
```
firefox https://odysee.com/
```
The icon can either be found on the web or directly extracted from their website.