diff --git a/build/generate-svg.js b/build/generate-svg.js
index 72c3be3cb..cde3f3110 100755
--- a/build/generate-svg.js
+++ b/build/generate-svg.js
@@ -29,6 +29,7 @@ async function processFile(file, {prefix, fullName} = {}) {
plugins: extendDefaultPlugins([
'removeXMLNS',
'removeDimensions',
+ {name: 'prefixIds', params: {prefix: () => name}},
{
name: 'addClassesToSVGElement',
params: {classNames: ['svg', name]},
diff --git a/public/img/svg/gitea-github.svg b/public/img/svg/gitea-github.svg
index b9c062174..1634cbb11 100644
--- a/public/img/svg/gitea-github.svg
+++ b/public/img/svg/gitea-github.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file