Icon updates

This commit is contained in:
selfhst-bot
2026-02-18 08:52:30 -05:00
parent d980408689
commit bbd39e104b
18 changed files with 17 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<div align="center">
<img src="https://img.shields.io/github/stars/selfhst/icons">
<a href="https://selfh.st/icons"><img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fselfhst.github.io%2Fcdn%2Fassets%2Fbadges%2Ficons.json&query=%24.count&label=icons&color=0f60d9"></a>
<a href="https://github.com/selfhst/icons/blob/main/CHANGELOG.md"><img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fselfhst.github.io%2Fcdn%2Fassets%2Fbadges%2Ficons.json&query=%24.release&label=release&color=9926e0"></a>
<a href="https://github.com/selfhst/icons/blob/main/CHANGELOG.md"><img src="https://img.shields.io/badge/dynamic/regex?url=https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2Fselfhst%2Ficons%40main%2Fbuild%2FVERSION&search=.*&query=%24.release&label=release&color=9926e0"></a>
<a href="https://www.jsdelivr.com/package/gh/selfhst/icons"><img src="https://img.shields.io/jsdelivr/gh/hm/selfhst/icons"></a>
</div>

BIN
avif/virtualbox-dark.avif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
avif/virtualbox-light.avif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
avif/virtualbox.avif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
ico/virtualbox-dark.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

BIN
ico/virtualbox-light.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
ico/virtualbox.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

View File

@@ -30394,5 +30394,17 @@
"Category": "Other",
"Tags": "Shopping,Video Games",
"CreatedAt": "2026-02-18 11:11:49+00:00"
},
{
"Name": "VirtualBox",
"Reference": "virtualbox",
"SVG": "Yes",
"PNG": "Yes",
"WebP": "Yes",
"Light": "Yes",
"Dark": "Yes",
"Category": "Other",
"Tags": "",
"CreatedAt": "2026-02-18 13:49:43+00:00"
}
]

BIN
png/virtualbox-dark.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
png/virtualbox-light.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
png/virtualbox.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

1
svg/virtualbox-dark.svg Executable file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 512 512"><path d="m330.6 37.1-51.2 176.3H512v-113c0-18.7-8-35.6-20.8-47.1-5.4-4.9-11.5-8.8-18.1-11.5-7.4-3.1-16.1-4.7-24.1-4.7zm45 60h74.2c1.3 0 2.4 1.1 2.4 2.4v54h-92.9z" style="opacity:.75"/><path d="M0 37.1 110.6 427c2.8 9.7 5.3 14.8 9 20.2 1.3 2 2.8 3.8 4.3 5.6 3.7 4.4 7.9 8.1 12.6 11.2 5.2 3.5 10.4 6.1 16.3 8 6.9 2.2 13 2.9 21.2 2.9h92.3l40.9-141.4h145v79c0 1.3-1.1 2.4-2.4 2.4H345.7l-17.4 60h120.6c16.4 0 30.6-5.8 41.6-15.5 13.2-11.6 21.5-28 21.5-47.7V273.5H262l-40.9 141.4h-51.7L79.3 97.1h62.3l33 116.3h62.2l-50-176.3z"/></svg>

After

Width:  |  Height:  |  Size: 610 B

1
svg/virtualbox-light.svg Executable file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 512 512"><path d="m330.6 37.1-51.2 176.3H512v-113c0-18.7-8-35.6-20.8-47.1-5.4-4.9-11.5-8.8-18.1-11.5-7.4-3.1-16.1-4.7-24.1-4.7zm45 60h74.2c1.3 0 2.4 1.1 2.4 2.4v54h-92.9z" style="opacity:.75;fill:#fff"/><path d="M0 37.1 110.6 427c2.8 9.7 5.3 14.8 9 20.2 1.3 2 2.8 3.8 4.3 5.6 3.7 4.4 7.9 8.1 12.6 11.2 5.2 3.5 10.4 6.1 16.3 8 6.9 2.2 13 2.9 21.2 2.9h92.3l40.9-141.4h145v79c0 1.3-1.1 2.4-2.4 2.4H345.7l-17.4 60h120.6c16.4 0 30.6-5.8 41.6-15.5 13.2-11.6 21.5-28 21.5-47.7V273.5H262l-40.9 141.4h-51.7L79.3 97.1h62.3l33 116.3h62.2l-50-176.3z" style="fill:#fff"/></svg>

After

Width:  |  Height:  |  Size: 638 B

1
svg/virtualbox.svg Executable file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 512 512"><path d="m330.6 37.1-51.2 176.3H512v-113c0-18.7-8-35.6-20.8-47.1-5.4-4.9-11.5-8.8-18.1-11.5-7.4-3.1-16.1-4.7-24.1-4.7zm45 60h74.2c1.3 0 2.4 1.1 2.4 2.4v54h-92.9z" style="fill:#f29111"/><path d="M0 37.1 110.6 427c2.8 9.7 5.3 14.8 9 20.2 1.3 2 2.8 3.8 4.3 5.6 3.7 4.4 7.9 8.1 12.6 11.2 5.2 3.5 10.4 6.1 16.3 8 6.9 2.2 13 2.9 21.2 2.9h92.3l40.9-141.4h145v79c0 1.3-1.1 2.4-2.4 2.4H345.7l-17.4 60h120.6c16.4 0 30.6-5.8 41.6-15.5 13.2-11.6 21.5-28 21.5-47.7V273.5H262l-40.9 141.4h-51.7L79.3 97.1h62.3l33 116.3h62.2l-50-176.3z" style="fill:#00758a"/></svg>

After

Width:  |  Height:  |  Size: 632 B

BIN
webp/virtualbox-dark.webp Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
webp/virtualbox-light.webp Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

BIN
webp/virtualbox.webp Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB