The official logos of the ISC bachelor degree programme at the HES-SO Valais School of Engineering in Sion — inline wordmark, symbol-only petals and even an ANSI rendition for your terminal. This repository is the canonical source for the ISC visual identity: other ISC repositories reference these files directly rather than keeping local copies.
| Inline logo | Symbol only |
|---|---|
![]() |
The inline logo above switches automatically with your GitHub colour scheme; both black (light surfaces) and white (dark surfaces) variants are provided.
The five petals of the symbol correspond to the five ISC majors. Use these exact values in any official material:
| Directory | Contents | Formats |
|---|---|---|
./black/ |
Inline logo, black version (for light backgrounds) | SVG, PDF, WEBP, PNG (50/96/150/1500 px) |
./white/ |
Inline logo, white version (for dark backgrounds) | SVG, PDF, WEBP, PNG (150/600/1500 px) |
./symbol only/ |
The five-petal symbol alone, without text | SVG, PDF |
./archive/ |
Previous logo generations (v1), kept for reference | SVG, PNG |
Prefer the SVG or PDF originals for print and the WEBP/PNG exports for the web; pick the PNG size closest to your target to avoid resampling artefacts.
Don't copy the files into your repository — hot-link the raw URLs so every project stays current when the logos are updated. The standard theme-aware header used across ISC repositories:
<picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://raw.githubusercontent.com/ISC-HEI/isc-logos/main/white/ISC%20Logo%20inline%20white%20v3%20-%20large.webp">
<img align="right" height="50" alt="ISC Logo"
src="https://raw.githubusercontent.com/ISC-HEI/isc-logos/main/black/ISC%20Logo%20inline%20black%20v3%20-%20large.webp"/>
</picture>The %20 escapes in the file names are required — copy the snippet as-is.
Because every serious institution needs a terminal-ready logo (thanks Mr. Siedel):
# Display the ISC logo in your terminal
curl -sL "https://raw.githubusercontent.com/ISC-HEI/isc-logos/main/isc-logo.ans" | catCopyright © 2026 P.-A. Mudry / ISC — HES-SO Valais. The logos are licensed under CC BY-NC-ND 4.0: you may share them with attribution for non-commercial purposes, but modified versions may not be redistributed.
Made with ♥ by mui, 2026




